transform-url
Version:
Build URLs by transforming a template with params.
30 lines (17 loc) • 601 B
Markdown
# CHANGELOG
### 2.0.0
- update jest deps, remove search params polyfill, remove obsolete tests ([#42])
### 1.1.3
- revert to @ungap/url-search-params@^0.1.2
### 1.1.2
- Upgrade dependencies
### 1.1.1
- Use CJS from `url-search-params` ([#4])
### 1.1.0
- Update `url-search-params` to new package location ([#2])
### 1.0.1
- Drop encode package to ensure transpilation ([#1])
[#1]:https://github.com/godaddy/transform-url/pull/1
[#2]:https://github.com/godaddy/transform-url/pull/2
[#4]:https://github.com/godaddy/transform-url/pull/4
[#42]:https://github.com/godaddy/transform-url/pull/42