Skip to content

Releases: emancu/toml-rb

New error class to encapsulate all the errors

09 Jun 03:57
Compare
Choose a tag to compare

Clean namespace

22 May 20:50
Compare
Choose a tag to compare
v0.3.6

Bump to 0.3.6

Fix Invalid parse result for empty inline array

15 May 00:24
Compare
Choose a tag to compare

Multiline comments fixed and value overwrite error

13 May 23:13
Compare
Choose a tag to compare

Symbolize keys issue fixed for inline tables

18 Apr 01:09
Compare
Choose a tag to compare

Something went wrong with rubygems so I had to skip a few minor version numbers.

TOML v0.4.0 specs fully supported

19 Feb 14:05
Compare
Choose a tag to compare

This new version supports

  • Inline Tables
  • Array of Inline Tables
  • Underscore numbers

TOML specs v0.3.1 - Stable

05 Feb 12:05
Compare
Choose a tag to compare

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

31 Jan 13:17
Compare
Choose a tag to compare

Full v0.3.1 specs support.

This includes:

  • Array of Tables
  • Quoted keys
  • Multiline Arrays
  • Multiline Strings and Literals
  • Datetime RFC 3339