Skip to content

v0.5.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tmaxmax tmaxmax released this 12 Jul 17:10
· 63 commits to master since this release
f652ae0

Added

  • The new Message.Writer – write to the Message as if it is an io.Writer.

Fixed

  • Message.UnmarshalText now strips the leading Unicode BOM, if it exists, as per the specification.
  • When parsing events client-side, BOM removal was attempted on each event input. Now the BOM is correctly removed only when parsing is started.