Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.11 KB

Changelog

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

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

Added

  • ...

Changed

  • ...

Deprecated

  • ...

Removed

  • ...

Fixed

  • ...

Security:

  • ...

0.1.1 - 2020-02-07

Added

  • SinkMock that behave more like real sink and cover a better use case (compare to SinkFeedback).

Removed

  • pin_project dependency

0.1.0 - 2020-02-07

Added

  • Init with cargo-generate with template
  • FuseLast container for Iterators with IteratorsExt trait.
  • SinkFeedback that can be created with from_iter() function.
  • drain() and interleave_pending() creators.