Releases: kgiszczak/tomlib
Releases · kgiszczak/tomlib
v0.7.3
29 Nov 14:06
Compare
Sorry, something went wrong.
No results found
[Robert Schulze] Fix loading the C extension on system that don't copy it into the gem install directory
v0.7.2
17 Feb 12:29
Compare
Sorry, something went wrong.
No results found
Remove "double_heap" deprecation warning
v0.7.1
17 Feb 11:53
Compare
Sorry, something went wrong.
No results found
Remove "missing bigdecimal dependency" warning
v0.7.0
10 Feb 13:31
Compare
Sorry, something went wrong.
No results found
Update tomlc99 to the latest version
Parse very large numbers as Infinity
Add support for Ruby 3.3
Drop support for Ruby 2.7 and 2.7
v0.6.0
05 May 12:09
Compare
Sorry, something went wrong.
No results found
Correctly escape special characters
v0.5.0
16 Aug 15:21
Compare
Sorry, something went wrong.
No results found
v0.4.0
06 Aug 10:48
Compare
Sorry, something went wrong.
No results found
Correctly dump empty arrays
v0.3.0
05 Aug 19:11
Compare
Sorry, something went wrong.
No results found
Add ext/* to bundled files
v0.2.0
04 Aug 11:40
Compare
Sorry, something went wrong.
No results found
Refactor Tomlib::Dumper to be a littel faster and generate squashed nested tables
e.g. instead of this:
[a]
[a.b]
[a.b.c]
the output will be this:
[a.b.c]
Add mention about compliance and passed tests in README.
Declare global variables with rb_global_variable
.
It may prevent VM from crashing in some cases.
Initial release
02 Aug 11:09
Compare
Sorry, something went wrong.
No results found