Releases: babel/generator-babel-boilerplate
Releases · babel/generator-babel-boilerplate
10.0.1
10.0.0
- Updated dependencies for the generated project
- Greenkeeper is now used to keep the dependencies up-to-date
- Dependencies are now locked down, rather than using
^
- Less annoying messages when you're not logged into npm
9.0.1
- Actually fixes issue where
.gitignore
would not be copied
9.0.0
- Updated dependencies in generated
package.json
- Fixes issue where
.gitignore
would not be copied - Updated coverage to ensure all source files are considered in coverage report,
not just the ones that are included by the tests
8.0.0
- Remove
babel-eslint
- No longer transpile the
gulpfile
- Updated
devDependencies
in the generated package - Further fixes for projects with names ending in
.js
7.3.3
- Fixes issue where ESLint would explode due to a lack of specifying
parserOptions
.
This was caused by the upgrade to ESLint 2.0.0 in v7.3.0
7.3.2
- Ensures that the intended naming updates from
7.3.0
work in more situations
7.3.1
- Fix issue where generated
package.json
name would have a space, and therefore
be invalid.
7.3.0
- Fixes an error in the
.eslintrc
file under generated for the test suite - Removes JSCS, as it has been deprecated
- Fixes issue where failed tests might not cause a CI build to fail
- Smarter algorithms are used to produce the resulting
package.json
based
on the module name that you provide
7.2.1
- Fixes a bug where invalid an invalid
package.json
could be generated if double
quotes were included in responses