- Added support for angular v13
- Added support for angular v14
- Updated dependencies
- Updated dependencies
- Added support Angular 11
- Updated dependencies
- Fixed angular interpolation toString call
- Fixed case when parser does not produce all application routes
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
- Fixed nx typescript "paths"
- Introduced new ng-add schematic
- Updated contributors
- Updated dependencies
- Added project contributors docs section
- Added support of "length" proxy property
- Added support of callable Array.prototype properties
- Fixed not exported TypedRoute
- Not updated documentation for the first time 😄
- Added support for toString()
- Updated API for proxy (now available properties "asArray" and "asString" to get pure value from the prototypes)
- Updated documentation
- Changed generated routes type name (was "RouterKitTypes, became "TypedRoutes")
- Changed generated routes type keyword (was "declare", became "export")
- Paused tsconfig.json update (now needed manual import of the routes type)
- Renamed API (was "getRoute", became "getPaths")
- Updated documentation
- Updated dependencies
- Updated documentation
- Added variable and enum paths support
- Reduced api size
- Rewritten documentation (again 😅)
- Fixed few parse edge cases
- Updated core dependencies
- Rewritten documentation
Initial release
- Parsing particular angular project
- Generating typescript type of project routes
- Dry run option
- Type usage API
- Support typescript paths