blob: 2f615d73fb54695c4697c9fe9f3fa38293038146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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.
## v0.1.0 - 2020-07-30
- Initial release.
|