Recent Releases of https://github.com/emancu/toml-rb
https://github.com/emancu/toml-rb - v4.1.0
What's Changed
- #155 First working solution to verify we are not overriding dotted keys by @emancu in https://github.com/emancu/toml-rb/pull/157
- #149 Undetected key conflict error by @emancu in https://github.com/emancu/toml-rb/pull/158
- #150 Fix encoding error by @emancu in https://github.com/emancu/toml-rb/pull/159
Full Changelog: https://github.com/emancu/toml-rb/compare/v4.0.0...v4.1.0
- Ruby
Published by emancu 4 months ago
https://github.com/emancu/toml-rb - v4.0.0
What's Changed
- Support array with mixed types by @emancu in https://github.com/emancu/toml-rb/pull/153
- Update tests by @emancu in https://github.com/emancu/toml-rb/pull/154
Full Changelog: https://github.com/emancu/toml-rb/compare/v3.0.1...v4.0.0
- Ruby
Published by emancu 12 months ago
https://github.com/emancu/toml-rb - v3.0.1
What's Changed
- Support empty keys by quoting them. Fixes #147 by @dreid in https://github.com/emancu/toml-rb/pull/148
New Contributors
- @dreid made their first contribution in https://github.com/emancu/toml-rb/pull/148
Full Changelog: https://github.com/emancu/toml-rb/compare/v3.0.0...v3.0.1
- Ruby
Published by emancu about 2 years ago
https://github.com/emancu/toml-rb - v3.0.0
The reason for releasing a major version is the fix on #146; even if it's an error, it breaks the previous behaviour that worked for a really long time and I don't want to cause unexpected issues to existing users.
What's Changed
- Add Ruby 3.2 to CI pipeline by @igor-drozdov in https://github.com/emancu/toml-rb/pull/140
- Add ruby 3.3 to testing matrix by @timon in https://github.com/emancu/toml-rb/pull/145
- [147] Dump backslashed keys by @emancu in https://github.com/emancu/toml-rb/pull/146
New Contributors
- @igor-drozdov made their first contribution in https://github.com/emancu/toml-rb/pull/140
- @timon made their first contribution in https://github.com/emancu/toml-rb/pull/145
Full Changelog: https://github.com/emancu/toml-rb/compare/v2.2.0...v3.0.0
- Ruby
Published by emancu about 2 years ago
https://github.com/emancu/toml-rb - Fix failure to parse arrays with newline before comma
Thank you @jakecoffman for https://github.com/emancu/toml-rb/pull/138
- Ruby
Published by emancu over 3 years ago
https://github.com/emancu/toml-rb - Fix Dumper when there are #$ in array elements.
There are special treatments to #$ when dumping string values, but this does not work properly for arrays.
Thanks @shanyungyang
https://github.com/emancu/toml-rb/pull/136
- Ruby
Published by emancu about 4 years ago
https://github.com/emancu/toml-rb - Fixing errors caused by frozen-strings
Thanks to @bastelfreak and @ekohl for fixing this.
- Ruby
Published by emancu about 4 years ago
https://github.com/emancu/toml-rb - Replace generic options hash with specific option.
In the past, we were supporting Ruby versions without named parameters and
we didn't know how many options will use for loading/parsing TOML.
Years have passed, and the interface is stable, so we are simplifying it.
This change will be useful for the adoption of Steep or defining types in Ruby 3 🎉
It shouldn't break to most users, but just in case it does, I released a patch version (v2.0.2) with the fix for trailing spaces, so anyone can use the fix without dealing with the incompatibility of this version may introduce.
- Ruby
Published by emancu over 4 years ago
https://github.com/emancu/toml-rb - Fix trailing whitespace at the end of the document
Thanks @rodzhers for fixing the error.
https://github.com/emancu/toml-rb/pull/128
- Ruby
Published by emancu over 4 years ago
https://github.com/emancu/toml-rb - Fix TomlRB::Dumper
Dumping '#$' produces invalid TOML as '#$'.inspect introduces a single backslash before #.
https://github.com/emancu/toml-rb/pull/124
- Ruby
Published by emancu over 6 years ago
https://github.com/emancu/toml-rb - TOML 0.5 support
I'm increasing the Major version number because it contains a breaking change explained here
Big news are we fully support TOML 0.5 + some fixes on different data types.
At the same time, we are adding support for ruby 2.6 and dropping support for ruby 2.2.
- Ruby
Published by emancu over 6 years ago
https://github.com/emancu/toml-rb - Fix comment parsing
Thanks to @greysteil for fixing the comment parsing.
- Ruby
Published by emancu over 7 years ago
https://github.com/emancu/toml-rb - Move requires inside `lib` to fix ubuntu packages
- Ruby
Published by emancu over 8 years ago
https://github.com/emancu/toml-rb - 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
- Ruby
Published by emancu over 8 years ago
https://github.com/emancu/toml-rb - No more namespace conflicts
- Ruby
Published by emancu over 8 years ago
https://github.com/emancu/toml-rb - Multiline strings into arrays
- Ruby
Published by emancu over 9 years ago
https://github.com/emancu/toml-rb - Accept float arrays with exponent parts
- Ruby
Published by emancu almost 10 years ago
https://github.com/emancu/toml-rb - Table arrays fixed
Includes issues #91 #90 #89
- Ruby
Published by emancu almost 10 years ago
https://github.com/emancu/toml-rb - Accept numbers as keys
Fixes the issue #79
- Ruby
Published by emancu almost 10 years ago
https://github.com/emancu/toml-rb - Accept white spaces between brackets and set defaults to datetimes
Bump to 0.3.11
This version includes the fixes for #84 and #85
- Ruby
Published by emancu almost 10 years ago
https://github.com/emancu/toml-rb - Fix parsing of escaped sequences
- Ruby
Published by emancu about 10 years ago
https://github.com/emancu/toml-rb - Uninitialized Constant Error Fixed!
- Ruby
Published by emancu over 10 years ago
https://github.com/emancu/toml-rb - New error class to encapsulate all the errors
Pull Request #71
Thanks @timcolonel !
- Ruby
Published by emancu over 10 years ago
https://github.com/emancu/toml-rb - Fix Invalid parse result for empty inline array
Related issue #64
- Ruby
Published by emancu almost 11 years ago
https://github.com/emancu/toml-rb - Multiline comments fixed and value overwrite error
Closed issues #60 #59
- Ruby
Published by emancu almost 11 years ago
https://github.com/emancu/toml-rb - Symbolize keys issue fixed for inline tables
Something went wrong with rubygems so I had to skip a few minor version numbers.
- Ruby
Published by emancu almost 11 years ago
https://github.com/emancu/toml-rb - TOML v0.4.0 specs fully supported
This new version supports
- Inline Tables
- Array of Inline Tables
- Underscore numbers
- Ruby
Published by emancu about 11 years ago
https://github.com/emancu/toml-rb - 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 =)
- Ruby
Published by emancu about 11 years ago
https://github.com/emancu/toml-rb - 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
- Ruby
Published by emancu about 11 years ago