Releases: iwoplaza/typed-binary
Releases · iwoplaza/typed-binary
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
bin
export by @iwoplaza in #26 - Added a
maxSize
property 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
typed-binary-2.0.0
- Base types are more explicit with precision and sign.
- Added a
u32
base type.
Full Changelog: v1.2.0...v2.0.0
typed-binary-1.2.0
- Implemented a new recursive types pattern.
- Exposed the APIs to create custom schemas.
Full Changelog: v1.1.1...v1.2.0