Skip to content

Commit 127ea5d

Browse files
committed
chore: update changelog [skip ci]
1 parent e7c07c3 commit 127ea5d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
## [v0.0.6] 2018-08-16 00:08:45 UTC
2+
3+
- [d933099](https://github.com/adhocore/php-cron-expr/commit/d933099) fix(expr): static ::instance()
4+
- [48eef4a](https://github.com/adhocore/php-cron-expr/commit/48eef4a) docs: bulk checks/filters
5+
- [8c23489](https://github.com/adhocore/php-cron-expr/commit/8c23489) test(expr): ...
6+
- [aab941e](https://github.com/adhocore/php-cron-expr/commit/aab941e) refactor(expr): simplify filter(), also cache undue case
7+
- [cd3cd33](https://github.com/adhocore/php-cron-expr/commit/cd3cd33) test(expr): filter(), getDues()
8+
- [7ec07c8](https://github.com/adhocore/php-cron-expr/commit/7ec07c8) feat(checker): make validator injectable
9+
- [0d6d85a](https://github.com/adhocore/php-cron-expr/commit/0d6d85a) feat(expr): add construct with injection/initiliazation
10+
- [b8aa4ce](https://github.com/adhocore/php-cron-expr/commit/b8aa4ce) feat(expr): add ::instance() api
11+
- [cee9bf7](https://github.com/adhocore/php-cron-expr/commit/cee9bf7) feat(expr): add filter(), ::getDues() and normalizeExpr()
12+
- [d73a078](https://github.com/adhocore/php-cron-expr/commit/d73a078) refactor(docblocks): document public apis/methods
13+
- [ee2cc96](https://github.com/adhocore/php-cron-expr/commit/ee2cc96) refactor: rename array of time parts to times
14+
115
## [v0.0.5] 2018-08-15 10:08:16 UTC
216

317
- [6fccf54](https://github.com/adhocore/php-cron-expr/commit/6fccf54) test(validator): instep changes
418
- [93d2f7f](https://github.com/adhocore/php-cron-expr/commit/93d2f7f) fix(validator): inStep when start+step>end | closes #12
519
- [895eade](https://github.com/adhocore/php-cron-expr/commit/895eade) docs: update readme
620
- [bc65912](https://github.com/adhocore/php-cron-expr/commit/bc65912) docs: fix badge
7-

0 commit comments

Comments
 (0)