Releases: taoensso/nippy
Releases · taoensso/nippy
v2.6.0-alpha3
v2.6.0-alpha3
v2.6.0-alpha2
v2.6.0-alpha2
v2.6.0-alpha1
v2.6.0-alpha1
v2.5.2 / 2013 Dec 7
New
- Test Serializable objects at freeze time for better reliability.
- Thaw error messages now include failing type-id.
Changes
- Don't cache
serializable?
/readable?
for types with gensym-style names (e.g. as used for anonymous fns, etc.). - Failed serialized/reader thaws will try return what they can (e.g. unreadable string) instead of just throwing.
[com.taoensso/nippy "2.5.2"]
v2.5.1 / 2013 Dec 3
New
- Added experimental
inspect-ba
fn for examining data possibly frozen by Nippy.
Changes
- Now throw exception at freeze (rather than thaw) time when trying to serialize an unreadable object using the Clojure reader.
[com.taoensso/nippy "2.5.1"]