Releases: benmvp/url-lib
Releases · benmvp/url-lib
v3.0.3
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2019-05-15)
chore
BREAKING CHANGES
- infra:
parseUrl
&getCacheDefeatStr
are accessed off the mainurl-lib
package instead of through special paths.
New code:
import {parseUrl, getCacheDefeatStr} from 'url-lib'
Old code:
import parseUrl from 'url-lib/parseUrl'
import getCacheDefeatStr from 'url-lib/getCacheDefeatStr'
Also support for the dist
bundle has been removed. Only CJS & ESM are supported through @benmvp/cli
.