Skip to content

Commit

Permalink
Prepare 1.7.0 release (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
BackEndTea committed Feb 14, 2020
1 parent 26903ce commit aed98a4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

## UNRELEASED

## 1.7.0 (2020-02-14)

### Added

* added `Assert::notFalse()`
* added `Assert::isAOf()`
* added `Assert::isAnyOf()`
* added `Assert::isNotA()`

## 1.6.0 (2019-11-24)

### Added
Expand All @@ -15,7 +24,7 @@ Changelog

### Fixed

* `ResourceBundle` & `SimpleXMLElement` now pass the `isCountable` assertions.
* `ResourceBundle` & `SimpleXMLElement` now pass the `isCountable` assertions.
They are countable, without implementing the `Countable` interface.
* The doc block of `range` now has the proper variables.
* An empty array will now pass `isList` and `isMap`. As it is a valid form of both.
Expand All @@ -28,12 +37,12 @@ If a non empty variant is needed, use `isNonEmptyList` or `isNonEmptyMap`.
* [#145](https://github.com/webmozart/assert/issues/145)
* [#146](https://github.com/webmozart/assert/pull/146)
* [#150](https://github.com/webmozart/assert/pull/150)
* If you use psalm, the minimum version needed is `3.6.0`. Which is enforced through a composer conflict.
* If you use psalm, the minimum version needed is `3.6.0`. Which is enforced through a composer conflict.
If you don't use psalm, then this has no impact.

## 1.5.0 (2019-08-24)

### Added
### Added

* added `Assert::uniqueValues()`
* added `Assert::unicodeLetters()`
Expand Down

0 comments on commit aed98a4

Please sign in to comment.