From 400e2579b8f8bf9aa96792567e13c0c2ad25d336 Mon Sep 17 00:00:00 2001 From: Daniel Winning Date: Wed, 9 Apr 2025 16:46:28 +0100 Subject: [PATCH] Add CHANGELOG and README --- CHANGELOG.md | 11 +++++++++++ README.md | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..74cac22 --- /dev/null +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5459b52 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file