This repository has been archived by the owner on Dec 25, 2023. It is now read-only.
Releases: tarsisexistence/routeshub
Releases · tarsisexistence/routeshub
3.0.1
- updated documentation
- refactored and reduced API
- added contributors board
- added test commit check
3.0.0
- changed a way of slice connection [BREAKING CHANGE]
- fixed detached connection
- createFeature now returns LazySlice
- changed style guide
- raised the test cover
- updated documentation
2.1.3
- insignificant api changes
- fixed issues with typing of getter functions
- covered with tests all api
2.1.2
- improved documentation
- refactored code
2.1.1
2.1.0
2.0.0
- reduced the amount of required boilerplate code
- added new features to API: createNote, createUnion, getHub
- added improvements that accelerate development
- added tests for all creator functions
- added support for recent Angular versions
- completely rewritten documentation
- fixed bugs and inaccuracies
- finish hub management pattern and improved semantics
- updated dependencies
1.3.0
- added new navLinkActive directive
- refactored navigation directives
- fixed bugs and inaccuracies
- updated documentation
- updated dependencies
1.2.0
- added few navigation directives
- added forwardParams fn
- deprecated stateFn and withdrawn from API
- minor fixes and refactoring
- updated documentation
- updated dependencies
1.1.1
- Improved reliability and typing
- Fixed issues with route names and ids
- Added tests to cover entry points
- Renamed some API (lazyPath become lazy)
- Extended internal API
- Other minor changes