Description | Commits --- | --- | --- Prevent proxy when request is to root path / | #25
|Description|Commits --- | --- | --- Added treatment of warnings and errors for CoffeeScript and JavaScript - Thanks @lucrod1 | #23 Prevent duplicate scripts on inject | #24
|Description|Commits
--- | --- | ---
Removing specFiles from src on default options | #24
|Description|Commits --- | --- | --- Some tests | #18
|Description|Commits --- | --- | --- BREAKING CHANGE - [Proxy] Migrates "next" property to "preventWhen"| #13
|Description|Commits --- | --- | --- Some unit tests | #18
|Description|Commits --- | --- | --- Loading all modules declared in package.json to defaultOptions.plugins | commit
|Description|Commits --- | --- | --- Creating config phase, manage the deprecated syntax (private config module) | #12 BREAKING CHANGE - [Proxy] Changing from regexNext to "next" and also support regex and function as valid value | #13
|Description|Commits --- | --- | --- Some unit tests | #18 Adding an editor config file | commit Update README.md with new badges | commit Updates gulp-load-plugins to v1.1.0 | commit Changing package description | commit
Description|Commits
--- | --- | ---
Injection on default options for chalk and lodash plugins | lodash commit and chalk commit
/ bugfix for require a external module by requireModule method of utils module |commit
Apply pattern for objects in specFiles | commit
#17 Fix env injection on specs | commit
Call emit function on defaultOptions.errorHandler only when it exists | commit
Description|Commits
--- | --- | ---
New property excludeFiles on unitTests module to exclude files in tests | implementation and default options
Description|Commits
--- | --- | ---
Some basebuild tests with mocha, chai and sinon | f5aabc6, 28740a6 and 4a51463
Utils module coverage in 100% | commit
Documentation on source code for utils module | commit
- #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] (https://github.com/TimeoutZero/BaseBuildAngular/commit/a654659022fbfd8c85d7f59affcb9cf21397496f)
- #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.
- 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)
- Fix for verification of karma version
- Removes karma as dependence, now karma must be installed by host project
Updates on karma server syntax (not compatible with previous versions for gulp test and gulp test:auto tasks)
Stable version - ready for development