README.md in oj-1.1.1 vs README.md in oj-1.2.0
- old
+ new
@@ -18,19 +18,19 @@
[Need for Speed](http://www.ohler.com/software/thoughts/Blog/Entries/2012/3/13_Need_for_Speed.html) for an overview of how Oj::Doc was designed.
*Fast XML parser and marshaller on RubyGems*: https://rubygems.org/gems/ox
-*Fast XML parser and marshaller on GitHub*: https://rubygems.org/gems/ox
+*Fast XML parser and marshaller on GitHub*: https://github.com/ohler55/ox
## <a name="release">Release Notes</a>
-### Release 1.1.1
+### Release 1.2.0
- - The encoding option can now be an Encoding Object or a String.
+ - Removed the encoding option and fixed a misunderstanding of the string encoding. Unicode code points are now used instead of byte codes. This is not compatible with previous releases but is compliant with RFC4627.
- - Fixed Rubinius errors.
+ - Time encoding in :object mode is faster and higher nanosecond precision.
## <a name="description">Description</a>
Optimized JSON (Oj), as the name implies was written to provide speed
optimized JSON handling. It was designed as a faster alternative to Yajl and
@@ -56,15 +56,9 @@
to_hash() is more flexible and produces more consistent output so it has a
preference over the to_json() method. If neither the to_json() or to_hash()
methods exist then the Oj internal Object variable encoding is used.
Oj is compatible with Ruby 1.8.7, 1.9.2, 1.9.3, JRuby, and RBX.
-
-## <a name="plans">Planned Releases</a>
-
-- Release 1.0.1: Optimize the Oj::Doc dump() method to be native.
-
-- Release 1.1: A JSON stream parser. Pushed out for the Oj::Doc parser.
## <a name="compare">Comparisons</a>
### Fast Oj::Doc parser comparisons