Skip to content

Releases: webpack/loader-utils

v1.2.2

27 Dec 10:30
Compare
Choose a tag to compare

1.2.2 (2018-12-27)

Bug Fixes

  • fixed a hash type extracting in interpolateName (#137) (f8a71f4)

v1.2.1

25 Dec 12:27
Compare
Choose a tag to compare

1.2.1 (2018-12-25)

Bug Fixes

  • isUrlRequest: better handle absolute urls and non standards (#134) (aca43da)

Reverts

v1.2.0

24 Dec 18:14
ba4f0d0
Compare
Choose a tag to compare

1.2.0 (2018-12-24)

Features

  • interpolateName: support [contenthash]

Fixes

  • urlToRequest: empty urls are not rewritten to relative requests
  • urlToRequest: don't rewrite absolute urls
  • isUrlRequest: ignore all url with extension (like moz-extension:, ms-browser-extension: and etc)
  • isUrlRequest: ignore about:blank
  • interpolateName: failing explicitly when ran out of emoji
  • interpolateName: [hash] token regex in interpolate string to capture any hash algorithm name
  • interpolateName: parse string for emoji count before use

v1.1.0

16 Mar 14:08
a5602ad
Compare
Choose a tag to compare

Features

  • automatic-release: Generation of automatic release (7484d13)
  • parseQuery: export parseQuery (ddf64e4)

v1.0.4

14 Mar 10:57
dfaa358
Compare
Choose a tag to compare

v1.0.3

07 Mar 14:04
b3648f5
Compare
Choose a tag to compare
  • Fix issue in interpolateName with periods in folder names #71

v1.0.2

21 Feb 15:38
622de89
Compare
Choose a tag to compare
  • Fix yarn install error #67

v1.0.1

21 Feb 14:58
9986c9c
Compare
Choose a tag to compare
  • Fix getOptions() with unexpected queries #68

v1.0.0

20 Feb 23:22
8cda6ab
Compare
Choose a tag to compare
  • Breaking: Replaced parseQuery with getOptions #65
  • Breaking: Removed node 0.10 and 0.12 support #63

v0.2.17

20 Feb 23:06
00b9d08
Compare
Choose a tag to compare
  • Add parseQuery deprecation warning #57
  • Fix bugs in stringifyRequest #58
  • Allow function interpolation #59