blob: 31e85dff20c47ddf76bce4739e3b99a9de928c74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Changelog
## Unreleased
- Updated error parsing for current V8 runtimes.
- Updated for Gleam v0.30.0.
## v0.5.1 - 2023-03-02
- Updated for Gleam v0.27.0.
## v0.5.0 - 2022-06-11
- This library now works when running Gleam on JavaScript.
## v0.4.0 - 2022-02-05
- The `decode_bits` function has been added.
## v0.3.0 - 2022-01-09
- The `decode` function now takes a `gleam/dynamic.Decoder`.
## v0.2.0 - 2022-01-01
- Converted to use the Gleam build tool.
- The underlying `jsone` Erlang JSON libary has been replaced with the new
`thoas` Erlang JSON library.
- The `encode` function has been replaced by the `to_string` and
`to_string_builder` functions.
- The `list` function has been replaced by the `array` and `preprocessed_array`
functions.
- The `nullable` function gains argument labels.
- The `float` function has been added.
## v0.1.0 - 2020-07-30
- Initial release.
|