Releases: emancu/toml-rb
Releases · emancu/toml-rb
New error class to encapsulate all the errors
Pull Request #71
Thanks @Timcolonel !
Clean namespace
v0.3.6 Bump to 0.3.6
Fix Invalid parse result for empty inline array
Related issue #64
Multiline comments fixed and value overwrite error
Symbolize keys issue fixed for inline tables
Something went wrong with rubygems so I had to skip a few minor version numbers.
TOML v0.4.0 specs fully supported
This new version supports
- Inline Tables
- Array of Inline Tables
- Underscore numbers
TOML specs v0.3.1 - Stable
The previous version added support for Array of Tables, a nice structure into TOML.
After a week of been released a few bugs were discovered and fixed.
This new release makes toml-rb
more stable =)
TOML v0.3.1 specs fully supported
Full v0.3.1 specs support.
This includes:
- Array of Tables
- Quoted keys
- Multiline Arrays
- Multiline Strings and Literals
- Datetime RFC 3339