Releases: webpack-contrib/url-loader
Releases · webpack-contrib/url-loader
v4.1.1
09 Oct 14:09
Compare
Sorry, something went wrong.
No results found
v4.1.0
08 Apr 16:01
Compare
Sorry, something went wrong.
No results found
4.1.0 (2020-04-08)
Features
the mimetype
option can be Boolean
added the encoding
option
added the generator
option
v4.0.0
17 Mar 12:48
Compare
Sorry, something went wrong.
No results found
4.0.0 (2020-03-17)
⚠ BREAKING CHANGES
deps: migrate on mime-types
package, some rare types may have other mimetype
v3.0.0
26 Nov 11:42
Compare
Sorry, something went wrong.
No results found
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)
v2.3.0
21 Nov 15:47
Compare
Sorry, something went wrong.
No results found
2.3.0 (2019-11-21)
Features
new esModules
option to output ES modules (0ee2b99 )
v2.2.0
04 Oct 13:35
Compare
Sorry, something went wrong.
No results found
2.2.0 (2019-10-04)
Features
v2.1.0
18 Jul 12:53
Compare
Sorry, something went wrong.
No results found
2.1.0 (2019-07-18)
Features
v2.0.1
25 Jun 11:24
Compare
Sorry, something went wrong.
No results found
2.0.1 (2019-06-25)
Bug Fixes
allow using limit as string when you use loader with query string (#185 ) (4842f93 )
v2.0.0
05 Jun 15:39
Compare
Sorry, something went wrong.
No results found
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)
v1.1.2
10 Oct 10:47
Compare
Sorry, something went wrong.
No results found
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 )