tomland v0.3 Release Notes

    • #60: Breaking change: Replace Valuer with Prism.

    Migration guide: replace any fooV with corresponding prism _Foo.

    • #66: Breaking change: Introduce consistent names according to Haskell types.

    Migration guide: see issue details to know which names to use.

    • #8: Create EDSL for easier TOML data type writing.
    • #10: Add Semigroup and Monoid instances for PrefixTree and TOML. Add property tests on laws.
    • #20: Add parsing of hexadecimal, octal, and binary integer numbers.
    • #26: Implement unit tests for TOML parsers. Allow terminating commas inside an array. Allow comments before and after any value inside an array. Allow keys to be literal strings.