Skip to content

Releases: fabrix-app/fabrix

1.0.8

13 Jul 20:09
Compare
Choose a tag to compare

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

12 Jul 13:42
Compare
Choose a tag to compare
  • 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

09 Jul 15:53
Compare
Choose a tag to compare
  • The package-lock.json file was preventing deploying.

Test CI Release

09 Jul 15:50
Compare
Choose a tag to compare
v1.0.6.2

[chore] auto-deploy with CI

1.0.6

09 Jul 15:36
Compare
Choose a tag to compare
  • 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

09 Jul 15:47
Compare
Choose a tag to compare
v1.0.6

[chore] auto-deploy with CI

1.0.1

01 Jul 18:10
Compare
Choose a tag to compare
  • 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

29 Jun 17:43
b3c121d
Compare
Choose a tag to compare

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