Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2020-03-17)
⚠ BREAKING CHANGES
- minimum required
Node.js
version is 8.9.0
(#166) (c937e8c)
- the
getOptions
method returns empty object on empty query (#167) (b595cfb)
- Use
md4
by default
1.4.0 (2020-02-19)
Features
- the
resourceQuery
is passed to the interpolateName
method (#163) (cd0e428)
1.3.0 (2020-02-19)
Features
- support the
[query]
template for the interpolatedName
method (#162) (469eeba)
1.2.3 (2018-12-27)
Bug Fixes
- interpolateName: don't interpolated
hashType
without hash
or contenthash
(#140) (3528fd9)
1.2.2 (2018-12-27)
Bug Fixes
- fixed a hash type extracting in interpolateName (#137) (f8a71f4)
1.2.1 (2018-12-25)
Bug Fixes
- isUrlRequest: better handle absolute urls and non standards (#134) (aca43da)
Reverts
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
1.1.0 (2017-03-16)
Features
- automatic-release: Generation of automatic release (7484d13)
- parseQuery: export parseQuery (ddf64e4)