Skip to content

Releases: fabrix-app/spool-router

1.0.1

16 Jul 14:51
Compare
Choose a tag to compare

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

01 Jul 18:18
Compare
Choose a tag to compare
  • Makes the router an extension of Fabrix
  • Adds Specificity Operators to default route ordering