Releases: orchestr7/ktoml
Releases · orchestr7/ktoml
Release v0.2.9
What's done:
- Hotfixes for automated release process
Release v0.2.8
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
What's done:
- Changing API: moving file-related methods to separate module
- Hotfixes for Arrays, Strings and comments
Release v0.2.6
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
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
What's new:
- added partial decoding feature
- comments bug fixes
Release v0.2.2
Added the ability to read toml from file
Added extra methods and utilities to Toml parser
Release v0.2.1
Initial release