blob: 9549e20be60137271af67bf574661aafc78c202d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Changelog
## Unreleased
- 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 `to_string` and `to_string_builder`
functions.
- The `nullable` function gains argument labels.
## v0.1.0 - 2020-07-30
- Initial release.
|