Releases: iwoplaza/typed-binary
Releases · iwoplaza/typed-binary
v4.3.3
There has been a change in behavior in regards to typed arrays and endianness, meaning a Float32Array will be encoded as a series of Float32 values in the target endianness, not the system's endianness (as was prior to this release). To achieve the same behavior, convert existing typed arrays to U8Array before serializing/deserializing it.
What's Changed
- chore: Bump typescript to v5.9.3, pnpm to v10, (and cypress and astro) by @iwoplaza in #47
- impr: Move to the newly baseline
(set/get)Float16by @reczkok in #46 - fix: Make write/readSlice respect set endianness by @reczkok in #48
Full Changelog: v4.3.2...v4.3.3
v4.3.2
v4.3.1
Changes:
Full Changelog: v4.3.0...v4.3.1
v4.3.0
v4.2.0
v4.1.1
v4.1.0
What's Changed
- TypedArray support by @iwoplaza in #11
- A default
binexport by @iwoplaza in #26 - Added a
maxSizeproperty to some schemas by @iwoplaza in #30 - Docs website by @iwoplaza in #20
Internal DX / Testing
- Better linting with Biome.js by @iwoplaza in #16
- Running E2E tests to confirm browser compatibility. by @iwoplaza in #18
- Restructured the repository into a monorepo. by @iwoplaza in #19
Full Changelog: v4.0.1...v4.1.0
typed-binary-4.0.1
What's Changed
- fix: Invalid typing for BufferReader/Writer options. by @iwoplaza in #17
- chore: Switch to pnpm, dependency clean-up & simpler eslint config. by @iwoplaza in #14
Full Changelog: v4.0.0...v4.0.1
typed-binary-4.0.0
What's Changed
- Updated documentation, fixed buffer unwrapping bug by @iwoplaza in #5
- Simplified type declarations. by @iwoplaza in #6
- Better compound schemas
Full Changelog: v3.0.0...v4.0.0
typed-binary-3.0.0
Full Changelog: v2.0.0...v3.0.0