blob: 9d9f92430ecf5f1c1643c57b44e7c5ecf98a17c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Changelog
## 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.
|