- Support Angular 12
- Support RxJS v7
- Support Angular 11
- Deprecated preserveQueryParams
- Updated dependencies
- Refactored internal utilities
- Increased test coverage
- Fixed vulnerabilities
- Updated dependencies
- Fixed vulnerabilities
- Updated dependencies
- Updated project info
- Added compatibility with Angular 10
- Updated documentation documentation
- Updated dependencies
- Refactored internal utilities
- Updated dependencies
- Fixed package vulnerabilities
- Turn off Ivy (with Angular 9)
- Fixed secluded decorator
- Fixed navLink (href) directive due to attribute order dependency
- Fixed internal data structures to support modern decorator rules
- Added downlevel-ts to support older typescript in apps
- Updated dependencies, tests, UI examples
Semantically redesigned API:
- Slice became Unit
- LazySlice became Connector
- Route (stateful) of slice became Spot
- Detached unit became Nearby
- Sliced decorator became Secluded
Other minor updates:
- increased useful test coverage
- refactored code base
- improved and updated documentation
- fixed queryParams issue
- updated documentation and deps
- updated documentation
- refactored and reduced api
- added contributors board
- added test commit check
- changed a way of slice connection [BREAKING CHANGE]
- fixed detached connection
- createFeature now returns LazySlice
- changed style guide
- raised the test cover
- updated documentation
- insignificant api changes
- fixed issues with typing of getter functions
- covered with tests all api
- improved documentation
- refactored code
- added new getSlice function (as an alternative to @Sliced decorator)
- refactored code
- added new @Sliced decorator
- created approach to leverage the issues with circular dependencies
- refactored api
- slightly refactored pattern
- updated documentation
- 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
- added new navLinkActive directive
- refactored navigation directives
- fixed bugs and inaccuracies
- updated documentation
- updated dependencies
- added few navigation directives
- added forwardParams fn
- deprecated stateFn and withdrawn from API
- minor fixes and refactoring
- updated documentation
- updated dependencies
- 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
- improved an explanation
- updated and fixed readme
- refactored and made functionality clearer
- initial release