Releases: anonrig/fast-querystring
Releases · anonrig/fast-querystring
1.1.2
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
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
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
- @dependabot made their first contribution in #36
Full Changelog: 1.0.0...1.1.0
1.0.0
0.7.1
0.7.0
0.6.1
Full Changelog: 0.6.0...0.6.1
0.6.0
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
- @Uzlopak made their first contribution in #4
- @anonrig made their first contribution in #6
- @Fdawgs made their first contribution in #12
Full Changelog: https://github.com/anonrig/fast-querystring/commits/0.6.0