All Versions
271
Latest Version
Avg Release Cycle
20 days
Latest Release
919 days ago
Changelog History
Page 27
Changelog History
Page 27
-
v1.0.3 Changes
March 15, 2012- โ Added :symbol_keys option to convert String hash keys into Symbols.
- ๐ The load() method now supports IO Objects as input as well as Strings.
-
v1.0.2 Changes
March 15, 2012- Added RSTRING_NOT_MODIFIED for Rubinius optimization.
-
v1.0.1 Changes
March 15, 2012- ๐ Fixed compatibility problems with Ruby 1.8.7.
-
v1.0.0 Changes
March 13, 2012- ๐ The screaming fast Oj::Doc parser added.
-
v0.9.0 Changes
March 05, 2012- โ Added support for circular references.
-
v0.8.0 Changes
February 27, 2012- Auto creation of data classes when unmarshalling Objects if the Class is not defined
-
v0.7.0 Changes
February 26, 2012- ๐ changed the object JSON format
- ๐ serialized Ruby Objects can now be deserialized
- ๐ improved performance testing
-
v0.6.0 Changes
February 22, 2012- ๐ supports arbitrary Object dumping/serialization
- to_hash() method called if the Object responds to to_hash and the result is converted to JSON
- to_json() method called if the Object responds to to_json
- almost any Object can be dumped, including Exceptions (not including Thread, Mutex and Objects that only make sense within a process)
- 0๏ธโฃ default options have been added
-
v0.5.2 Changes
February 19, 2012- ๐ Release 0.5.2 fixes encoding and float encoding.
- ๐ This is the first release sith a version of 0.5 indicating it is only half done. Basic load() and dump() is supported for Hash, Array, NilClass, TrueClass, FalseClass, Fixnum, Float, Symbol, and String Objects.
-
v0.5.1
February 19, 2012