Skip to content

Releases: iwoplaza/typed-binary

v4.3.1

21 Dec 21:45
Compare
Choose a tag to compare

v4.3.0

18 Dec 21:41
Compare
Choose a tag to compare

Features

  • feat: Added missing numeric schemas (u8, i8, u16, i16). by @iwoplaza in #40

DX Improvements

Full Changelog: v4.2.0...v4.3.0

v4.2.0

29 Oct 08:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

05 Oct 12:35
Compare
Choose a tag to compare

What's Changed

  • fix: UTF-8 string are now properly encoded and decoded by @iwoplaza in #34
  • fix: Respect view length when writing slice with BufferWriter by @iwoplaza in #36

Full Changelog: v4.1.0...v4.1.1

v4.1.0

16 Sep 09:13
Compare
Choose a tag to compare

What's Changed

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

18 Jul 12:56
Compare
Choose a tag to compare

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

01 Mar 12:56
Compare
Choose a tag to compare

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

26 Nov 20:08
Compare
Choose a tag to compare

typed-binary-2.0.0

10 Sep 13:36
Compare
Choose a tag to compare
  • 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

08 May 21:42
Compare
Choose a tag to compare
  • Implemented a new recursive types pattern.
  • Exposed the APIs to create custom schemas.

Full Changelog: v1.1.1...v1.2.0