Skip to content

1.0.6

Compare
Choose a tag to compare
@scott-wyatt scott-wyatt released this 09 Jul 15:36
· 74 commits to master since this release
  • Spools can now modify their own API and Config from within their constructor
    • This allows for spools like "spool-generics" to create essentially spools within spools
  • Version Tagged commits now deploy directly to npm.
  • APIs are now merged in order of spool loading down to the method level of competing namespaces, with the root app taking precedence over all.
  • The traditional "Models, Services, Controllers, Policies" is completely phased out, API Resources are no longer bound to constraints of those namespaces and can be any. They can also be locked so that only certain resources are added.