Skip to content

Releases: nikolaydubina/fpdecimal

v0.20.2

29 Nov 12:23
2e33570
Compare
Choose a tag to compare
  • MarshalText

v0.20.1

29 Nov 05:20
f99e42e
Compare
Choose a tag to compare
  • docs

v0.20.0

29 Nov 05:16
98f7525
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.3...v0.20.0

v0.19.3

21 Mar 10:49
f9a9285
Compare
Choose a tag to compare

security

v0.19.2

21 Mar 08:43
5ed37cf
Compare
Choose a tag to compare
  • security

logo

27 Oct 06:20
89a5bb0
Compare
Choose a tag to compare
v0.19.1

Update README.md

MinMax and cleanups

27 Oct 05:43
fe979f3
Compare
Choose a tag to compare
  • min max support
  • multipliers array instead of slice
  • more examples
  • Mod function

Doc update

26 Oct 09:54
d6a5b40
Compare
Choose a tag to compare
v0.18.1

Update README.md

Faster parsing

26 Oct 09:39
5ef9f0f
Compare
Choose a tag to compare
  • using []bytes in parsing APIs for performance
  • using uint8 for number of digits
  • more benchmarks

Skip trailing zeros

24 Oct 11:34
Compare
Choose a tag to compare

This makes API smaller and more robust. And is very useful for fpmoney pacakge and integer APIs.