Skip to content

Releases: edporras/edn_turbo

v0.5.5

29 Jun 12:31
Compare
Choose a tag to compare

Merged PR by @jdliss for ruby 2.2.5 compatibility.

Release 0.5.4

29 Dec 12:36
Compare
Choose a tag to compare
  • Changed to raise ruby exception instead of throwing when errors encountered to prevent killing ruby process (see #4)
  • file renaming & cosmetic cleanup
  • rubocop'd

0.5.3

17 Nov 13:42
Compare
Choose a tag to compare

C++-11 flags added for macOS

Release v0.5.0

18 Nov 10:59
Compare
Choose a tag to compare
  • raise runtime error if extension fails to init due to setlocale() failure
  • Adding support for reading from core IO streams and StringIO streams
    • core IO types are managed internally by accessing C structs
    • StringIO calls read() on the ruby side to get data IO tests

v0.4.1

09 Nov 15:04
Compare
Choose a tag to compare

Minor release to fix old references to EDNT in bundled ppedn sample script.

Release v0.4.0

09 Nov 15:03
Compare
Choose a tag to compare

edn_turbo is now a plugin for edn-ruby.