From f4b1b268057f44373cb618ab831f419a06d559fb Mon Sep 17 00:00:00 2001 From: Sebastian De Deyne Date: Tue, 3 Jan 2017 11:41:22 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efbe37..23d219e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All Notable changes to `opening-hours` will be documented in this file ## 1.2.0 - 2017-01-03 - Added `asStructuredData` to retrieve the opening hours as a Schema.org structured data array +- Added `nextOpen` method to determine the next time the business will be open - Added utility methods: `OpeningHours::map`, `OpeningHours::flatMap`, `OpeningHours::mapExceptions`, `OpeningHours::flatMapExceptions`,`OpeningHoursForDay::map` and `OpeningHoursForDay::empty` ## 1.1.0 - 2016-11-09