Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1 KB

Change Log

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

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.