Releases: tarsisexistence/routerkit
Releases · tarsisexistence/routerkit
0.10.0
0.9.3
- fixed author info
- fixed links to the media resources
0.9.2
- Updated dependencies
0.9.0
- Added support Angular 11
- Updated dependencies
0.8.1
- Fixed angular interpolation toString call
- Fixed case when parser does not produce all application routes
0.8.0
Crucial release
- Improved parser script (~75% faster for large projects)
- Fixed issue with circular dependencies for
nx workspaces
(will generate a file inrootDir
) - 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
, nowROOT
) - Updated usage example in documentation
- Updated dependencies
0.7.2
- Fixed nx typescript "paths"
0.7.0
- Introduced new ng-add schematic
- Updated contributors
- Updated dependencies
- Added project contributors docs section
0.6.0
- 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
- Added support for toString()
- Updated API for proxy (now available properties "asArray" and "asString" to get pure value from the prototypes)
- Updated documentation