Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

Unreleased

0.1.5 - 2018-08-29

Fixed

  • Fixed resource leak in transit decoding...kind of the whole point of this library.

0.1.4 - 2018-08-26

Changes

  • Removed internal seq allocation.

0.1.3 - 2016-08-22

Changes

  • open function to decode! now defaults to clojure.java.io/input-stream.
  • Better doc string for decode!.
  • Some simplification and refactoring.

0.1.2 - 2016-08-22

Fixed

  • Correctly implement reduce semantics for reductions without an init value.

0.1.1 - 2016-08-22

Fixed

  • Fixed compile error.
  • Made reducible stream implement IReduce as well, so it can be reduced without an init value.

0.1.0 - 2016-08-19

Added

  • Initial implementation of library.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close