Skip to content

Releases: babel/babel-loader

7.1.3

25 Feb 17:14
Compare
Choose a tag to compare

🐛 Bug Fix

  • Support webpack 4

v8.0.0-beta.0

31 Oct 22:40
Compare
Choose a tag to compare
v8.0.0-beta.0 Pre-release
Pre-release

v8.0.0-beta.0

  • Change peerDep to @babel/core instead of babel-core since we have moved to scoped packages: #522

7.1.2

18 Aug 22:48
Compare
Choose a tag to compare

🐛 Bug Fix

  • Add the message in BabelLoaderError's stack trace on node 8 (#499) (Stephen Jennings)
  • Do not swallow errors in exists() and only call exists if option is string (#495) (Nelo Mitranim)

📝 Documentation

  • README: fix typo (#498) (Piper Chester)

🏠 Internal

  • Update ava to the latest version 🚀 (#500) (greenkeeper[bot])
  • Update ava to the latest version 🚀 (#491) (greenkeeper[bot])
  • Update ava to the latest version 🚀 (#487) (greenkeeper[bot])

7.1.1

28 Jun 00:33
Compare
Choose a tag to compare

🐛 Bug Fix

  • Do not read .babelrc for cache identifier when babelrc=false (#483) (Russ Tyndall)

📝 Documentation

  • Update README.md for webpack 3.x (#476) (Pierre Neter)

🏠 Internal

  • Update eslint to the latest version 🚀 (#482) (greenkeeper[bot])
  • chore(package): update husky to version 0.14.0 (#475) (greenkeeper[bot])

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)