| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-28 | 2.7 kB | |
| v6.1.0 source code.tar.gz | 2025-09-28 | 62.1 kB | |
| v6.1.0 source code.zip | 2025-09-28 | 94.5 kB | |
| Totals: 3 Items | 159.2 kB | 0 | |
What's Changed
- perf: Cache obj[key] access into (missed property from PR 707) by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/759
- chore: rename master to main by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/761
- ci(ci): set job permissions by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/764
- ci(.github): use latest node version by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/765
- ci: set permissions at workflow level by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/766
- ci: restore job level permissions by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/767
- ci: set workflow permissions to read-only by default by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/768
- build(deps): bump json-schema-ref-resolver from 2.0.1 to 3.0.0 by @dependabot[bot] in https://github.com/fastify/fast-json-stringify/pull/769
- ci(benchmark): remove git credentials after checkout by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/770
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in https://github.com/fastify/fast-json-stringify/pull/771
- ci(benchmark): pin actions to commit-hash by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/772
- ci: use tags for immutable github actions by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/775
- chore(license): update date ranges; standardise style by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/776
- ci(benchmark): fix thollander/actions-comment-pull-request commit-hash by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/777
- refactor: use built-in wellformed operation by @climba03003 in https://github.com/fastify/fast-json-stringify/pull/774
- perf: direct access to serialize method by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/751
- Add JSON accelerator to benchmarks by @mcollina in https://github.com/fastify/fast-json-stringify/pull/763
- chore(.npmrc): ignore scripts by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/783
- build(deps-dev): remove @fastify/pre-commit by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/784
- ci: remove benchmark workflow by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/785
- perf: fast exit for empty string by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/790
- perf: avoid unnecessary access to array item by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/789
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v6.0.1...v6.1.0