Skip to content

Releases: dduan/TOMLDecoder

0.2.2

10 May 07:36
a70a127
Compare
Choose a tag to compare
  • Fixed a bug when parsing float decimals (#47)
  • Add support for Windows

0.2.1

18 Jan 07:34
Compare
Choose a tag to compare
  • Include a new type DeserializationError. It contains information regarding
    deserialization.
  • Improve error reporting. After encountering one error, the parser will
    disgard characters until new line, and attempt to parse another top-level
    expression. This is more determinastic compared to previous recovery attempts.
  • Add more specific errors regarding missing pices at closing position. For
    example, string missing closing quotes, or table missing closing bracket.
    These errors will cause the parser to report detailed error message.
  • Fix a bug where newline characters sometimes are considered valid as part of
    basic string content.

0.2.0

13 Jan 07:37
Compare
Choose a tag to compare
  • 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.

0.1.6

21 May 06:51
Compare
Choose a tag to compare
Bump version to 0.1.6

0.1.5

14 Oct 07:16
Compare
Choose a tag to compare
Bumb release to 0.1.5

0.1.4

16 Sep 19:43
Compare
Choose a tag to compare

Swift 5.1 support

0.1.3

26 Mar 07:47
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Swift 5 Support

0.0.3

12 Mar 06:34
18d3ed4
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Added support for decoding NSNumber.

0.0.2

12 Mar 05:18
f2d60b6
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
Bump version to 0.0.2 (#4)

0.0.1

10 Mar 01:10
33968bc
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
Merge pull request #1 from dduan/test

Update link to TOML 0.5