Skip to content

Releases: benmvp/url-lib

v3.0.3

17 Jul 05:56
a85287a
Compare
Choose a tag to compare

3.0.3 (2019-07-17)

Bug Fixes

  • types: Export TypeScript types (#8) (a85287a)

v3.0.2

30 Jun 02:50
3c712eb
Compare
Choose a tag to compare

3.0.2 (2019-06-30)

Bug Fixes

v3.0.1

28 Jun 07:40
80fcffd
Compare
Choose a tag to compare

3.0.1 (2019-06-28)

Bug Fixes

  • package: Fix deployed package (#5) (80fcffd)

v3.0.0

15 May 00:34
d06e65f
Compare
Choose a tag to compare

3.0.0 (2019-05-15)

chore

  • infra: Switch to use @benmvp/cli for infra (#4) (d06e65f)

BREAKING CHANGES

  • infra: parseUrl & getCacheDefeatStr are accessed off the main url-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.