Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 794 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 794 Bytes

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.

[2.1.0] - 2020-07-02

Added

  • To IEnumerableExt head method.
  • To Option asEnumerable method.

[2.0.0] - 2020-06-15

Added

  • Data types & methods descriptions with examples

Changed

  • Reworked methods implementation to keep consistency with Scala implementation.
  • Reformated all code to keep clear logic flow.

Removed

  • A bunch of not commonly used methods.

[1.0.0] - 2017-12-22

Added

  • Initial release of the library
  • Implemented main FP data types (Either, Option, Try, ...)