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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
5
6
6
## [Unreleased]
7
7
8
+
## [1.1.0] - 2019-02-27
9
+
### Added
10
+
* Larave 5.8 to the CI process ([#13](https://github.com/sixlive/laravel-json-schema-assertions/pull/13))
11
+
12
+
### Changed
13
+
* Added a return type hint to `setUp` required by phpunit 8 and Laravel's test case ([#13](https://github.com/sixlive/laravel-json-schema-assertions/pull/13))
14
+
15
+
16
+
## [1.0.0] - 2019-02-24
17
+
### Changed
18
+
* Updated to use [sixlive/json-schema-assertions](https://github.com/sixlive/json-schema-assertions) under the hood ([#11](https://github.com/sixlive/laravel-json-schema-assertions/pull/11)]
19
+
8
20
## [0.4.0] - 2018-09-04
9
21
### Added
10
22
* Support for chainable assertions ([#6](https://github.com/sixlive/laravel-json-schema-assertions/pull/6))
0 commit comments