Releases: FideTech/decimal
Releases · FideTech/decimal
Release list
v1.5.0-bson
What's Changed
- chore: rebase, update and migrate to mongodb official driver by @graywolf336 in #1
New Contributors
- @graywolf336 made their first contribution in #1
Full Changelog: v1.2.0-bson6...v1.5.0-bson
v1.2.0-bson6
- switch to github.com/globalsign/mgo for mgo
Full Changelog: v1.2.0-bson5...v1.2.0-bson6
v1.2.0-bson5
- When using the NewFromString and an empty value is passed, assume it is the zero value
v1.2.0-bson4
- Allows spaces before and after the string value when unmarshaling decimals
v1.2.0 w/ BSON Get/Set
The same version except with bson support. The value is stored as a string instead of Decimal128 due to limitations of the Decimal128.