All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.0.0.1 Changes

    • ๐Ÿ‘Œ Improve docs
  • v1.0.0.0 Changes

    • ๐Ÿ‘‰ Use Vector over List internally, as per discussion in issue 13
  • v0.2.0.1 Changes

    • ๐Ÿ”ฆ Expose ToJSON implementation
    • โœ‚ Remove unused .cabal dependency (thanks @tmcgilchrist)
  • v0.2.0.0 Changes

    • 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
  • v0.1.0.3 Changes

    • GHC 7.10 compatibility fix (thanks @erebe)
    • ๐Ÿ‘ Allow time >= 1.5.0, by using some CPP trickery
    • ๐Ÿ‘Œ Improve README based on feedback on Reddit
  • v0.1.0.2 Changes

    • โšก๏ธ Update the REAMDE
    • โž• Add/relax dependency version contraints where applicable
    • ๐Ÿ›  Fix all warnings
    • โž• Add CHANGES.md
  • v0.1.0.1 Changes

    • ๐Ÿ›  Fix cabal configure error in cabal file
  • v0.1.0.0 Changes

    • ๐ŸŽ‰ Initial upload to Hackage