Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Latest commit

 

History

History
217 lines (98 loc) · 8.55 KB

CHANGELOG.md

File metadata and controls

217 lines (98 loc) · 8.55 KB

Changelog

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

4.1.1 (2020-10-09)

Chore

  • update schema-utils

4.1.0 (2020-04-08)

Features

  • the mimetype option can be Boolean
  • added the encoding option
  • added the generator option

4.0.0 (2020-03-17)

⚠ BREAKING CHANGES

  • deps: migrate on mime-types package, some rare types may have other mimetype

Bug Fixes

3.0.0 (2019-11-26)

BREAKING CHANGES

  • minimum required nodejs version is 10.13.0
  • rename the esModules option to esModule
  • switch to ES modules by default (the option esModule is true by default)

2.3.0 (2019-11-21)

Features

  • new esModules option to output ES modules (0ee2b99)

2.2.0 (2019-10-04)

Features

2.1.0 (2019-07-18)

Features

2.0.1 (2019-06-25)

Bug Fixes

  • allow using limit as string when you use loader with query string (#185) (4842f93)

2.0.0 (2019-06-05)

Bug Fixes

  • rm unnecessary bin field (#163) (b603665)
  • limit should always be a number and 0 value handles as number (#180) (d82e453)
  • fallback loader will be used than limit is equal or greater (#179) (3c24545)

Features

BREAKING CHANGES

  • minimum required nodejs version is 8.9.0
  • limit should always be a number and 0 value handles as number
  • fallback loader will be used than limit is equal or greater (before only when greater)

1.1.2 (2018-10-10)

Bug Fixes

  • fallback options behaviour (#145) (03e631f)
  • package: add support for webpack =< v3.0.0 (peerDependencies) (#150) (a6860fc)
  • package: relax node version range (engines) (#155) (d37b108)
  • utils/normalizeFallback: correctly pass all options to the default fallback (file-loader) (#139) (401be63)

1.1.1 (2018-08-17)

Bug Fixes

  • correctly pass all options to the fallback (#143) (03e631f)

1.1.0 (2018-08-13)

Features

  • support fallback loader in options.fallback (#123) (017adc7), closes #118

1.0.1 (2018-03-03)

Bug Fixes

  • index: revert to CJS exports (module.exports) (#116) (7b60cc2)

1.0.0 (2018-03-03)

Bug Fixes

  • index: use Buffer.from instead of deprecated new Buffer (#113) (457618b)

1.0.0-beta.0 (2017-12-17)

Code Refactoring

BREAKING CHANGES

  • Sets engines to "node": ">= 6.9.0 || >= 8.9.0"
  • Drops support for webpack =< v2.0.0

0.6.2 (2017-10-04)

Bug Fixes

0.6.1 (2017-10-04)

Bug Fixes

  • schema: allow additionalProperties (#94) (2b01ea2)

0.6.0 (2017-10-03)

Features

Security

  • Updates Mime pacakge due to Regex DOS security vulnerability (#87) (d19ee2d)

0.5.9 (2017-06-12)

Bug Fixes

  • String not being base64 encoded (#67) (e9496b9)
  • don't default to 0 (options.limit) (#74) (020c2a8)

Change Log

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