Skip to content

Releases: cockroachdb/apd

Version 1.1.0

27 Jul 00:47
9c2ab8e
Compare
Choose a tag to compare

Small API change:

  • Decimal.Neg() does nothing if the value is equal to zero. That is, -0 will not be a result of a call to Neg. Context.Neg() already had this behavior and is unchanged.

Version 1.0.0

16 Sep 04:52
Compare
Choose a tag to compare

Initial versioned release. We are starting with 1.0 because we think apd is now a well designed and functioning package with lots of useful features. Some of the recent ones:

  • NullDecimal for SQL scanning and values
  • JSON/text marshaling
  • text formatting