Skip to content

Releases: fastify/fast-uri

v3.0.6

20 Jan 20:23
d40b400
Compare
Choose a tag to compare

What's Changed

  • chore: simplify checks by @gurgunday in #123
  • refactor(lib/schemes): remove useless assertions by @Fdawgs in #124
  • build(dependabot): reduce npm updates to monthly by @Fdawgs in #125

Full Changelog: v3.0.5...v3.0.6

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