We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da3ab2 commit 7cc6ab2Copy full SHA for 7cc6ab2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-## v2.0.0 - Unreleased
+## v2.1.0 - 2024-11-19
4
+
5
+- `to_string_builder` has been deprecated in favour of `to_string_tree`.
6
7
+## v2.0.0 - 2024-05-23
8
9
- The Thoas Erlang library has been removed as a dependency in favour of the
10
built-in Erlang JSON library. This means that Erlang/OTP 27.0 or higher is now
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_json"
-version = "2.0.0"
+version = "2.1.0"
gleam = ">= 0.32.0"
licences = ["Apache-2.0"]
0 commit comments