Skip to content

Releases: babel/generator-babel-boilerplate

10.0.1

31 Aug 23:19
Compare
Choose a tag to compare
  • Fix an issue where the wrong preset was specified in the generated .babelrc. It was specifying es2015; it now specifies latest, which is what the boilerplate depends on.

10.0.0

31 Aug 21:38
Compare
Choose a tag to compare
  • 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

18 Jul 07:12
Compare
Choose a tag to compare
  • Actually fixes issue where .gitignore would not be copied

9.0.0

18 Jul 06:37
Compare
Choose a tag to compare
  • 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

15 May 18:24
Compare
Choose a tag to compare
  • 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

14 May 06:58
Compare
Choose a tag to compare
  • 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

14 May 06:03
Compare
Choose a tag to compare
  • Ensures that the intended naming updates from 7.3.0 work in more situations

7.3.1

14 May 05:04
Compare
Choose a tag to compare
  • Fix issue where generated package.json name would have a space, and therefore
    be invalid.

7.3.0

14 May 04:43
Compare
Choose a tag to compare
  • 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

19 Feb 17:32
Compare
Choose a tag to compare
  • Fixes a bug where invalid an invalid package.json could be generated if double
    quotes were included in responses