@@ -4,6 +4,12 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
4
4
5
5
## CHANGE LOG ##
6
6
7
+ * v4.1.7 (2019-03-03)
8
+ * Added PHP 7.3 to testing setup
9
+ * Added Laravel 5.7 and Laravel 5.8 to testing setup
10
+ * Corrected test env setup for Laravel 5.5, 5.6
11
+ * Removed tests on HHVM from Travis config
12
+
7
13
* v4.1.6 (2018-07-20)
8
14
* Documentation updated
9
15
@@ -38,7 +44,7 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
38
44
* Exception Handler's trace data is now properly placed into ` trace ` leaf
39
45
40
46
* v4.0.0 (2017-04-10)
41
- * ** BACKWARD INCOMPATIBILE CHANGES**
47
+ * ** BACKWARD INCOMPATIBLE CHANGES** ( [ more info ] ( docs/compatibility.md ) )
42
48
* [ RB-59] Added option to remap response JSON keys to user provided values
43
49
* [ RB-54] Debug data no longer pollutes ` data ` leaf. Instead, it adds ` debug ` dictionary to root data structure.
44
50
* [ RB-37] Added support for Laravel 5.3+ ` unauthenticated() ` in Exception Handler. See new config keys defails
@@ -59,7 +65,7 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
59
65
* v3.1.0 (2017-02-28)
60
66
* [ RB-38] Added ` encoding_options ` to control data-to-json conversion.
61
67
* [ RB-38] Added optional encoding options args to all methods accepting ` data ` argument
62
- * [ RB-34] Added option to control ExceptionHandeler behavior on debug builds
68
+ * [ RB-34] Added option to control ExceptionHandler behavior on debug builds
63
69
* ExceptionHandler's debug is now added as ` debug ` node to make it more clear where it comes from
64
70
65
71
* v3.0.3 (2017-02-24)
@@ -72,7 +78,7 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
72
78
* Updated ` composer.json ` to list ` laravel/framework ` among requirements
73
79
74
80
* v3.0.0 (2017-02-23)
75
- * ** BACKWARD INCOMPATIBILE CHANGES**
81
+ * ** BACKWARD INCOMPATIBLE CHANGES** ( [ more info ] ( docs/compatibility.md ) )
76
82
* [ RB-17] ` success() ` now allows to return API code as well
77
83
* Corrected default config file containing faulty and unneeded ` use ` entries
78
84
* [ RB-20] Renamed ErrorCode class to ApiCodeBase
@@ -93,7 +99,7 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
93
99
* ` successWithHttpCode() ` , ` errorWithDataAndHttpCode() ` , ` errorWithHttpCode() ` throws exception if ` http_code ` is ` null `
94
100
* ` http_code ` can be handed as null to all other methods and it will be replaced by default codes
95
101
* ` classes ` mapping now features ` method ` field to specify method name to call for automatic object conversion
96
- * [ RB-10] When $data is an array, all elements mapped via "classes" config will be converted recursively
102
+ * [ RB-10] When ` $data ` is an ` array ` , all elements mapped via "classes" config will be converted recursively
97
103
* [ RB-3] Unit tests are now part of the package
98
104
99
105
* v2.1.2 (2016-08-24)
@@ -129,7 +135,7 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
129
135
* Code cleanup
130
136
131
137
* v1.4.1 (2016-04-14)
132
- * Removed pointless Handler's overloading to report()
138
+ * Removed pointless Handler's overloading of ` report() `
133
139
* Code style cleanup
134
140
135
141
* v1.4.0 (2016-04-12)
@@ -152,7 +158,7 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
152
158
153
159
* v1.0.1 (2016-04-11)
154
160
* Docs cleanup
155
- * Added extras/ with ready to use exception handler
161
+ * Added ` extras/ ` with ready to use exception handler
156
162
157
163
* v1.0.0 (2016-04-11)
158
164
* Initial public release
0 commit comments