Releases: edma2/clojure-msgpack
Releases · edma2/clojure-msgpack
v1.2.1
- Performance improvements on vector/map parsing (#28) [by @leif47]
v1.2.0
- Add "compatibility-mode" option
- Improvements and simplifications to the streaming API
v1.1.3
- fix some reflection/lint warnings
- update clojure version to 1.8.0
v1.1.2
Apply string decoding fix from @rkoch.
v1.1.1
Bug fixes:
unpack
: don't create a new byte array if input is already a byte array
- Always serialize doubles as double-precision floating point numbers
- Check integer bounds when packing integers; throw exception if exceeded
v1.1.0
Major changes:
- Pack returns raw byte array
- Keywords, Symbols, Ratios, and other Clojure types are represented as Extended types
- Replace defext with extend-clojure macro which allows two-way conversion
v1.0.0
- New streaming interface
- Internal code cleanup
defext
moved to a separate msgpack.macros
package.