Releases: fabrix-app/fabrix
Releases · fabrix-app/fabrix
1.0.8
Bug Fixes
- When using config.set('path.to.value'), it will set 'path.to' and 'path' This fixes an issue where different .set methods produced different mapped results.
- Config now better handles Array value.
Change Log
- No Breaking Changes
1.0.7
- Adds a Sanity Lifecycle step to spools
- Now Spools can check after they are validated, initialized, and configured that they are setup correctly after all the other spools have done the same.
- Adds testing for Extensions provided by spools
CI Deploy Test 2
- The package-lock.json file was preventing deploying.
Test CI Release
v1.0.6.2 [chore] auto-deploy with CI
1.0.6
- 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.
CI Deploy Test
v1.0.6 [chore] auto-deploy with CI
1.0.1
- Adds additional sanity tests
- Fixes an issue where spool api methods were not being merged at a namespace conflict
- Fixes an issue where spool api was not being merged with the app api
1.0.0
Initial release
The Initial Release of Fabrix based on the efforts of the incomplete and breaking version of Trails.js v3.
- Converts Structure to TypeScript
- Improves Code Coverage
- Adds Sanity Tests for Merging APIs and Configurations
- Adds Initial CircleCI for integrations
- Allows for API Resources to be defined by user
- Allows for locking api resources
- Checks configuration for Circular references
- Allows merging of configuration arrays
- Allows for spool extensions of the app namespace
- Extracts i18n into a spool