v1.0.0-beta.1.0.0
Pre-release
Pre-release
·
7 commits
to master
since this release
Breaking changes
- Changed to framework's npm package from
@risingstack/nx-frameworkto@nx-js/framework. - Removed the
content,expressionandcodelow level middlewares.contentis moved into@nx-js/dom-util,expressionandcodeis moved into@nx-js/compiler-util.
Refactor
- Moved every module (core and middlewares) into its own GitHub repo and npm package, this opens up the possibility for custom frameworks.
Fixes
- Fixed URI encoding and decoding in
params-middleware.
Docs
- Docs are completely rewritten and there is a new
Getting startedguide.