-
-
Notifications
You must be signed in to change notification settings - Fork 116
Release 4.0.0 #225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 4.0.0 #225
Conversation
f8a55eb
to
5c42095
Compare
Codecov Report
@@ Coverage Diff @@
## 4.0 #225 +/- ##
======================================
Coverage ? 83.82%
Complexity ? 2079
======================================
Files ? 194
Lines ? 5261
Branches ? 0
======================================
Hits ? 4410
Misses ? 851
Partials ? 0 Continue to review full report at Codecov.
|
84ba412
to
8e38a79
Compare
…r scripts in composer
91419c4
to
4670f2c
Compare
77c2873
to
7f5e445
Compare
…formed some regex magic to add the new setup-client.php file within the examples.
- Fixed most examples with a setup file that is use-able out of the box - Removed default implementation of hydration events, only use these when you really need them. - Causes a significant overhead, as such it has been disabled by default - Now allows only certain models to be hydrated through this construction. - Updated README accordingly
Who would have thought the hydration events had such a major impact... Test suites dropped from |
…ck stuff that isn't working.
WIP
Continuation of #222
HttpClient
and relevant classesClient
and relevant classesSessionToken
are broken, needs fixing.AvatarFactory
seems to have a bug, monkey patched this for unit tests to work, but needs a second look.