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

Releases: tarsinzer/routeshub

4.4.0

02 Jun 21:01
Compare
Choose a tag to compare
chore: add todo

4.3.0

06 Dec 09:52
469435b
Compare
Choose a tag to compare
  • Support Angular 11
  • Deprecated preserveQueryParams
  • Updated dependencies

4.2.2

31 Aug 11:47
ac92bc9
Compare
Choose a tag to compare
  • Refactored internal utilities
  • Increased test coverage
  • Fixed vulnerabilities
  • Updated dependencies

4.2.1

30 Jul 06:17
796e683
Compare
Choose a tag to compare
  • Fixed vulnerabilities
  • Updated dependencies
  • Updated project info

4.2.0

02 Jul 06:50
49e21db
Compare
Choose a tag to compare
  • Added compatibility with Angular 10
  • Updated documentation documentation
  • Updated dependencies
  • Refactored internal utilities

4.1.2

28 May 10:24
bfb6c2b
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed package vulnerabilities

4.1.1

04 Apr 17:03
6d2f360
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed package vulnerabilities

4.1.0

18 Feb 06:43
Compare
Choose a tag to compare
  • 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

4.0.0

24 Sep 18:03
Compare
Choose a tag to compare

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

3.0.2

24 Sep 18:03
Compare
Choose a tag to compare
  • fixed queryParams issue
  • updated documentation and dependencies