Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Feb 22, 2024
1 parent d84074d commit 5599d0f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [2.0.0] - 2024-02-22

### Added

- Class `Ghostwriter\Collection\Interface\CollectionInterface` has been added
- Class `Ghostwriter\Collection\Interface\ExceptionInterface` has been added
- Method `Ghostwriter\Collection\Collection::from()` was added
- Method `Ghostwriter\Collection\Collection::new()` was added

### Removed

- Class `Ghostwriter\Collection\ExceptionInterface` has been deleted
- Method `Ghostwriter\Collection\Collection::fromGenerator()` was removed
- Method `Ghostwriter\Collection\Collection::fromIterable()` was removed

### Changed

- Exception class `Ghostwriter\Collection\Exception\FirstValueNotFoundException` implements `Ghostwriter\Collection\Interface\ExceptionInterface`
- Exception class `Ghostwriter\Collection\Exception\LengthMustBePositiveIntegerException` implements `Ghostwriter\Collection\Interface\ExceptionInterface`
- Exception class `Ghostwriter\Collection\Exception\OffsetMustBePositiveIntegerException` implements `Ghostwriter\Collection\Interface\ExceptionInterface`

0 comments on commit 5599d0f

Please sign in to comment.