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

Releases: webpack-contrib/url-loader

v1.1.1

17 Aug 10:00
Compare
Choose a tag to compare

2018-08-17

Bug Fixes

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

v1.1.0

14 Aug 15:08
Compare
Choose a tag to compare

2018-08-13

Features

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

v1.0.1

03 Mar 08:16
Compare
Choose a tag to compare

2018-03-03

Bug Fixes

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

v1.0.0

03 Mar 03:20
Compare
Choose a tag to compare

2018-03-03

Bug Fixes

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

v1.0.0-beta.0

17 Dec 07:17
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

2017-12-17

Code Refactoring

BREAKING CHANGES

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

v0.6.2

04 Oct 17:59
Compare
Choose a tag to compare

2017-10-04

Bug Fixes

v0.6.1

04 Oct 08:58
Compare
Choose a tag to compare

2017-10-04

Bug Fixes

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

v0.6.0

03 Oct 03:23
Compare
Choose a tag to compare

2017-10-03

Features

Security

v0.5.9

12 Jun 16:41
Compare
Choose a tag to compare

2017-06-12

Bug Fixes

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

v0.5.8

24 Feb 16:38
Compare
Choose a tag to compare

2017-02-24

Bug Fixes

  • package: fix loader util deprecation warning (#62) (841c6c8)