Releases: edporras/edn_turbo
Releases · edporras/edn_turbo
v0.5.5
Release 0.5.4
- 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
Release v0.5.0
- 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
Release v0.4.0
edn_turbo is now a plugin for edn-ruby.