v0.5.2
Pre-release
Pre-release
Added
- The new
Message.Writer
– write to theMessage
as if it is anio.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.