glentities/CHANGELOG.txt

54 lines
808 B
Text
Raw Permalink Normal View History

2024-05-23 18:28:39 +00:00
6.1.0
-----
* The HTML encoder has been made overwhelmingly faster in both the Erlang and JavaScript targets.
Thanks to Giacomo Cavalieri for the contribution!
2023-12-27 20:54:45 +00:00
6.0.0
-----
* Update for Gleam 0.32+.
* Split encoders and the decoder into separate files so that they can be separately imported.
This helps keep the file size down.
2023-07-22 08:09:00 +00:00
5.0.0
-----
* Update for Gleam 0.30.
2023-06-16 17:16:20 +00:00
4.0.1
-----
* Fixed a call stack error on the JavaScript target
2023-06-03 21:11:06 +00:00
4.0.0
-----
* Update for Gleam 0.28.
3.1.0
-----
2023-06-03 21:11:06 +00:00
+ Add "HTMLBody" encoding mode that doesn't encode everything.
2023-04-15 17:48:41 +00:00
3.0.0
-----
* Update for Gleam 0.28.
* Enable JavaScript target.
2023-03-01 17:56:18 +00:00
2.0.0
-----
* Update for Gleam 0.27.
2023-02-14 20:01:48 +00:00
1.0.1
-----
* Mark package as Erlang only, waiting for this fix: https://github.com/gleam-lang/gleam/issues/2001
1.0.0
-----
Initial release.