Skip to content

Releases: babel/babel-loader

v8.2.5

19 Apr 21:10
v8.2.5
1f98d3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.4...v8.2.5

v8.2.4

22 Mar 16:54
v8.2.4
f7982c1
Compare
Choose a tag to compare

What's Changed

Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!

8.2.3

20 Oct 22:39
Compare
Choose a tag to compare

This release fixes compatibility with Node.js 17

  • Use md5 hash for caching on node v17 (#918)

Thanks @Reptarsrage!

8.2.1

10 Nov 21:16
Compare
Choose a tag to compare

8.2.0

10 Nov 11:44
Compare
Choose a tag to compare

8.1.0

20 Mar 14:45
3ff9926
Compare
Choose a tag to compare

8.0.6

12 May 06:09
Compare
Choose a tag to compare
  • Migrate to pify (#785)
  • Reduced memory usage (#781)

8.0.5

04 Jan 07:05
Compare
Choose a tag to compare
  • Update find-cache-dir to 2.0

v8.0.4

27 Sep 20:40
Compare
Choose a tag to compare
  • #692 - Quick fix for typo

v8.0.3

27 Sep 16:49
Compare
Choose a tag to compare

Features

  • #687 - Add customize option

Bugs

  • #685 - Also pass the caller option to loadPartialConfig

Docs

  • #681 - Update the README links to use the new options docs
  • #683 - Add .mjs to the examples

Internal

Some dev dependency updates and CI tweaks.