Skip to content

2.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 15 Jul 22:28
· 4 commits to main since this release
31c2c6c

2.0.0-beta.8

  • Fixed "no next offset available" error that occurred when using custom
    unmarshalers that decode container types (maps, slices) in struct fields.
    The reflection decoder now correctly calculates field positions when
    advancing to the next field after custom unmarshaling.