Skip to content

Releases: spider-gazelle/bindata

v1.8.0: Merge pull request #9 from spider-gazelle/feat/from-slice

27 Oct 12:39
c7d6c13
Compare
Choose a tag to compare

v1.7.0: feat: relax enum parsing

22 Sep 09:30
Compare
Choose a tag to compare

relaxes enum parsing

v1.6.0

14 Sep 08:18
Compare
Choose a tag to compare

improved error messages

v1.5.6: fix default value assignment for non-Numbers

15 Jul 08:10
Compare
Choose a tag to compare

fixes value proc responses for things other than Numbers - such as Strings

v1.5.5

20 Jun 11:25
e65b400
Compare
Choose a tag to compare

add support for crystal 0.35.1 - maintains compatibility with 0.35

v1.5.4: feat: add support for crystal 0.35

12 Jun 00:43
Compare
Choose a tag to compare

write now returns the number of bytes written
so the lib now officially supports crystal 0.35

v1.5.3

09 Jun 22:15
75e825c
Compare
Choose a tag to compare

add support for crystal 0.35.0
thanks @bcardiff

v1.5.2

27 May 12:34
Compare
Choose a tag to compare

fix large types in bit fields

v1.5.1

06 May 13:22
Compare
Choose a tag to compare

allow custom ASN.1 classes and tags to be parsed as an integer

v1.5.0

04 May 21:31
c79982b
Compare
Choose a tag to compare

refactored to use NamedTuples, replacing of Tuples with indexes, for source readability #3
adds support for remaining bytes #2

thanks to @mattrberry for both of these great updates