All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
0.1.5 - 2018-08-29
- Fixed resource leak in transit decoding...kind of the whole point of this library.
0.1.4 - 2018-08-26
- Removed internal seq allocation.
0.1.3 - 2016-08-22
open
function todecode!
now defaults toclojure.java.io/input-stream
.- Better doc string for
decode!
. - Some simplification and refactoring.
0.1.2 - 2016-08-22
- Correctly implement reduce semantics for reductions without an init value.
0.1.1 - 2016-08-22
- Fixed compile error.
- Made reducible stream implement IReduce as well, so it can be reduced without an init value.
- Initial implementation of library.