We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2edde commit 691c2c7Copy full SHA for 691c2c7
CHANGELOG.md
@@ -5,5 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
6
## [Unreleased]
7
8
+## [0.2.0] - 2018-07-17
9
+### Changed
10
+* Changed method name from `assertMatchesJsonSchema` to `assertJsonSchema`
11
+* Moved PHPUnit to a required dependency rather than a dev dependency
12
+
13
+### Added
14
+* Added support for loading schemas from an array
15
+* Added support for loading schemas from a file as a path
16
+* Added support for loading schemas as JSON
17
18
## [0.1.0] - 2018-07-04
19
Initial Release
0 commit comments