bigi/CHANGELOG.txt

28 lines
403 B
Text
Raw Normal View History

2024-09-12 15:53:30 +00:00
3.1.0
-----
2024-09-12 15:53:30 +00:00
+ Added bigi.from_bytes() and bigi.to_bytes() functions.
Thanks to Richard Viney.
2024-04-11 15:20:05 +00:00
3.0.0
-----
* Changed bigi.compare argument order to match int.compare from stdlib.
2024-02-16 21:31:34 +00:00
2.1.0
-----
+ Added a gleam/dynamic Decoder.
+ Added a string decoder.
2024-02-15 19:33:14 +00:00
2.0.0
-----
* The power function was changed to return a result to prevent calling it with
a negative exponent.
2024-02-04 14:39:35 +00:00
1.0.0
-----
Initial release.