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 d2b617e commit 6e7b6a3Copy full SHA for 6e7b6a3
CHANGELOG.md
@@ -2,6 +2,17 @@
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
+## [2.0.0-beta.2] - 2020-04-12
6
+
7
+### Changed
8
+- Refactored API configuration to reduce constructor arguments in the API class.
9
+- Updated UUID dependency so that version 3 and 4 are allowed.
10
11
+### Fixed
12
+- [#498](https://github.com/cloudcreativity/laravel-json-api/issues/498)
13
+Update exception parser interface to type-hint a `Throwable` instance instead of an
14
+`Exception`.
15
16
## [2.0.0-beta.1] - 2020-03-04
17
18
### Added
0 commit comments