Add CHANGELOG and README

This commit is contained in:
Daniel Winning 2025-04-09 16:46:28 +01:00
parent 44030846dd
commit 400e2579b8
2 changed files with 20 additions and 0 deletions

11
CHANGELOG.md Normal file
View file

@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2025-04-09
### Added
- Initial release of the `loomlabs/utility.collection` package.
- Added `Collection` class and essential methods.

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Loom Utilities | Collection
A Collection library for an object-oriented way to work with arrays.
## Installation
```shell
composer require loomlabs/utility.collection
```