You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,26 @@
1
1
# Change Log
2
2
3
-
## [Unreleased]
3
+
## [1.2.0] - 2017-01-22
4
4
### Added
5
+
- Added IDE, CodeSniffer, and StyleCI.IO support
6
+
5
7
### Changed
8
+
- Switched to PSR-4 Autoloading
9
+
6
10
### Fixed
11
+
- 0 step expressions are handled better
12
+
- Fixed `DayOfMonth` validation to be more strict
13
+
- Typos
7
14
8
-
## [1.1.0] - 2015-01-26
15
+
## [1.1.0] - 2016-01-26
9
16
### Added
10
17
- Support for non-hourly offset timezones
11
18
- Checks for valid expressions
19
+
12
20
### Changed
13
21
- Max Iterations no longer hardcoded for `getRunDate()`
14
22
- Supports DateTimeImmutable for newer PHP verions
23
+
15
24
### Fixed
16
25
- Fixed looping bug for PHP 7 when determining the last specified weekday of a month
17
26
@@ -24,4 +33,4 @@
24
33
25
34
### Fixed
26
35
- 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))
36
+
- Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
0 commit comments