Skip to content

Releases: amazon-ion/ion-go

v1.5.0

06 Jun 21:35
616c3c5
Compare
Choose a tag to compare

What's Changed

  • Add Reset function to binaryReader by @jt0 in #196
  • Updates ion-tests and skip list. by @tgregg in #199

New Contributors

  • @jt0 made their first contribution in #196

Full Changelog: v1.4.0...v1.5.0

v1.4.0

27 Apr 00:26
c017c29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

05 Sep 16:14
caa4fab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Feb 22:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

13 Jul 19:48
3f5d6c7
Compare
Choose a tag to compare
  • #183: Adds support for decoding Timestamp to Time

v1.1.2

10 Jun 21:00
beaf154
Compare
Choose a tag to compare

#181 adds a fix for timestamp fractional seconds that have positive exponent

v1.1.1

08 Jun 18:00
7d02b52
Compare
Choose a tag to compare
  • #172: Fix unmarshal for map of slices
  • #175: Address a few compiler warnings
  • #177: Correct the coefficient value of timestamp nanoseconds when writing to Ion binary

v1.1.0

08 Dec 14:50
f150fbb
Compare
Choose a tag to compare
  • #165: Adds support for writing SymbolTokens
  • #171: Adds support for marshalling Time values without first creating an intermediate ion.Timestamp

v1.0.1

16 Oct 19:10
21c1a81
Compare
Choose a tag to compare
  • Fix for unmarshalling a string into interface{}

v1.0.0

30 Sep 03:46
0d00cfc
Compare
Choose a tag to compare
  • Adds testify lib for tests