Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 6, 2016
1 parent 363f630 commit b18a464
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# 0.6.0 - 2016-01-06

- Changed: boilerplate is now non-transpiled and in `statinamic/boilerplate`
([#66](https://github.com/MoOx/statinamic/issues/66))
- Changed: switch to babel@^6.0.0
([#42](https://github.com/MoOx/statinamic/issues/42))
- Changed: boilerplate now rely on
[babel-preset-react-hmre](https://github.com/danmartinez101/babel-preset-react-hmre)
to get hot loading and visual errors.
([#52](https://github.com/MoOx/statinamic/issues/52))
- Fixed: "statinamic setup" message say that dependencies are installed when
they actually are
([#65](https://github.com/MoOx/statinamic/issues/65))
- Added: non-transpiled sources are added to npm package, just in case

## Under the hood

- Changed: boilerplate to get hot loading and visual errors rely on
[babel-preset-react-hmre](https://github.com/danmartinez101/babel-preset-react-hmre)
- Changed: eslint config extends
[eslint-config-i-am-meticulous](https://github.com/MoOx/eslint-config-i-am-meticulous)
([#57](https://github.com/MoOx/statinamic/issues/57))
- Changed: tests are now base on
[ava](https://github.com/sindresorhus/ava/)
([#59](https://github.com/MoOx/statinamic/issues/59))
- Added: code coverage using
[nyc](https://github.com/bcoe/nyc) &
[coveralls](http://coveralls.io/)
([#49](https://github.com/MoOx/statinamic/issues/49))


# 0.5.1 - 2015-11-07
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statinamic",
"version": "0.5.1",
"version": "0.6.0",
"description": "A static website generator to create dynamic website using React components.",
"keywords": [
"react",
Expand Down

0 comments on commit b18a464

Please sign in to comment.