Releases: emancu/toml-rb
Releases · emancu/toml-rb
Move requires inside `lib` to fix ubuntu packages
v1.1.1 Bump to v1.1.1
Fixed Symbolized Table Arrays and old ruby deprecations
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
Merge pull request #100 from fortman/module_conflict_rename Issue 99: Namespace confict with toml gem. Renaming module from TOML…
Multiline strings into arrays
v0.3.15 Bump to v0.3.15
Accept float arrays with exponent parts
v0.3.14 Bump to v0.3.14
Table arrays fixed
Accept numbers as keys
Fixes the issue #79
Accept white spaces between brackets and set defaults to datetimes
Fix parsing of escaped sequences
v0.3.10 Bump to 0.3.10
Uninitialized Constant Error Fixed!
Bump to 0.3.8 Thanks to @Tatzyr