Rewrote Encode.list to be stack-safe and much faster.
5.0.2
Added Json.Decode.id
5.0.1
Dual licensed as LGPL-3.0 and MPL-2.0. MPL is mostly equivalent to LGPL but relaxes its restriction on linking, which works better with the JavaScript packaging and distribution model.
5.0.0
Removed deprecated arrayOf encoder
Renamed dict encoder to jsonDict
Added new dict encoder that takes an additional encoder argument used to encode the contained values, and so it's consistent with the respective dict decoder.
4.0.0
Bumped bs-platform peer dependency to 5.0.4 to stop the compiler's complaining.
3.0.0
Replace usage of Js.Date.toJSON with Js.Date.toJSONUsafe, which is exactly the same, just to avoid deprecation warnings for end users (Thanks Bob!)