Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.4 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.

[2.0.0] - TBD

Added

  • Class Ghostwriter\Option\Exception\NullPointerException
  • Class Ghostwriter\Option\Exception\ShouldNotHappenException
  • Interface Ghostwriter\Option\Interface\ExceptionInterface
  • Interface Ghostwriter\Option\Interface\NoneInterface
  • Interface Ghostwriter\Option\Interface\OptionInterface
  • Interface Ghostwriter\Option\Interface\SomeInterface
  • Method Ghostwriter\Option\None::new()
  • Method Ghostwriter\Option\Option::new()
  • Method Ghostwriter\Option\Some::new()

Removed

  • Class Ghostwriter\Option\AbstractOption was removed
  • Class Ghostwriter\Option\Exception\OptionException was removed
  • Interface Ghostwriter\Option\Exception\OptionExceptionInterface was removed
  • Interface Ghostwriter\Option\NoneInterface was removed
  • Interface Ghostwriter\Option\OptionInterface was removed
  • Interface Ghostwriter\Option\SomeInterface was removed
  • Method Ghostwriter\Option\None::create() was removed
  • Method Ghostwriter\Option\Option::create() was removed
  • Method Ghostwriter\Option\Some::create() was removed

1.5.1 - 2023-07-05

Added

  • First version