Skip to content

Releases: emancu/toml-rb

Move requires inside `lib` to fix ubuntu packages

25 Nov 12:27
Compare
Choose a tag to compare

Fixed Symbolized Table Arrays and old ruby deprecations

02 Oct 02:18
Compare
Choose a tag to compare

Several ruby versions were deprecated for some dependencies, so I took the same path.

Versions unsupported are 1.93, 2.0 and 2.1
On the other hand, I added the newest versions 2.3, 2.4 and 2.4.2 to the supported list

No more namespace conflicts

14 Jun 14:56
Compare
Choose a tag to compare
Merge pull request #100 from fortman/module_conflict_rename

Issue 99: Namespace confict with toml gem.  Renaming module from TOML…

Multiline strings into arrays

22 Oct 21:05
Compare
Choose a tag to compare
v0.3.15

Bump to v0.3.15

Accept float arrays with exponent parts

18 Apr 12:40
Compare
Choose a tag to compare
v0.3.14

Bump to v0.3.14

Table arrays fixed

02 Apr 21:32
Compare
Choose a tag to compare

Includes issues #91 #90 #89

Accept numbers as keys

10 Mar 13:53
Compare
Choose a tag to compare

Fixes the issue #79

Accept white spaces between brackets and set defaults to datetimes

09 Mar 00:03
Compare
Choose a tag to compare

Bump to 0.3.11

This version includes the fixes for #84 and #85

Fix parsing of escaped sequences

23 Feb 15:48
Compare
Choose a tag to compare
v0.3.10

Bump to 0.3.10

Uninitialized Constant Error Fixed!

12 Jun 12:35
Compare
Choose a tag to compare
Bump to 0.3.8

Thanks to @Tatzyr