Skip to content

Commit c9ee788

Browse files
committed
Updated Readme and added a Change log file
1 parent c843c46 commit c9ee788

2 files changed

Lines changed: 28 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Change Log
2+
3+
## [Unreleased]
4+
### Added
5+
### Changed
6+
### Fixed
7+
8+
## [1.1.0] - 2015-01-26
9+
### Added
10+
- Support for non-hourly offset timezones
11+
- Checks for valid expressions
12+
### Changed
13+
- Max Iterations no longer hardcoded for `getRunDate()`
14+
- Supports DateTimeImmutable for newer PHP verions
15+
### Fixed
16+
- Fixed looping bug for PHP 7 when determining the last specified weekday of a month
17+
18+
## [1.0.3] - 2013-11-23
19+
### Added
20+
- Now supports expressions with any number of extra spaces, tabs, or newlines
21+
22+
### Changed
23+
- Using static instead of self in `CronExpression::factory`
24+
25+
### Fixed
26+
- Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of ranges were failing due to PHP casting hyphens to 0
27+
- Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,4 @@ Requirements
6868

6969
- PHP 5.3+
7070
- PHPUnit is required to run the unit tests
71-
- Composer is required to run the unit tests
72-
73-
CHANGELOG
74-
=========
75-
76-
1.0.3 (2013-11-23)
77-
------------------
78-
79-
* Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
80-
* Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of ranges were failing due to PHP casting hyphens to 0
81-
* Now supports expressions with any number of extra spaces, tabs, or newlines
82-
* Using static instead of self in `CronExpression::factory`
71+
- Composer is required to run the unit tests

0 commit comments

Comments
 (0)