Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 829 Bytes

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 829 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v1.0.4 - 2024-10-25

Fixed

  • A bug where dictionaries were not being broken the right way. (#5)

v1.0.3 - 2024-04-26

Changed

  • Upgraded dependencies and Glam to fix recursion depth errors on the JavaScript target.

v1.0.2 - 2024-04-22

Fixed

  • FFI module name clashing with other packages
  • The None type not being bolded

v1.0.1 - 2024-04-06

Fixed

  • A bug where custom types with no fields were decoded incorrectly on the Erlang target

v1.0.0 - 2024-03-05

  • Initial release