Skip to content

1.0.1

Compare
Choose a tag to compare
@scott-wyatt scott-wyatt released this 16 Jul 14:51
· 44 commits to master since this release

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