bigi/CHANGELOG.txt
2024-09-12 18:53:30 +03:00

27 lines
403 B
Text

3.1.0
-----
+ Added bigi.from_bytes() and bigi.to_bytes() functions.
Thanks to Richard Viney.
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.