Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

71 lines (42 loc) · 1.46 KB

[1.3.6] - 2023-09-13

  • Enabled static check for Result and Option match api

[1.3.5] - 2023-09-10

  • Formatted the Option code file

[1.3.4] - 2023-09-10

  • Added the panic API
  • Improved the documentation

[1.3.3] - 2023-09-10

  • Updated the library metadata

[1.3.2] - 2023-09-10

  • Updated the library description

[1.3.1] - 2023-09-10

  • Updated the library description

[1.3.0] - 2023-09-06

  • Added match method on Option type. This new match method allows developers to perform pattern matching operations on Option instances, simplifying conditional logic and enhancing code readability.

[1.2.1] - 2023-05-07

  • Formatted all files using dart formatter

[1.2.0] - 2023-05-07

  • Added convenient APIs to get Left and Right enclosing data
  • Implement exception for panic class

[1.1.4] - 2023-05-04

  • Changed Option = None return type to None instead of panicking.

[1.1.3] - 2023-04-17

  • Added Either functional programming concept

[1.1.2] - 2023-04-17

  • Added option and the result module directly to the ruqe library

[1.1.1] - 2022-12-08

  • Added some documentation for the Result isOk method.
  • Added some documentation for the Result isErr method.

[1.1.0] - 2022-11-03

  • implement match() method for Option type.
  • implement match() method for Result type.
  • Some examples
  • Unit tests

[1.0.0] - 2022-11-02

  • Initial version.
  • Option implementation
  • Result implementation
  • Some examples
  • Unit tests