v0.12.3

Fixes

DescriptionCommits
Prevent proxy when request is to root path /#25

v0.12.2

Fixes

DescriptionCommits
Added treatment of warnings and errors for CoffeeScript and JavaScript - Thanks @lucrod1#23
Prevent duplicate scripts on inject#24

Features

DescriptionCommits
Removing specFiles from src on default options#24

Improvements

DescriptionCommits
Some tests#18

v0.12.1

Features

DescriptionCommits
BREAKING CHANGE - [Proxy] Migrates "next" property to "preventWhen"#13

Improvements

DescriptionCommits
Some unit tests#18

v0.12.0

Fixes

DescriptionCommits
Loading all modules declared in package.json to defaultOptions.pluginscommit

Features

DescriptionCommits
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

Improvements

DescriptionCommits
Some unit tests#18
Adding an editor config filecommit
Update README.md with new badgescommit
Updates gulp-load-plugins to v1.1.0commit
Changing package descriptioncommit

v0.11.5

Fixes

DescriptionCommits
Injection on default options for chalk and lodash pluginslodash commit and chalk commit
/ bugfix for require a external module by requireModule method of utils modulecommit
Apply pattern for objects in specFilescommit
#17 Fix env injection on specscommit
Call emit function on defaultOptions.errorHandler only when it existscommit

Features

DescriptionCommits
New property excludeFiles on unitTests module to exclude files in testsimplementation and default options

Improvements

DescriptionCommits
Some basebuild tests with mocha, chai and sinonf5aabc6, 28740a6 and 4a51463
Utils module coverage in 100%commit
Documentation on source code for utils modulecommit

v0.11.0

Features

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


v0.9.4

Bugfixes


Features

Breaking changes


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)


v0.8.2

Stable version - ready for development