Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Releases: tarsisexistence/routeshub

3.0.1

21 Jul 13:10
Compare
Choose a tag to compare
  • updated documentation
  • refactored and reduced API
  • added contributors board
  • added test commit check

3.0.0

06 Jul 11:29
Compare
Choose a tag to compare
  • 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

21 Jun 08:51
Compare
Choose a tag to compare
  • insignificant api changes
  • fixed issues with typing of getter functions
  • covered with tests all api

2.1.2

17 Jun 08:05
e3d7c4d
Compare
Choose a tag to compare
  • improved documentation
  • refactored code

2.1.1

16 Jun 06:18
Compare
Choose a tag to compare
  • added new getSlice function (as an alternative to @Sliced decorator)
  • refactored code

2.1.0

15 Jun 20:02
Compare
Choose a tag to compare
  • added new @Sliced decorator
  • created approach to leverage the issues with circular dependencies
  • refactored api
  • slightly refactored pattern
  • updated documentation

2.0.0

09 Jun 12:48
Compare
Choose a tag to compare
  • 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

08 May 05:37
Compare
Choose a tag to compare
  • added new navLinkActive directive
  • refactored navigation directives
  • fixed bugs and inaccuracies
  • updated documentation
  • updated dependencies

1.2.0

01 May 18:52
Compare
Choose a tag to compare
  • added few navigation directives
  • added forwardParams fn
  • deprecated stateFn and withdrawn from API
  • minor fixes and refactoring
  • updated documentation
  • updated dependencies

1.1.1

09 Mar 10:46
c916811
Compare
Choose a tag to compare
  • 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