Oj v2.9.9 Release Notes

Release Date: 2014-07-07 // over 9 years ago
    • Missed a character map entry. / in ascii mode is now output as / and not \/
    • ๐Ÿ›  Fixed SC parser to not treat all IO that respond to fileno as a file. It not checks stat and asks if it is a file.
    • ๐Ÿ“œ Tightened object parsing of non-string hash keys so that just "#x" is parsed as a hash pair and not "~#x".
    • ๐Ÿ‘ป Using echo to STDIN as an IO input works around the exception raised when asking the IO for it's position (IO.pos).
    • ๐Ÿ“œ Simple Callback Parser now uses the new stream parser for handling files and IO so that larger files are handled more efficiently and streams are read as data arrives instead of on close.
    • ๐Ÿ– Handles file FIFO pipes correctly now.