fast-json-stringify icon indicating copy to clipboard operation
fast-json-stringify copied to clipboard

build(deps-dev): bump json-accelerator from 0.0.2 to 0.1.7

Open dependabot[bot] opened this issue 2 months ago • 0 comments

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.Ref

Full 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.trusted for string
  • improve string placement when using t.String({ trusted: true }) and sanitize: manual

0.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.Ref

0.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 inline joinStringArray to improve performance
  • add sanitize option for handling unsafe character
    • new behavior is sanitize, previously is equivalent to manual
  • support inline a literal value
Commits
  • 7fcbf62 :tada: feat: improve array operation
  • a5a04a5 :tada: feat: improve array operation
  • 2ee87b3 :tada: feat: improve array operation
  • a7c3d42 :broom: chore: update dependency
  • 33d5a64 :tada: feat: improve string operation
  • 16aadb5 :tada: feat: improve string operation
  • 4f06583 :tada: feat: add schema.trusted for string
  • 193eb7f :wrench: fix: typebox integer type
  • a0c9580 :tada: feat: avoid closure reference
  • ca2ca40 :tada: feat: avoid closure reference
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Oct 01 '25 14:10 dependabot[bot]