All Versions
16
Latest Version
Avg Release Cycle
85 days
Latest Release
642 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3 Changes
- #60:
Breaking change: Replace
Valuer
withPrism
.
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
andMonoid
instances forPrefixTree
andTOML
. 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.
- #60:
Breaking change: Replace
-
v0.2.1 Changes
- ๐ Make
table
parser work withmaybeP
. - #39:
Implement
prettyException
function forDecodeException
.
- ๐ Make
-
v0.0.0 Changes