1
|
Changelog
|
2
|
=========
|
3
|
|
4
|
## UNRELEASED
|
5
|
|
6
|
### Added
|
7
|
|
8
|
* added `Assert::minCount()`
|
9
|
* added `Assert::maxCount()`
|
10
|
* added `Assert::countBetween()`
|
11
|
* added `Assert::isCountable()`
|
12
|
* added `Assert::notWhitespaceOnly()`
|
13
|
* added `Assert::natural()`
|
14
|
* added `Assert::notContains()`
|
15
|
* added `Assert::isArrayAccessible()`
|
16
|
* added `Assert::isInstanceOfAny()`
|
17
|
* added `Assert::isIterable()`
|
18
|
|
19
|
### Fixed
|
20
|
|
21
|
* `stringNotEmpty` will no longer report "0" is an empty string
|
22
|
|
23
|
## 1.2.0 (2016-11-23)
|
24
|
|
25
|
* added `Assert::throws()`
|
26
|
* added `Assert::count()`
|
27
|
* added extension point `Assert::reportInvalidArgument()` for custom subclasses
|
28
|
|
29
|
## 1.1.0 (2016-08-09)
|
30
|
|
31
|
* added `Assert::object()`
|
32
|
* added `Assert::propertyExists()`
|
33
|
* added `Assert::propertyNotExists()`
|
34
|
* added `Assert::methodExists()`
|
35
|
* added `Assert::methodNotExists()`
|
36
|
* added `Assert::uuid()`
|
37
|
|
38
|
## 1.0.2 (2015-08-24)
|
39
|
|
40
|
* integrated Style CI
|
41
|
* add tests for minimum package dependencies on Travis CI
|
42
|
|
43
|
## 1.0.1 (2015-05-12)
|
44
|
|
45
|
* added support for PHP 5.3.3
|
46
|
|
47
|
## 1.0.0 (2015-05-12)
|
48
|
|
49
|
* first stable release
|
50
|
|
51
|
## 1.0.0-beta (2015-03-19)
|
52
|
|
53
|
* first beta release
|