8000
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 7c71858 commit ca34170Copy full SHA for ca34170
CHANGELOG.md
@@ -2,6 +2,19 @@
2
All notable changes to this project will be documented in this file. This project adheres to
3
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
4
5
+## [0.11.2] - 2017-11-14
6
+
7
+### Added
8
+- The host can now be omitted from encoded URLs if needed.
9
10
+### Changed
11
+- The test response `assertStatus` method now outputs the error messages if the response status is
12
+unexpected and the response has JSON API errors in it. This restores a the behaviour that was present
13
+in `v0.10`.
14
15
+### Fixed
16
+- Corrected invalid import statement in abstract hydrator stub.
17
18
## [0.11.1] - 2017-09-26
19
20
### Fixed
0 commit comments