Skip to content

Releases: FideTech/decimal

v1.5.0-bson

Choose a tag to compare

@graywolf336 graywolf336 released this 07 Apr 03:07
470b0b2

What's Changed

  • chore: rebase, update and migrate to mongodb official driver by @graywolf336 in #1

New Contributors

Full Changelog: v1.2.0-bson6...v1.5.0-bson

v1.2.0-bson6

Choose a tag to compare

@graywolf336 graywolf336 released this 03 Apr 01:10
039a23d
  • switch to github.com/globalsign/mgo for mgo

Full Changelog: v1.2.0-bson5...v1.2.0-bson6

v1.2.0-bson5

Choose a tag to compare

@graywolf336 graywolf336 released this 27 Jul 22:50
8aea4fa
  • When using the NewFromString and an empty value is passed, assume it is the zero value

v1.2.0-bson4

Choose a tag to compare

@graywolf336 graywolf336 released this 08 Jun 23:48
927233a
  • Allows spaces before and after the string value when unmarshaling decimals

v1.2.0 w/ BSON Get/Set

Choose a tag to compare

@graywolf336 graywolf336 released this 22 May 17:35
5385c2e

The same version except with bson support. The value is stored as a string instead of Decimal128 due to limitations of the Decimal128.