bigi/CHANGELOG.txt

22 lines
305 B
Text
Raw Normal View History

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.