Skip to content

Releases: anonrig/fast-querystring

1.1.2

05 Jun 21:15
Compare
Choose a tag to compare

This is a maintenance release.

What's Changed

  • test: add multiple environments by @anonrig in #45
  • chore: update dependencies by @anonrig in #47
  • build(deps-dev): bump rome from 11.0.0 to 12.0.0 by @dependabot in #48
  • build(deps-dev): bump vitest from 0.29.8 to 0.30.1 by @dependabot in #50
  • build(deps-dev): bump @vitest/coverage-c8 from 0.29.8 to 0.30.1 by @dependabot in #51
  • build(deps-dev): bump @vitest/coverage-c8 from 0.30.1 to 0.31.0 by @dependabot in #55
  • build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #52
  • build(deps-dev): bump rome from 12.0.0 to 12.1.2 by @dependabot in #57
  • build(deps-dev): bump vitest from 0.30.1 to 0.31.0 by @dependabot in #53
  • build(deps-dev): bump @edge-runtime/vm from 2.1.2 to 3.0.0 by @dependabot in #59
  • build(deps-dev): bump rome from 12.1.2 to 12.1.3 by @dependabot in #60
  • Update node 20 by @anonrig in #61

Full Changelog: 1.1.1...1.1.2

1.1.1

04 Feb 20:19
Compare
Choose a tag to compare

This release reduces the package size from 152.6 kB to 5.3 kB

What's Changed

  • build(deps-dev): bump vitest from 0.26.3 to 0.27.0 by @dependabot in #39
  • build(deps-dev): bump @vitest/coverage-c8 from 0.26.3 to 0.27.0 by @dependabot in #38
  • build(deps-dev): bump @vitest/coverage-c8 from 0.27.3 to 0.28.1 by @dependabot in #42
  • build(deps-dev): bump vitest from 0.27.3 to 0.28.1 by @dependabot in #43
  • fix: revert changes to reduce size by @anonrig in #44

Full Changelog: 1.1.0...1.1.1

1.1.0

04 Jan 20:48
054f961
Compare
Choose a tag to compare

What's Changed

  • chore(.npmignore): remove node_modules by @Fdawgs in #23
  • perf: add benchmarks for importing all packages by @anonrig in #24
  • update actions to avoid deprecation warnings by @Uzlopak in #26
  • add fine grained benchmarks by @Uzlopak in #25
  • tests: 100% test coverage, add test cases for utf16 characters by @Uzlopak in #30
  • perf: 15 % better perf for number to string, avoid intermediate Math.abs, use implicit number to string coercion by @Uzlopak in #28
  • use pre calculated utf16 table by @Uzlopak in #29
  • chore: update dependencies by @anonrig in #31
  • add dependabot.yml, switch to npm by @Uzlopak in #33
  • build(deps-dev): bump query-string from 7.1.3 to 8.1.0 by @dependabot in #36
  • build(deps-dev): bump @vitest/coverage-c8 from 0.23.4 to 0.26.3 by @dependabot in #35
  • build(deps-dev): bump vitest from 0.23.4 to 0.26.3 by @dependabot in #34
  • Improve typescript interop, esm nodenext by @Uzlopak in #37

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

13 Sep 13:49
Compare
Choose a tag to compare

fast-querystring is now 45% faster than node:querystring module

What's Changed

Full Changelog: 0.7.1...1.0.0

0.7.1

09 Sep 23:44
6bf2636
Compare
Choose a tag to compare

What's Changed

  • build: start testing parser in a wide range of versions by @anonrig in #16
  • test: add code coverage by @anonrig in #17
  • docs: add badges to readme by @anonrig in #19
  • test: add multi-byte tests to stringify by @anonrig in #20

Full Changelog: 0.7.0...0.7.1

0.7.0

08 Sep 18:42
962df09
Compare
Choose a tag to compare

fast-querystring is now 40% faster than node:querystring module

What's Changed

  • chore(.npmignore): remove LICENSE by @Fdawgs in #14
  • perf: improve parse performance by 12% by @anonrig in #15

Full Changelog: 0.6.1...0.7.0

0.6.1

06 Sep 22:21
828e4ca
Compare
Choose a tag to compare

Full Changelog: 0.6.0...0.6.1

0.6.0

06 Sep 20:58
07a946a
Compare
Choose a tag to compare

What's Changed

  • avoid deoptimization by @Uzlopak in #4
  • use -1 instead of 0 as lastIndex indicator by @Uzlopak in #7
  • fix: remove unnecessary check by @anonrig in #6
  • perf: use fast-decode-uri-component for decoding by @anonrig in #8
  • perf: use replaceAll instead of replacing plus by @anonrig in #9
  • ci: update workflow by @Fdawgs in #12
  • docs(readme): remove legacy npm arg by @Fdawgs in #13
  • feat: add querystring stringify by @anonrig in #11

New Contributors

Full Changelog: https://github.com/anonrig/fast-querystring/commits/0.6.0