v0.11.0
Features
- #11 New exclusive index injector for
.env.jsas<!-- inject:env -->- Scripts
.env.js,.dev.env.jsand.prod.env.jsare inject in<!-- inject:env -->.
- Scripts
- New log name for actions
- New basebuild ASCII title showing the package version
- New log pattern for modules
Breaking Changes
- #11 Removes explicit injectors for .dev* and .prod*.
<!-- inject:dev --> and <!-- inject:prod --> are deprecated
Now basebuild uses the same injector of the rest of js files ( <!-- inject:js -->) to inject .dev* and .prod* scripts.