Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

63 lines (48 loc) · 2.05 KB

Changelog

All notable changes to PullStream project will be documented in this file.

Changelog for PullStream.Csv is here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.1 - 2021-06-15

Changed

  • Remove csv related code from pullstream branch #47

Fixed

  • Validate all arguments of public methods #49

1.2.0 - 2021-05-03

Added

  • OutputChunk that knows how to write itself into context #27
  • Extension methods for easy work with OutputChunk
  • Bytes class that iherits OutputChunk
  • Over method for Builder that wraps original stream #28
  • Pure attributes for pure methods #34

Changed

  • Concatenation method now uses new Bytes class

1.1.0 - 2021-04-28

Added

  • Concatenation method that allows to concatenate streams #13
  • Cancellation token support in SequenceStream.AsyncBuilder #21

1.0.1 - 2021-04-28

Fixes

  • Support cancellation for methods working with AsyncEnumerable #14

1.0.0 - 2021-04-23

Changed

  • Make logo soft

0.1.1 - 2021-04-23

Added

  • Null checks in public API
  • README.md #5

Fixed

  • Bug in CircularBuffer.Position

0.1.0 - 2021-04-22

Added

  • Basic functionality #1 #3 #4 #6 #9 #10 #11 #12
  • Logo