Skip to content

Latest commit

 

History

History
109 lines (57 loc) · 4.69 KB

CHANGELOG.md

File metadata and controls

109 lines (57 loc) · 4.69 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#188) (44163ca)

4.0.1 (2022-08-12)

Bug Fixes

4.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

3.1.1 (2021-11-01)

Bug Fixes

3.1.0 (2021-10-22)

Features

  • output links and descriptions on errors (#110) (b86cb8b)

3.0.1 (2021-10-21)

Bug Fixes

3.0.0 (2021-05-18)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

2.0.0 (2021-02-01)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5
  • inline syntax was changed: [] is no longer supported (i.e. imports-loader?imports[]=default|jquery|$&imports[]=angular!./example.js), please use , comma separator (i.e. imports-loader?imports=default|jquery|$,angular!./example.js)

1.2.0 (2020-10-07)

Features

  • add custom parameter names for wrapper args (#86) (4314ecd)

1.1.0 (2020-06-24)

Features

  • "|" character can be used as delimiter for inline string syntax (00697de)

1.0.0 (2020-06-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4
  • inline syntax was changed, please read
  • list of imported modules moved to the imports option, please read
  • wrapper moved to the wrapper option, please read
  • custom variables moved to the additionalCode option, please read
  • generates ES module default import by default (import Foo from 'foo';)

Features

  • validate options
  • support webpack 5
  • implemented the type option (imports can be CommonsJS or ES module format)
  • implemented the ability to generate multiple import in CommonJS or ES module format
  • improved support of inline usage
  • allowed to adding arguments for wrapper
  • allowed to inject any custom code

Bug Fixes

  • do not crash on invalid inline syntax
  • respect 'use strict';

0.8.0 (2018-02-20)

Features

  • allow loading nested objects onto existing libraries (#45) (44d6f48)