bigi/CHANGELOG.txt
2024-09-12 13:57:34 +12:00

26 lines
381 B
Text

Unreleased
-----
* Added bigi.from_bytes() and bigi.to_bytes() functions.
3.0.0
-----
* Changed bigi.compare argument order to match int.compare from stdlib.
2.1.0
-----
+ Added a gleam/dynamic Decoder.
+ Added a string decoder.
2.0.0
-----
* The power function was changed to return a result to prevent calling it with
a negative exponent.
1.0.0
-----
Initial release.