Skip to content

Releases: node-loader/node-loader-core

v2.0.0

09 Nov 00:53
Compare
Choose a tag to compare

Breaking changes

NodeJS 16.12 removed several node loader hooks and replaced them with the new load hook. See nodejs changelog for details. The 2.0.0 version of @node-loader/core only works with nodejs@>=16.12 and will not work with prior versions of NodeJS. Use @node-loader/core@1 for older versions of NodeJS.

Full Changelog: v1.0.5...v2.0.0

v1.0.5

03 May 17:47
Compare
Choose a tag to compare

Fixes

  • Move eslint-config-prettier to devDependencies. Resolves #5. (#6)

v1.0.4

15 Feb 21:38
Compare
Choose a tag to compare

Fixes

  • fix: NODE_LOADER_CONFIG for absolute paths (#2 via @johnloy)

Maintenance

  • Switch to github actions, pnpm. (#3)
  • Delete unused files (#3)

v1.0.3

06 Oct 04:37
Compare
Choose a tag to compare

Fixes

  • Fix bug that prevented node loader core from working in Windows (3be30b1)