Skip to content

Releases: fastify/fast-uri

v3.0.5

06 Jan 10:09
v3.0.5
a045145
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

05 Jan 15:09
v3.0.4
4f6922a
Compare
Choose a tag to compare

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

15 Oct 17:17
a79e206
Compare
Choose a tag to compare

What's Changed

  • Correctly set license to BSD-3-Clause in package.json by @mcollina in #102

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

26 Sep 16:48
a81bfb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

27 Jun 07:38
986abce
Compare
Choose a tag to compare

What's Changed

  • fix urijs fragment handling incompatibility by @gurgunday in #93

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Jun 15:59
5964558
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v3.0.0

v2.4.0

10 Jun 12:36
856e241
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.4.0

v2.3.1

05 Jun 08:19
7ffca1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

30 Oct 19:33
388711e
Compare
Choose a tag to compare

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

05 Dec 09:27
2394025
Compare
Choose a tag to compare

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