Releases: denosaurs/byte_type
Releases · denosaurs/byte_type
0.4.0
What's Changed
- fix: Update the README to match the new API by @irbull in #27
- feat: Implement small int types
U4
andU2
by @MierenManz in #28 - feat: Additional string codecs by @MierenManz in #29
- feat: implement some documentation on types by @MierenManz in #30
- feat: publish to JSR by @eliassjogreen in #31
New Contributors
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- perf: Optimize
ArrayType<T>
Read & Write by @MierenManz in #22 - perf: Optimize
BitflagsN
Read & Write by @MierenManz in #23 - perf: Optimize Tuple Read & Write by @MierenManz in #24
- Remove redundant todo by @MierenManz in #25
Full Changelog: 0.2.3...0.3.0
0.2.3
What's Changed
- refactor: major refactor of byte_type by @MierenManz in #21
Full Changelog: 0.2.2...0.2.3
0.2.2
0.2.1
What's Changed
- fix: issue with negative
BitFlags32
after a bitwise op by @MierenManz in #15 - fix: typed array constructor property typo by @eliassjogreen in #16
- feat: Add tests for all types by @MierenManz in #14
- feat: pointers by @CarrotzRule123 in #17
New Contributors
- @CarrotzRule123 made their first contribution in #17
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- refactor: The long awaited byte_type refactor by @eliassjogreen in #3
- refactor: make the endianess util constant by @eliassjogreen in #7
- fix: utils import by @eliassjogreen in #9
- feat: null terminated strings by @eliassjogreen in #8
- fix: Strings not properly using offset by @MierenManz in #10
- feat: add
I32LEB128
by @MierenManz in #11 - feat: add
I64LEB128
by @MierenManz in #12
New Contributors
- @eliassjogreen made their first contribution in #3
Full Changelog: 0.1.7...0.2.0
0.2.0-rc.0 - A pre-release with the new refactorered api
What's Changed
- refactor: The long awaited byte_type refactor by @eliassjogreen in #3
- refactor: make the endianess util constant by @eliassjogreen in #7
New Contributors
- @eliassjogreen made their first contribution in #3
Full Changelog: 0.1.1...0.2.0-rc.0
v0.1.1
v0.1.0
feat: inital and hopefully final commit :P