Release v0.4.0
Functional changes
- Support for multi-line arrays by @BOOMeranGG in #166
- Support for trailing comma in array by @BOOMeranGG in #169
- Support of a new Char type in a Kotlin manner (as an extension to TOML) by @akuleshov7 in #176
- Support LocalTime by @BOOMeranGG in #170
- Removing a Double restriction: float support by @akuleshov7 in #175
- Limitation for Long type finally removed: support for integer types by @akuleshov7 in #171
- Migration to a new 1.8 Kotlin by @akuleshov7 in #178
Fixes
- Support for "inf" and "nan" values by @akuleshov7 in #180
- Fix Double encoding on JS by @NightEule5 in #158
- Support for special symbols with Char type by @akuleshov7 in #179
- Fix bug with inline comment by @BOOMeranGG in #168
Internals
- Add README encoding examples by @NightEule5 in #159
- Classes that inherit sealed class should not be in a one file anymore by @akuleshov7 in #162
- Separate parsing from writing in node constructors by @NightEule5 in #165
- Quick POC at non-Long numerics (encoding and decoding) by @aSemy in #164
New Contributors
- @BOOMeranGG made their first contribution in #168
- @aSemy made their first contribution in #164
Full Changelog: v0.3.0...v0.4.0