Skip to content

Tags: JAMdotTech/py-jam-codec

Tags

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sort Map by keys and then values (#16)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Explicit ID for Enums (#15)

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed sorting inconsistency in Map (#14)

* Fixed sorting inconsistency in Map

* Renamed Compact to CompactDef
* Removed duplicate encode function in VarInt64Def

* Updated Github actions

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Encode JamBytes directly (#12)

* encode of def do not create ScaleType anymore

v0.1.0

Toggle v0.1.0's commit message
Hash and Bytes decode to bytes instead of bytearray