Releases: bebasebuild/basebuild-angular-legacy
Releases · bebasebuild/basebuild-angular-legacy
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.
v0.10.1
Bugfixes
Features
- Access to "defaultOptions" in global options (don't need to use "require" anymore)
- Showing the module version on initialize it
- Access to basebuild plugins in global options (don't need to use "require" anymore)
- A little bit of documentation for default options on source code (e4bf8ac)
(049177e)
v0.9.4
v0.9.3
v0.9.2
- Fix for verification of karma version
- Removes karma as dependence, now karma must be installed by host project
v0.9.1
Updates on karma server syntax (_not_ compatible with previous versions for gulp test and gulp test:auto tasks)
Stable version
v0.8.2 Update README.md