Releases: mohammedmanssour/laravel-recurring-models
Releases · mohammedmanssour/laravel-recurring-models
v0.7.0
v0.6.0
v0.5.1
Avoid running migrations
v0.5.0
- Package now will ensure repetition accuracy across timezones.
v0.4.1
- adds
whereActiveForTheDate
scope. - adds
whereHasSimpleRecurringOn
scope. - adds
whereHasComplexRecurringOn
scope.
v0.4.0
- Better Repetition calculation for the simple type.
- Use
Carbon\CarbonInterface
for type hinting instead ofCarbon\Carbon
. - pass repetition type to
repetitionBaseDate
v0.3.1
fixes a bug where it creates two rules for weekly repetitions instead of one
v0.3.0
- Fix Weekly repetition
V0.2.0
- Replace pest with good, old PHPUnit.
- Use Complex repeat pattern to handle weekly repetitions.
v0.1.0
Extracting recurring-models module into a standalone package