v1.0.0-beta.1.0.0
Pre-release
Pre-release
solkimicreb
released this
09 Jan 09:24
·
7 commits
to master
since this release
Breaking changes
- Changed to framework's npm package from
@risingstack/nx-framework
to@nx-js/framework
. - Removed the
content
,expression
andcode
low level middlewares.content
is moved into@nx-js/dom-util
,expression
andcode
is 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 started
guide.