Skip to content

Commit 737cf6c

Browse files
author
Evan Jacobs
committed
5.0.0
See CHANGELOG
1 parent 9d85b82 commit 737cf6c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1+
### 5.0.0 (5/19/2016)
2+
3+
- __Bump minimum Node version to 4.0__ (6e2a0db)
4+
- __Fix a yosay bug__ (7bef882) The prompts were showing up in the middle of the yosay speech bubble for some reason.
5+
- __Update overall structure, add babel static class method plugin__ (eb82fc4)
6+
1. added `src/` at the root of every project to keep your working files clean and separate from everything else
7+
2. merged the sanitize stylesheet into the top-level `style.styl`
8+
3. updated various files with newer ES6+ conveniences
9+
4. added the babel "transform-class-properties" plugin to enable static class property shortcuts
10+
(part of the enhancements in #3)
11+
5. removed the `LICENSE` file in favor of the simple license field in `package.json`
12+
6. reorganized where static assets are meant to live; place your images, fonts, etc in `src/static/assets`
13+
and they will be copied over to `/dist` during the build process
14+
7. switched the dev server (budo) invocation from the CLI to using it as a library; see `scripts/budo.js`
15+
16+
---
17+
118
### 4.5.0 (5/9/2016)
219

320
- __Remove the dead eslintify reference__ (d6fcff6ba646216f3eab3b47f2cdc59013f12148)
421

22+
---
23+
524
### 4.4.0 (4/28/2016)
625

726
- __Update to Jest 12.x__ (51af942f398f217e760d9346bb1e4a369039b4cb) Perf improvements, especially for large projects

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generator-enigma",
33
"description": "Generate a React application with best practice enforcement, integrated testing, and more.",
4-
"version": "4.5.0",
4+
"version": "5.0.0",
55
"license": "MIT",
66
"contributors": [
77
"Evan Jacobs <[email protected]> (http://yaycmyk.com)"

0 commit comments

Comments
 (0)