Skip to content

Releases: orchestr7/ktoml

Release v0.2.9

10 Dec 11:17
Compare
Choose a tag to compare

What's done:

  • Hotfixes for automated release process

Release v0.2.8

29 Nov 12:32
Compare
Choose a tag to compare

What's new:

  • Literal strings are now supported
  • API was updated: file api was split from the core logic to move 'okio' dependency to a separate module
  • Updated to the latest Kotlin and serialization libraries
  • Built a library for Native Kotlin JS
  • Proper support for nullable tables and arrays
  • Proper support of empty strings and files

Release v0.2.7

17 Aug 18:08
Compare
Choose a tag to compare

What's done:

  • Changing API: moving file-related methods to separate module
  • Hotfixes for Arrays, Strings and comments

Release v0.2.6

11 Jul 10:43
Compare
Choose a tag to compare

Main changes:

  • Support for Arrays
  • Support for Dotted Keys
  • Support for quotes in the keys and tables
  • Proper support of floating point numbers (Double instead of Float)

Minor changes:

  • API changes
  • A lot more tests added
  • Readme updated
  • Changes in the decoding logic

Release v0.2.5

24 May 08:53
0145321
Compare
Choose a tag to compare
fixing decodeNotNullMark() that causes an exception (#40)

fixing decodeNotNullMark() that causes an exception

### What's done:
- fixing bug and changing the logic for Nullable fields
- adding custom exceptions

Release v0.2.4

19 May 14:25
Compare
Choose a tag to compare

What's new:

  • added partial decoding feature
  • comments bug fixes

Release v0.2.2

16 May 20:59
Compare
Choose a tag to compare
Release v0.2.2 Pre-release
Pre-release

Added the ability to read toml from file
Added extra methods and utilities to Toml parser

Release v0.2.1

12 May 08:12
Compare
Choose a tag to compare

Initial release