htoml v0.2.0.0 Release Notes

    • Compatible with TOML 0.4.0
    • ๐Ÿ‘Œ Improve test suite (all test now pass -- thanks @HuwCampbell)
    • Slight API breakage (therefore major version bump)
    • ๐Ÿ“œ Use Parsec's parser state to track explicitness of table definitions (thanks @HuwCampbell)
    • ๐Ÿ“„ Clean up docs and code