Skip to content

Releases: kgiszczak/tomlib

v0.7.3

29 Nov 14:06

Choose a tag to compare

  • [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

Choose a tag to compare

  • Remove "double_heap" deprecation warning

v0.7.1

17 Feb 11:53

Choose a tag to compare

  • Remove "missing bigdecimal dependency" warning

v0.7.0

10 Feb 13:31

Choose a tag to compare

  • 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

Choose a tag to compare

  • Correctly escape special characters

v0.5.0

16 Aug 15:21

Choose a tag to compare

  • Add support for Ruby 2.6

v0.4.0

06 Aug 10:48

Choose a tag to compare

  • Correctly dump empty arrays

v0.3.0

05 Aug 19:11

Choose a tag to compare

  • Add ext/* to bundled files

v0.2.0

04 Aug 11:40

Choose a tag to compare

  • 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

Choose a tag to compare

  • Initial release