Skip to content

Commit

Permalink
Merge pull request #820 from kethinov/0.15.0
Browse files Browse the repository at this point in the history
0.15.0
  • Loading branch information
kethinov authored Nov 2, 2019
2 parents e76e2d0 + 92d22f1 commit 4f7e567
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 348 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Roosevelt Changelog

## Next version

- Put your changes here...

## 0.15.0

- Updated Roosevelt to check non-dev dependencies when Roosevelt app is ran
- Moved CSS minification from [roosevelt-less](https://github.com/rooseveltframework/roosevelt-less) to Roosevelt using `clean-css` as a direct dependency. The `clean-css` library had an update with breaking changes so the `rooseveltConfig` params in `advanced` and `aggressiveMerging` in `cleanCSS` are now outdated.
- New default script `npm run proddev`: Runs the app in production mode, but with the public folder hosted by the Roosevelt app. This is useful for doing development in production mode without having to stage a complex simulation of your production environment, which would likely include hosting static files via another web server better-suited to serving statics like Apache or nginx.
- Roosevelt now sources configs internally using [source-configs](https://github.com/rooseveltframework/source-configs).
- Validator will now be disabled if `HTTP_PROXY` or `HTTPS_PROXY` are set but localhost is not in `NO_PROXY`.
- Fixed a bug where not having `devDependencies` or `dependencies` objects in your app's package.json would throw errors when installing dependencies.
- Re-reverted most changes in 0.14.1 to fix buggy behavior with `devDependencies` in npm installs.
- Fixed a bug where not having `devDependencies` or `dependencies` objects in your app's package.json would throw errors when installing dependencies. Accordingly re-reverted most changes in 0.14.1 to fix buggy behavior with `devDependencies` in npm installs.
- The `check-dependencies` call will now only apply to production dependencies.
- Some internal refactoring to clean things up.
- Various dependencies bumped.

Expand Down
Loading

0 comments on commit 4f7e567

Please sign in to comment.