You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testing: Added a new WithQueryLog trait that can work with any connection (the old one marked as deprecated). (1f7a8c3)
testing: Removed TestResponse::getContentType() macro (not needed for testing). (ebf2f6d) ☣
testing: Removed TestResponse::toPsrResponse() macro, LastDragon_ru\\LaraASP\\Testing\\Constraints\\Response\\Factory::make() should be used instead. (7e000da) ☣
Bug Fixes
eloquent:Iterator::onBeforeChunk()/Iterator::onAfterChunk() will be called only for non-empty chunks. (140825c)
graphql: Enums registration moved to afterResolving callback. (2a6288b)
migrator: Added missed semicolon to migration-anonymous.stub. (64118fa)