@bearstudio/lunalink
Version:
Lightweight TypeScript library to efficiently maintain and build URLs
54 lines (27 loc) • 796 B
Markdown
@bearstudio/lunalink
# 0.3.2
## Patch Changes
- e7bc62d: feat: make params able to be number of boolean (stringable)
# 0.3.1
## Patch Changes
- e04f1c7: fix ExtractParams type
# 0.3.0
## Minor Changes
- 314c68c: add a new config key so user can override the encodeURIComponent that is applied to params
# 0.2.1
## Patch Changes
- fda2ea2: Types now handle dot separator
# 0.2.0
## Minor Changes
- 64c256e: it is now possible to used params multiple times
## Patch Changes
- 36ff576: add test code coverage
# 0.1.2
## Patch Changes
- c781861: add metadata to package
# 0.1.1
## Patch Changes
- 4e7a083: remove src and turbo from publishing
# 0.1.0
## Minor Changes
- 7679b1f: First release of lunalink, a package to help you build string URL with ease