Skip to content

Releases: tarsisexistence/routerkit

0.10.0

06 Aug 13:04
f33da76
Compare
Choose a tag to compare
  • added support for angular v13
  • added support for angular v14
  • update dependencies

0.9.3

01 Jun 20:19
Compare
Choose a tag to compare
  • fixed author info
  • fixed links to the media resources

0.9.2

05 Sep 19:28
Compare
Choose a tag to compare
  • Updated dependencies

0.9.0

06 Dec 10:57
Compare
Choose a tag to compare
  • Added support Angular 11
  • Updated dependencies

0.8.1

04 Oct 18:34
Compare
Choose a tag to compare
  • Fixed angular interpolation toString call
  • Fixed case when parser does not produce all application routes

0.8.0

03 Oct 13:39
Compare
Choose a tag to compare

Crucial release

  • Improved parser script (~75% faster for large projects)
  • Fixed issue with circular dependencies for nx workspaces (will generate a file in rootDir)
  • Fixed issue with accessing empty path route
  • Fixed issue with accessing property similar to array index
  • Fixed issue with internal developer experience (debugging schematics)
  • Renamed empty path route (was root, now ROOT)
  • Updated usage example in documentation
  • Updated dependencies

0.7.2

22 Sep 20:55
Compare
Choose a tag to compare
  • Fixed nx typescript "paths"

0.7.0

20 Sep 10:21
Compare
Choose a tag to compare
  • Introduced new ng-add schematic
  • Updated contributors
  • Updated dependencies
  • Added project contributors docs section

0.6.0

14 Sep 06:42
Compare
Choose a tag to compare
  • Added support of "length" proxy property
  • Added support of callable Array.prototype properties
  • Fixed not exported TypedRoute
  • Not updated documentation for the first time 😄

0.5.0

14 Sep 06:41
17625f3
Compare
Choose a tag to compare
  • Added support for toString()
  • Updated API for proxy (now available properties "asArray" and "asString" to get pure value from the prototypes)
  • Updated documentation