routerkit

🦩 strict typed angular routes

MIT License

Stars
74
Committers
8

Bot releases are hidden (Show)

routerkit - 0.10.0 Latest Release

Published by tarsinzer about 2 years ago

  • added support for angular v13
  • added support for angular v14
  • update dependencies
routerkit - 0.9.3

Published by tarsinzer over 2 years ago

  • fixed author info
  • fixed links to the media resources
routerkit - 0.9.2

Published by tarsinzer about 3 years ago

  • Updated dependencies
routerkit - 0.9.0

Published by tarsinzer almost 4 years ago

  • Added support Angular 11
  • Updated dependencies
routerkit - 0.8.1

Published by tarsinzer about 4 years ago

  • Fixed angular interpolation toString call
  • Fixed case when parser does not produce all application routes
routerkit - 0.8.0

Published by tarsinzer about 4 years ago

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
routerkit - 0.7.2

Published by tarsinzer about 4 years ago

  • Fixed nx typescript "paths"
routerkit - 0.7.0

Published by tarsinzer about 4 years ago

  • Introduced new ng-add schematic
  • Updated contributors
  • Updated dependencies
  • Added project contributors docs section
routerkit - 0.6.0

Published by tarsinzer about 4 years ago

  • Added support of "length" proxy property
  • Added support of callable Array.prototype properties
  • Fixed not exported TypedRoute
  • Not updated documentation for the first time 😄
routerkit - 0.5.0

Published by tarsinzer about 4 years ago

  • Added support for toString()
  • Updated API for proxy (now available properties "asArray" and "asString" to get pure value from the prototypes)
  • Updated documentation
routerkit - 0.4.0

Published by tarsinzer about 4 years ago

  • 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
routerkit - 0.3.1

Published by tarsinzer about 4 years ago

  • Updated documentation
  • Updated dependencies
routerkit - 0.3.0

Published by tarsinzer about 4 years ago

  • Added variable and enum paths support
  • Reduced api size
  • Rewritten documentation (again 😅)
routerkit - 0.2.0

Published by tarsinzer about 4 years ago

  • Fixed few parse edge cases
  • Updated core dependencies
  • Rewritten documentation
routerkit - 0.1.2

Published by tarsinzer about 4 years ago

Initial release

  • Parsing particular angular project
  • Generating typescript type of project routes
  • Dry run option
  • Type usage API
  • Support typescript paths