Releases: kgiszczak/tomlib
Releases · kgiszczak/tomlib
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
- 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
- Initial release