Skip to content

Releases: 200sc/bebop

bebop v0.6.2

05 Jul 12:58
06c242f
Compare
Choose a tag to compare

This release:

  • Patches a bug in nested message parsing via DecodeBebop: #46
  • This improves on 0.6.2 to also handle nested arrays of messages.

bebop v0.6.1

02 Jul 03:52
02e847b
Compare
Choose a tag to compare

This release:

  • Patches a bug in nested message parsing via DecodeBebop: #46

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Mar 19:24
a7281a0
Compare
Choose a tag to compare

What's Changed

  • time.Time: test for zero value using IsZero() by @mirza-s in #39
  • Release/v0.6.0 by @200sc in #45
  • Fixes #44 introduced in v0.5.0

Full Changelog: v0.5.0...v0.6.0

Bebop v0.5.0

10 Nov 16:20
568459e
Compare
Choose a tag to compare

What's Changed

  • avoid reading/writing byte-by-byte in a loop by @mirza-s in #36
  • Support always outputting pointer method receivers for generated structs by @200sc in #37
  • Release/v0.5.0 by @200sc in #38

New Contributors

Full Changelog: v0.4.0...v0.5.0

Bebop v0.4.0

18 Mar 14:07
ebd7f53
Compare
Choose a tag to compare

This release:

  • Adds support for typed enums enum TestFlags2 : int64 { ... }
  • Adds prebuilt bebopc-go binaries via github actions

bebop v0.3.3

29 Oct 23:09
6f3d167
Compare
Choose a tag to compare

This release:

  • Adds missing support for field types with multiple [] suffixes e.g. byte[][][] bytes
  • Updates internal compatibility tests with rainway to 2.4.9.

bebop v0.3.2

24 Oct 23:45
31b1c90
Compare
Choose a tag to compare

This release:

  • Corrects the endianness of ASCII string encoded opcodes
  • Enforces that opcodes are all unique

In addition we have more testdata and internally represent opcodes as uint32s instead of int32s.

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

bebop v0.3.1

25 Apr 02:14
0096e03
Compare
Choose a tag to compare

Changelog:

  • Adds a parameter to generate unexported message and constant definitions. This is not customizable by type, is either completely on or completely off. (#28)

bebop v0.3.0

11 Feb 14:03
e31d371
Compare
Choose a tag to compare

Changelog:

bebop v0.2.4

04 Dec 20:02
7461765
Compare
Choose a tag to compare

Addresses a bug when parsing unions with close-braces on their own line: #18