Skip to content

v12.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 10:39
· 1162 commits to master since this release
0838b13

12.1.0 (2024-04-05)

Features

  • json-pack: 🎸 add array Bencode encoding (3877aa2)
  • json-pack: 🎸 add Bencode dictionary encoding support (0b82925)
  • json-pack: 🎸 add Bencode ecndogin support for const tokens (7a27d1e)
  • json-pack: 🎸 add Bencode encoding support for Set type (239442e)
  • json-pack: 🎸 add Bencode Map encoding support (3808e18)
  • json-pack: 🎸 add Bencode support for bigints (86f42a0)
  • json-pack: 🎸 add BencodeDecoder implementation (4774df4)
  • json-pack: 🎸 add BencodeEncoder class, implement integer encoding (bfafbf2)
  • json-pack: 🎸 add suppport for string encoding (654d894)