Releases: fabrix-app/spool-router
Releases · fabrix-app/spool-router
1.0.1
Bug Fixes
- Fixes an issue where app.config.routes was attempting to map an object. Using Object.values(), this converts it to array so that app.routes is always an array.
- Adds the new Sanity Check lifecycle.
- Upgrades dependencies.
Change Log
- No Changes
1.0.0
- Makes the router an extension of Fabrix
- Adds Specificity Operators to default route ordering