Skip to content

Commit 4f0b2e3

Browse files
committed
Create CHANGELOG.md
1 parent eebb261 commit 4f0b2e3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/).
7+
8+
## [Unreleased]
9+
10+
## [v0.1.0-beta.1] – 2025-08-10
11+
12+
### Added
13+
- **SingleDailySlotStrategy** returning `Collection<Slot>` for date-based availability.
14+
- **Slot** value object (`start`, `end`) with helpers: `toArray`, `toJson`, `toCarbonPeriod`, `toLeaguePeriod`, `durationInMinutes`, `overlaps`.
15+
- The `HasBookings` to allow Bookable entities to manage bookings.
16+
- Basic **PHPUnit** test setup and unit tests for `Slot` and `SingleDailySlotStrategy`.

0 commit comments

Comments
 (0)