- fixed async bug with single item convert
- drop collection package version from 1.17.1 to 1.17.0
- update build program
- added build script
- Updates to support transit-cljd.
- Fixed bug with null as key in cmap.
- TransitCodec classes for public API.
- Updates to README.
- Fixed two bugs: (1) closing SplitterStreamSink output sink, (2) overwriting MessagePackEncoder buffer.
- Abstractions for splitter and combiner used by both Json and MessagePack encoders and decoders.
- Work on JsonRepeat(En/De)coder API.
- MessagePack testing.
- MessagePack encoding/decoding implemented and passes roundtrip test.
-
Initial version. JSON reading and writing is supported and passes the roundtrip testing using
transit-format
'sverify
test. -
The public API is not locked down, so tread carefully. Future breaking changes are very likely.