Version: 0.9.0 Release date: 17-Feb-2008 Description: Another pre-1.0 release Bug fixes: * JavaTypeMapper and JsonTypeMapper had a bug which resulted in NullPointerException when stream ends, instead of returning null to indicate it. (reported by Augusto C) * JavaTypeMapper did not implicitly flush generator after mapping objects: it should, and now will (note: JsonTypeMapper not directly affected, flushing still needed) (suggested by Maciej P) == History: == 0.8.2 [03-Feb-2008]: Bug fixes: * Java type mapper had a bug in Collection mapping (mismatched calls between writeStartArray and writeEndObject!) (reported by Mike E) 0.8.1 [05-Dec-2007]: Features: * Completed JSON type mapper Bug fixes: * Java type mapper had a bug which prevented custom mappers (as well as slower interface-based introspection) from working. (reported by Mike E) 0.8 [17-Oct-2007]: Features: * Experimental version of JSON type mapper Bug fixes: * Numeric value parsing had some problems