Skip to content

Releases: nuskey8/zerompk

v0.4.2

24 Apr 14:31
d2001a5

Choose a tag to compare

What's Changed

  • fix: clippy deny on empty map struct by @paq in #30
  • Apply clippy suggestion by @paq in #31
  • refactor: read/write by @nuskey8 in #35
  • fix: IOReader::decrement_depth can underflow while SliceReader guards against zero by @paq in #33
  • fix: restore reader depth on duplicate key error in map structs by @paq in #34
  • chore: bump up to 0.4.2 by @nuskey8 in #36

Full Changelog: v0.4.1...v0.4.2

v0.4.1

09 Apr 00:19

Choose a tag to compare

What's Changed

  • fix: IOWriter write_binary encodes small payloads as fixstr instead of bin8 by @paq in #29

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Apr 06:56

Choose a tag to compare

What's Changed

  • chore: add keywords/categories by @nuskey8 in #22
  • feat: add [T] impl, as_bytes attr by @nuskey8 in #25
  • CI: Add an actions workflow by @paq in #21
  • fix: ext8/ext16/ext32 write_ext omits type byte in wire format by @paq in #24
  • chore: fix docs tests by @nuskey8 in #26
  • fix: fuzz compilation errors by @nuskey8 in #28

Full Changelog: v0.3.2...v0.4.0

v0.3.2

03 Apr 13:16

Choose a tag to compare

What's Changed

  • fix: str/[u8] impl lifetime by @nuskey8 in #20
  • chore: minor documentation fix by @paq in #18

New Contributors

  • @paq made their first contribution in #18

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Apr 01:44

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

02 Apr 11:02

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

25 Mar 11:42
41fbcef

Choose a tag to compare

What's Changed

  • fix: README serde code by @nuskey8 in #4
  • fix: remove README serde paragraph by @nuskey8 in #6
  • change: imporive error handling for unknown keys by @nuskey8 in #7
  • fix: read_exact on an uninitialized buffer results in undefined behavior by @nuskey8 in #8
  • fix: IoReader's resistance to excessively long headers by @nuskey8 in #9
  • chore: bump up to 0.2.1 by @nuskey8 in #10

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Mar 01:45

Choose a tag to compare

What's Changed

  • chore: remove unnecessary unsafe by @nuskey8 in #1
  • change: redesign zerompk::Write trait by @nuskey8 in #2
  • chore: bump up to 0.2.0 by @nuskey8 in #3

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

23 Mar 08:52

Choose a tag to compare