Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Yakubina/recurr

Tags

v3.0.2

Toggle v3.0.2's commit message
CS update

v3.0.1

Toggle v3.0.1's commit message
Full support for immutables (simshaun#123)

* Run ArrayTransformerConstraintTest with using either \DateTime or \DateTimeImmutable

* Full support for immutables

v3.0

Toggle v3.0's commit message
- Method signatures changed from \DateTime to \DateTimeInterface

- As a consequence, drops support for PHP 5.3 and PHP 5.4

v2.2.3

Toggle v2.2.3's commit message
adding test for TZ_FIXED behavior of getString (simshaun#116)

v2.2.2

Toggle v2.2.2's commit message
Fix for for bysetpos transformation (simshaun#114)

* failing tests for bysetpos transformation
* adding missing throws annotation
* removing unused var
* fixing empty index error
* checking for empty daySet (throws E_WARNING < 5.4)

v2.2.1

Toggle v2.2.1's commit message
Fixes simshaun#121

v2.2

Toggle v2.2's commit message
Infinite rule check (simshaun#113)

* adding missing @throws annotation

* returning object from array loader (and string loader) to match interface

* updating docblock to match behavior

* removing unused temp var

* strlen will always return an int so === is safe

* adding method to check for infinite rule recurrence without having to build 732 and guess

* reverting back to long array syntax so the travis 5.3 build is happy

v2.1

Toggle v2.1's commit message
Added index property to Recurrence (simshaun#110)

* Added an index property to Recurrence

* Added test for index

* Removed typehint

* Added intial index property

v2.0

Toggle v2.0's commit message
Fixes simshaun#106

v1.3

Toggle v1.3's commit message
Fix the date format for the Dutch language (simshaun#102)