Skip to content

Latest commit

 

History

History
98 lines (80 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

98 lines (80 loc) · 5.51 KB

See commit history for a full list of changes.
A list of change's for previous versions can be found at: v1 | v2

v3.3.1 (2019-12-04)

  • DEV: Bumped devDependencies: @futagoza/eslint-config, eslint
  • DEV: Moved .eslintignore entries into the main ESLint configuration
  • DEV: Removed use of --cache flag when running ESLint
  • Bumped all "@babel/* dependencies to versions 7.7.4
  • DEV: Bumped devDependencies: core-js
  • DEV: Moved linting during GitHub Actions CI to separate Job

v3.3.0 (2019-11-13)

  • Upgrade some "@babel/* dependencies to versions 7.7.0, 7.7.1 and 7.7.2
  • Add support for the Stage 3 feature 'Top Level Await' via @babel/plugin-syntax-top-level-await
  • Fix grammar in the useBuiltIns section of README.md
  • DEV: Skip CI on push to tagged branches (should stop double CI runs)
  • DEV: Bumped devDependencies: @futagoza/eslint-config-node, core-js, eslint, glob
  • DEV: Updated fixtures

v3.2.2 (2019-10-15)

v3.2.1 (2019-09-21)

  • Use require.resolve instead of a custom resolve function
  • Use the pkg-up module to find consumer's package.json
  • DEV: Updated fixtures
  • DEV: Fix preview/generate-result.js

v3.2.0 (2019-09-20)

  • Upgrade all @babel/* dependencies (The versions range from 7.2.0 to 7.6.0)
  • Updated babel-plugin-module-resolver dependency to 3.2.0
  • DEV: Replaced es-runtime with @babel/runtime, core-js and regenerator-runtime
  • DEV: Updated eslint dependency to 6.4.0
  • DEV: Replaced eslint-config-futagozaryuu with @futagoza/eslint-config-node, 9.3.0
  • DEV: Updated glob dependency to 7.1.4
  • Updated stage-* plugin list, reflecting recent changes to both Babel and the ECMAScript proposals
  • Added a note for using a string value for the async option
  • DEV: Fix linting errors
  • Added the corejs option (will be redirected to @babel/preset-env)
  • Added a section in README.md for using the useBuiltIns option
  • DEV: Updated fixtures
  • Drop Support for Node 6
  • DEV: Test on Node 12

v3.1.0 (2018-10-05)

v3.0.0 (2018-08-28)

  • Updated @babel/* dependencies to 7.0.0
  • Updated README.md; Updated blurb about the Babel version used
  • Updated README.md; Use yellow badge for CHANGELOG.md
  • Updated README.md; Updated link to babel-preset-futagozaryuu/lib/config/default-options.js
  • Updated README.md; Added note to blurb about proposal plugins

v3.0.0-alpha.1 (2018-08-27)

  • Updated @babel/* dependencies to 7.0.0-beta.56
  • DEV: The script preview-result now runs the babel-cli (Local script has a N/A warning)
  • DEV: Adjust preview-ast script to generate files in their respective directories

v3.0.0-alpha.0 (2018-08-26)

  • Updated license year (Should have done this back in v2.15)
  • Dropped Support for Node.js v4
  • DEV: Updated dependencies eslint and eslint-config-futagozaryuu to 5
  • Use ~ instead of ^ to lock dependencies to their minor versions
  • Replace use of @babel/preset-stage-* plugins with built-in variant
  • DEV: Moved source files to lib, rewriting each file as Node.js v6+ files
  • Moved utility methods to separate files in lib/util
  • Moved data/config to lib/config
  • Exporting only the preset now
  • DEV: Moved the 'preset.preview' method to "preview/preset > preview"
  • DEV: Changed the test directory for the preview generators from src to lib
  • Updated some JSDoc comments
  • Updated @babel/* dependencies to 7.0.0-beta.46
  • DEV: Removed links to GitHub release's in CHANGELOG.md