Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.9 (2021-08-17)
Bug Fixes
- encode plus as
%2B
(500885b), closes #34
- parseURL: support url with leading
?
(resolves #33) (aab7d5f)
0.7.8 (2021-08-17)
Bug Fixes
0.7.7 (2021-06-30)
Features
- support query params for
trailingSlash
utils (#24) (aa31481)
0.7.6 (2021-06-30)
Bug Fixes
- stringifyParsedURL: check query existence in search (#29) (dd8bc35)
0.7.5 (2021-05-17)
Features
- parseURL: support default proto (f0f79f0), closes #25
0.7.4 (2021-05-11)
0.7.3 (2021-05-11)
Features
- support query params for
trailingSlash
utils (7655066), closes #19
Bug Fixes
- parseQuery: prevent possible prototype pollution (f4be854)
- slash encode in path (#23) (912399f)
0.7.2 (2021-04-28)
Bug Fixes
0.7.1 (2021-04-23)
0.7.0 (2021-04-23)
⚠ BREAKING CHANGES
Features
0.6.11 (2021-04-06)
Bug Fixes
- pkg: remove exports field to improve compatibility with webpack4 (be3b1ae)
0.6.10 (2021-03-09)
Bug Fixes
0.6.9 (2021-03-05)
Features
0.6.8 (2021-03-05)
Features
- hasProtocol: optionally allow protocol relative url (#16) (81a3f3e)
0.6.7 (2021-02-22)
Features
- isEmptyURL and isNonEmptyURL utils (3c1c6d8)
Bug Fixes
- joinURL, resolveURL: ignore empty url parts (c5fd74d)
0.6.6 (2021-02-10)
Bug Fixes
- bail base utils if base is / or empty (bb09b06)
0.6.5 (2021-02-10)
Features
withBase
and withoutBase
utils (1667eca)
0.6.4 (2021-02-08)
Bug Fixes
- joinURL: don't allow double '//' when single slashes are passed (#13) (e44fe2b)
0.6.3 (2021-02-08)
Bug Fixes
- avoid empty string with without*Slash utils (126667d)
0.6.2 (2021-02-08)
Features
0.6.1 (2021-02-02)
0.6.0 (2021-02-02)
Features
decodeQueryValue
and decode query params with support for space (#11) (44a0538)
0.5.4 (2021-01-07)
Bug Fixes
- enable plus encoding for query value (82ab3f1)
0.5.3 (2021-01-06)
Bug Fixes
- parseQuery: skip ? in query value while parsing (fixes #9) (0cf9f1a)
0.5.2 (2020-12-16)
Bug Fixes
- pkg: allow requiring package.json (#6) (5fd5dc7)
0.5.1 (2020-12-16)
Bug Fixes
- update encodeQueryValue to match URL spec for space and plus (9446d9c)
0.5.0 (2020-12-16)
⚠ BREAKING CHANGES
- api updates and params renamed to query
Features
- reduce dependency on $URL for less encode/decoding (38631cf)
0.4.0 (2020-12-16)
⚠ BREAKING CHANGES
- lightweight joinURL + resolveURL
Features
- lightweight joinURL + resolveURL (9a34622)
0.3.1 (2020-12-16)
Bug Fixes
- pkg: remove trailing slash in exports (9d94e3c)
0.3.0 (2020-12-16)
⚠ BREAKING CHANGES
- pkg: add exports and drop browser field
- custom url parser
Features
Bug Fixes
- preserve trailingslash from parse state (adc9688)
- remove password from auth when is not provided (6616f02)
0.2.0 (2020-12-15)
⚠ BREAKING CHANGES
- rewrite with URL ponyfill (#4)
Features
0.1.6 (2020-12-15)
Bug Fixes
0.1.5 (2020-12-15)
Bug Fixes
- fix issue with hasProtocol (239cdf7)
0.1.4 (2020-12-12)
Bug Fixes
- joinURL: preserve params from input path (8f8f10a)
0.1.3 (2020-12-12)
Bug Fixes
- withParams: prevent double encoding raw params (28eb848)
0.1.2 (2020-12-12)
Bug Fixes
0.1.1 (2020-12-12)
Features
0.1.0 (2020-12-09)
⚠ BREAKING CHANGES
- preserve relative urls without leading slash
Features
- add
cleanDoubleSlashes
(#2) (cbb72de)
- preserve relative urls without leading slash (34afd1e)
0.0.3 (2020-12-04)
Bug Fixes
0.0.2 (2020-12-04)
0.0.1 (2020-12-04)