Releases: fastify/fast-uri
Releases · fastify/fast-uri
v3.0.5
v3.0.4
What's Changed
- style: remove trailing whitespace by @Fdawgs in #103
- docs(readme): update ci badge syntax by @Fdawgs in #105
- build(deps-dev): replace standard with neostandard by @Fdawgs in #106
- build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #107
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #108
- chore(package): add contribs and funding by @Fdawgs in #109
- docs(readme): grammar fixes by @Fdawgs in #111
- chore(package): grammar fix in desc by @Fdawgs in #112
- refactor(index): prefix unused param with underscore by @Fdawgs in #114
- perf(lib/utils): cache ipv4 regex by @Fdawgs in #115
- perf(index): use optional chaining by @Fdawgs in #113
- refactor: remove unused params by @Fdawgs in #110
Full Changelog: v3.0.3...v3.0.4
v3.0.3
v3.0.2
What's Changed
- use
tape
by @gurgunday in #95 - perf(index): merge concurrent
array.push
calls by @Fdawgs in #97 - build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #98
- fix: properly parse userinfo in uri by @zekth in #101
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- fix
urijs
fragment handling incompatibility by @gurgunday in #93
Full Changelog: v3.0.0...v3.0.1
v3.0.0
v2.4.0
What's Changed
- Improve compatibility with uri-js by @gurgunday in #84
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #75
- chore(package): fix repository url by @Fdawgs in #77
- chore(.gitignore): add .tap/ dir by @Fdawgs in #78
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #79
- Do not use node's URL module by @gurgunday in #83
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #55
- chore(.gitignore): add clinic by @Fdawgs in #56
- ci(package-manager): update ubuntu os to latest by @Fdawgs in #58
- chore(.gitignore): add bun lockfile by @Fdawgs in #59
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #60
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #61
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #62
- ci(package-manager-ci): add node 18 to test matrix by @Fdawgs in #63
- ci: only trigger on pushes to main branches by @Fdawgs in #64
- ci(package-manager-ci): replace jobs with reusable workflow by @Fdawgs in #65
- refactor(schemes): convert unused capture group to non-capture group by @Fdawgs in #66
- perf: avoid domainToAscii on pure lowercase ascii cases by @Uzlopak in #67
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #68
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #69 - chore: add
.gitattributes
file by @Fdawgs in #71 - chore(benchmark): add missing strict directive by @Fdawgs in #72
- perf(index): convert unused capture groups to non-capture groups by @Fdawgs in #74
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- chore(.gitignore): use updated skeleton template by @Fdawgs in #40
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #41
- LGTM-Alert: remove unused parameters by @Uzlopak in #43
- fix: unused IE fix path by @zekth in #44
- test(equal): refactor test suites by @zekth in #45
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #46
- fix(readme): CI badge reference by @zekth in #47
- ci: enable license checking by @Fdawgs in #48
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #49
- build(deps-dev): remove typescript by @Fdawgs in #50
- chore(.npmrc): disable package-lock generation by @Fdawgs in #52
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #53
- nodenext compatibility by @Uzlopak in #54
New Contributors
Full Changelog: v2.1.0...v2.2.0