build(deps-dev): bump json-accelerator from 0.0.2 to 0.1.7
Bumps json-accelerator from 0.0.2 to 0.1.7.
Release notes
Sourced from json-accelerator's releases.
0.1.7
What's new
Improvement:
- improve array operation
Full Changelog: https://github.com/elysiajs/json-accelerator/compare/0.1.6...0.1.7
0.1.6
What's new
Improvement:
- reduce instruction for string placement
- inline regex test to each string
Full Changelog: https://github.com/elysiajs/json-accelerator/compare/0.1.4...0.1.6
0.1.4
What's new
Improvement:
- Improve array performance by avoiding unnecessary closure reference
Full Changelog: https://github.com/elysiajs/json-accelerator/compare/0.1.3...0.1.4
0.1.3
What's new
Bug fix:
- support
t.Module,t.RefFull Changelog: https://github.com/elysiajs/json-accelerator/compare/0.1.2...0.1.3
0.1.2
What's new
Bug fix:
- handle primitive type when array is root
Full Changelog: https://github.com/elysiajs/json-accelerator/compare/0.1.1...0.1.2
0.1.1
What's new
Feature:
- support Record
Full Changelog: https://github.com/elysiajs/json-accelerator/compare/0.1.0...0.1.1
0.1.0
What's new
... (truncated)
Changelog
Sourced from json-accelerator's changelog.
0.1.7 - 25 Apr 2025
Improvement:
- improve array operation
0.1.6 - 24 Apr 2025
Improvement:
- reduce instruction for string placement
- inline regex test to each string
0.1.5 - 22 Apr 2025
Improvement:
- add
schema.trustedfor string- improve string placement when using
t.String({ trusted: true })andsanitize: manual0.1.4 - 27 Mar 2025
Improvement:
- improve array performance by avoiding unnecessary closure reference
0.1.3 - 14 Mar 2025
Bug fix:
- support
t.Module,t.Ref0.1.2 - 4 Mar 2025
Bug fix:
- handle primitive type when array is root
0.1.1 - 4 Mar 2025
Feature:
- support Record
Improvement:
- add Tuple test case
0.1.0 - 5 Feb 2025
Feature:
- replace
arrayItems.join('",\"')in favour of inlinejoinStringArrayto improve performance- add
sanitizeoption for handling unsafe character
- new behavior is
sanitize, previously is equivalent tomanual- support inline a literal value
Commits
7fcbf62:tada: feat: improve array operationa5a04a5:tada: feat: improve array operation2ee87b3:tada: feat: improve array operationa7c3d42:broom: chore: update dependency33d5a64:tada: feat: improve string operation16aadb5:tada: feat: improve string operation4f06583:tada: feat: add schema.trusted for string193eb7f:wrench: fix: typebox integer typea0c9580:tada: feat: avoid closure referenceca2ca40:tada: feat: avoid closure reference- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)