8000 Tags · codahale/jerkson · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Tags: codahale/jerkson

Tags

v0.2.0

Toggle v0.2.0's commit message
* Now cross-built for Scala 2.9.0.

* Changed to parse the embedded Scala signature in case classes by using an
  embedded version of `scalap`. No longer depends on Paranamer.
* Serializing a case class with a `None` field now elides the entire field
  instead of serializing the `Option[A]` as `null`.
* Removed explicit flushes to output.

v0.1.8

Toggle v0.1.8's commit message
* Upgraded to Jackson 1.7.6.

* Added selectors to `JValue` and friends.
* Extracted out the `Json` trait for extensibility.
* Added support for `Iterator` and `Set` instances.
* Fixed deserialization of empty `Map`s.

v0.1.7

Toggle v0.1.7's commit message
Upgrade to Jackson 1.7.4.

v0.1.6

Toggle v0.1.6's commit message
Fix None serialization.

v0.1.5

Toggle v0.1.5's commit message
Fixed Option serialization.

v0.1.4

Toggle v0.1.4's commit message
Jackson 1.7.1, handling EOFException

v0.1.3

Toggle v0.1.3's commit message
buffer overrun fix

v0.1.2

Toggle v0.1.2's commit message
1.7.0 and Either support

v0.1.1

Toggle v0.1.1's commit message
Jackson bump, new streaming interface, case class lazy val fixes, @Js…

…onIgnore support

v0.1.0

Toggle v0.1.0's commit message
Initial release

0