Skip to content

Releases: babel/babel-loader

7.1.0

20 Jun 10:44
Compare
Choose a tag to compare

πŸš€ New Feature

  • Update to support webpack 3 (#471) (Joe Lencioni)
  • look for babel options in package.json and .babelrc.js (babel 7) (#465) (Thomas Sileghem)
  • Watch configuration files. (#460) (Evilebot Tnawi)
    You can now change the babel config while webpack watch or dev-server is running and webpack will correctly recompile all files with babel.

πŸ› Bug Fix

  • Only base cache identifier on babel options from package.json (#468) (Daniel Tschinder)

πŸ“ Documentation

  • Remove outdated examples. (Daniel Tschinder)

🏠 Internal

  • update eslint-config-babel to version 7.0.0 (#469) (greenkeeper[bot])
  • update lint-staged to version 4.0.0 (#470) (greenkeeper[bot])
  • Add prettier eslint plugin (#466) (Daniel Tschinder)
  • Add node 8 to test matrix (#467) (Daniel Tschinder)
  • Upgrade find-cache-dir to 1.0 and cross-env to 5.0 (#457) (Daniel Tschinder)

v7.0.0

21 Apr 20:24
Compare
Choose a tag to compare

πŸ’₯ Breaking Change

  • Drop support for node < 4
  • Drop support for webpack 1

πŸš€ New Feature

  • support babel-core@7 (#403) (Henry Zhu)

πŸ› Bug Fix

  • Make sure .babelrc is a file, not a directory (#427) (Hiroki Osame)
  • Bump loader-utils and use getOptions (#391) (Brian Ng)
  • Ensure options are always an object (#413) (Daniel Tschinder)

πŸ“ Documentation

  • Point changelog to releases (Daniel Tschinder)
  • Updated documentation to match webpack v2 changes. (#438) (Jagadish Kasi)
  • Add note about webpack versions (Daniel Tschinder)
  • Update README.md for webpack 2 (#402) (Sid Raval)

🏠 Internal

  • chore(ci): get rid of node 0.10 (#354) (Yuta Hiroto)
  • Use preset-env (#406) (Daniel Tschinder)
  • Correctly run yarn commands (Daniel Tschinder)
  • Update ava to the latest version πŸš€ (#434) (greenkeeper[bot])
  • Update cross-env to the latest version πŸš€ (#431) (greenkeeper[bot])
  • chore(package): update babel-plugin-istanbul to version 4.0.0 (#374) (greenkeeper[bot])
  • chore(package): update cross-env to version 3.1.4 (#353) (greenkeeper[bot])
  • chore(package): update ava to version 0.18.0 (#369) (greenkeeper[bot])
  • Use yarn (#376) (Daniel Tschinder)
  • target node 4 in preset env (#423) (Daniel Tschinder)
  • Add prettier (#409) (Daniel Tschinder)
  • Use bash codecov (#440) (Daniel Tschinder)

v7.0.0-beta.1

16 Mar 09:24
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

Includes all changes from 6.4.1

  • target node 4 in preset env (#423) (Daniel Tschinder)

v6.4.1

16 Mar 09:07
Compare
Choose a tag to compare

πŸ› Bug Fix

v7.0.0-alpha.3

16 Mar 09:20
Compare
Choose a tag to compare
v7.0.0-alpha.3 Pre-release
Pre-release

Includes all changes from 6.4.0

  • Ensure options are always an object (#413) (Daniel Tschinder)

v7.0.0-alpha.2

06 Mar 12:35
Compare
Choose a tag to compare
v7.0.0-alpha.2 Pre-release
Pre-release

Includes all changes from 6.4.0

  • drop support for webpack 1 (#407) (Daniel Tschinder)
  • Use preset-env (#406) (Daniel Tschinder)
  • Correctly run yarn commands (Daniel Tschinder)
  • Bump loader-utils and use getOptions (#391) (Brian Ng)
  • Update README.md for webpack 2 (#402) (Sid Raval)

v7.0.0-alpha.1

06 Mar 12:34
Compare
Choose a tag to compare
v7.0.0-alpha.1 Pre-release
Pre-release

Includes all changes from 6.3.2

  • support babel-core@7 (#403) (Henry Zhu)
  • Use yarn (#376) (Daniel Tschinder)
  • chore(package): update babel-plugin-istanbul to version 4.0.0 (#374) (greenkeeper[bot])
  • chore(package): update cross-env to version 3.1.4 (#353) (greenkeeper[bot])
  • chore(ci): get rid of node 0.10 (#354) (Yuta Hiroto)
  • chore(package): update ava to version 0.18.0 (#369) (greenkeeper[bot])

v6.4.0

06 Mar 12:28
Compare
Choose a tag to compare

πŸš€ New Feature

  • added metadata passing from babel to webpack, which is currently used by react-intl (#398) @Ognian

v6.3.2

16 Feb 10:03
Compare
Choose a tag to compare

😒 Regression

  • forceEnv was interfering with regular environment handling

v6.3.1

15 Feb 09:18
Compare
Choose a tag to compare

πŸ› Bug Fix

  • The new forceEnv options wasn't working as expected (#379) @chrisvasz