Releases: fabrix-app/fabrix
Releases · fabrix-app/fabrix
Release list
1.6.3
Description
Logging is now easier to make silent with out setting a custom logger.
use: config.log.level to set" silly | debug | info | warn | error without a custom logger. leave log.level empty for default behavior which is a silly logger
Emits ignored log events on fabrix:log:ignored so they are always still available.
1.6.2
- Supports running in the browser with webpack! 🎉
1.6.1
1.6.1
- Test with node 12
- Fix vunderable packages
1.6.0
Change Log
- Removes Globals for Resources
- Starts deprecation of Arrays in config: #30
1.5.9
Description
- Adds Archetype testing
- Fixes compile and copy of archetype language json files.
- Adds REPL to archetype development environment
Issues
- resolves #27
1.5.8
Archetype for CLI, copies over language files
1.5.7
1.5.5
Description
Fixes Compile Step
Issues
- resolves none