Skip to content

Commit

Permalink
Merge pull request #886 from kethinov/0.17.0
Browse files Browse the repository at this point in the history
0.17.0
  • Loading branch information
kethinov authored Apr 14, 2020
2 parents 8127e77 + 4d42896 commit c3c00b0
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 67 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Roosevelt Changelog

## 0.17.0 (next version)
## Next version

- Put your changes here...

## 0.17.0

- Breaking: Replaced `staticsSymlinksToPublic` with `symlinks`.
- Breaking: Replaced `routers` param with a simplified `routePrefix` param which defines a subfolder to mount the app to.
- Breaking: Renamed `multipart` param to `formidable`.
- Added ability to configure Roosevelt via a rooseveltConfig.json config file placed in app root instead of from a rooseveltConfig object in package.json.
- Added `router` Express variable that opens up access to internally used router instance.
- Added `routePrefix` Express variable that exposes currently used routePrefix or an empty string if not used.
- Fixed bug where changes CSS files were not be written to the output directory.
- Refactored internal `fsr` module.
- Updated internal usage of formidable API.
- Internal changes to stabilize the automated tests.
- Various dependencies bumped.
- Fixed bug where changes CSS files were not be written to the output directory.

## 0.16.2

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ Note: When a custom preprocessor is defined in this way it will override the sel
# Documentation for previous versions of Roosevelt
- *[0.16.x](https://github.com/rooseveltframework/roosevelt/blob/b33046c0281084a2dc0cde26dc38c2a538484c57/README.md)*
- *[0.15.x](https://github.com/rooseveltframework/roosevelt/blob/1b5680c67ed79a2285b536d735c526413613eb9b/README.md)*
- *[0.14.x](https://github.com/rooseveltframework/roosevelt/blob/16e5e59083cecf2e2395e6d77d0cc5db0d0f7342/README.md)*
- *[0.13.x](https://github.com/rooseveltframework/roosevelt/blob/a308aff84d1415c3325b781f371fd3c3c915946c/README.md)*
Expand Down
112 changes: 52 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/rooseveltframework/roosevelt/graphs/contributors"
}
],
"version": "0.16.2",
"version": "0.17.0",
"files": [
"defaultErrorPages",
"lib",
Expand Down Expand Up @@ -37,7 +37,7 @@
"formidable": "~1.2.2",
"fs-extra": "~9.0.0",
"html-minifier": "~4.0.0",
"html-validator": "~5.1.7",
"html-validator": "~5.1.8",
"klaw": "~3.0.0",
"klaw-sync": "~6.0.0",
"method-override": "~3.0.0",
Expand All @@ -60,13 +60,13 @@
"codecov": "~3.6.5",
"eslint": "~6.8.0",
"eslint-plugin-mocha": "~6.3.0",
"husky": "~4.2.3",
"husky": "~4.2.5",
"less": "~3.11.1",
"lint-staged": "~10.1.2",
"lint-staged": "~10.1.3",
"mocha": "~7.1.1",
"node-sass": "~4.13.1",
"proxyquire": "~2.1.3",
"sinon": "~9.0.1",
"sinon": "~9.0.2",
"standard": "~14.3.3",
"stylus": "~0.54.7",
"supertest": "~4.0.2",
Expand Down

0 comments on commit c3c00b0

Please sign in to comment.