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 | |
---|
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 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.
- 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