You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.