Skip to content

0.2.0

Compare
Choose a tag to compare
@dduan dduan released this 13 Jan 07:37
· 34 commits to main since this release
  • Rewritten from scratch to support TOML Spec 1.0
  • Remove support for CocoaPods and Carthage
  • Remove dependency on NetTime, parser returns Foundation.Date and
    Foundation.DateComponents instead.
  • Remove SwiftPM dependency on the TOMLDeserializer packege. It has been
    merged into the same project.
  • Improved error reporting: a parsing error won't cause parsing to stop.
    Instead, the parser will attempt to parse as much as possible and report all
    errors it encounters.