- ...
- Improve docs
- Use
Vector
overList
internally, as per discussion in issue 13
- Expose
ToJSON
implementation - Remove unused .cabal dependency (thanks @tmcgilchrist)
- 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
- GHC 7.10 compatibility fix (thanks @erebe)
- Allow time >= 1.5.0, by using some CPP trickery
- Improve README based on feedback on Reddit
- Update the REAMDE
- Add/relax dependency version contraints where applicable
- Fix all warnings
- Add
CHANGES.md
- Fix
cabal configure
error in cabal file
- Initial upload to Hackage