Releases: jacobshirley/json-stream-lite
Releases · jacobshirley/json-stream-lite
Release list
v1.3.1
What's Changed
- chore(deps): update pnpm/action-setup action to v6 by @renovate[bot] in #86
- chore(deps): update actions/upload-pages-artifact action to v5 by @renovate[bot] in #85
- chore(deps): update softprops/action-gh-release action to v3 by @renovate[bot] in #84
- chore(deps): update actions/upload-artifact action to v7.0.1 by @renovate[bot] in #83
- fix: cache sync and async iterators in ByteBuffer to prevent listener leaks by @jacobshirley in #89
- chore(deps): update dependency lint-staged to v17 by @renovate[bot] in #88
- chore(deps): update pnpm to v10.33.2 by @renovate[bot] in #87
- release(v1.3.1): prepare by @jacobshirley-releases[bot] in #90
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- chore(deps): update pnpm to v10.27.0 by @renovate[bot] in #69
- chore(deps): update pnpm to v10.28.2 by @renovate[bot] in #70
- chore(deps): update github artifact actions (major) by @renovate[bot] in #72
- chore(deps): update pnpm to v10.30.3 by @renovate[bot] in #71
- chore(deps): update pnpm/action-setup action to v5 by @renovate[bot] in #76
- chore(deps): update actions/create-github-app-token action to v3 by @renovate[bot] in #75
- chore(deps): update actions/download-artifact action to v8.0.1 by @renovate[bot] in #74
- chore(deps): update pnpm to v10.32.1 by @renovate[bot] in #73
- chore(deps): update actions/configure-pages action to v6 by @renovate[bot] in #80
- chore(deps): update pnpm to v10.33.0 by @renovate[bot] in #79
- chore(deps): update actions/deploy-pages action to v5 by @renovate[bot] in #78
- feat: JSONC support by @jacobshirley in #81
- release(v1.3.0): prepare by @jacobshirley-releases[bot] in #82
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- feat: add async stringify methods for JSON serialization by @jacobshirley in #67
- release(v1.2.2): prepare by @jacobshirley-releases[bot] in #68
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- fix: ensure proper consumption of JsonValue by @jacobshirley in #65
- release(v1.2.1): prepare by @jacobshirley-releases[bot] in #66
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- release(v1.2.0): prepare by @jacobshirley-releases[bot] in #64
Full Changelog: v1.1.5...v1.2.0
v1.1.5
What's Changed
- chore(deps): update pnpm to v10.26.1 by @renovate[bot] in #60
- feat: add stringify and stringifyBytes methods to JsonEntity by @jacobshirley in #61
- chore(deps): update pnpm to v10.26.2 by @renovate[bot] in #62
- release(v1.1.5): prepare by @jacobshirley-releases[bot] in #63
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- docs: clarify JsonValueType by @jacobshirley in #56
- Update JSON parsing section in README by @jacobshirley in #57
- chore(deps): update pnpm to v10.26.0 by @renovate[bot] in #58
- release(v1.1.4): prepare by @jacobshirley-releases[bot] in #59
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- feat: support parsing and stringifying unicode escape sequences by @jacobshirley in #54
- release(v1.1.3): prepare by @jacobshirley-releases[bot] in #55
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- docs: string streaming docs by @jacobshirley in #51
- fix: handle additional escaped characters in JSON stringification by @jacobshirley in #52
- release(v1.1.2): prepare by @jacobshirley-releases[bot] in #53
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- feat: add string streaming by @jacobshirley in #49
- release(v1.1.1): prepare by @jacobshirley-releases[bot] in #50
Full Changelog: v1.1.0...v1.1.1