This repository was archived by the owner on Sep 10, 2020. It is now read-only.
Releases: avto-dev/dev-tools
Releases · avto-dev/dev-tools
v2.3.0
v2.2.0
Added
- PHP 7.4 tests running using GitHub Actions and Travis CI
phpunit/phpunitversion~8.0supports (important notice: a lot of asserts were marked as deprecated sincev8.x)
v2.1.0
Changed
- Maximal
illuminate/*packages version now is6.*
Added
- GitHub actions for a tests running
v2.0.0
Added
- Docker-based environment for development
- Project
Makefile - Dependency
avto-dev/stacked-dumper-laravel
Changed
- All "custom" asserts now non-static (reason)
- Assert methods now returns
void - Some asserts now accepts "message" parameter
- Minimal PHP version now is
7.1.3 - Minimal PHPUnit version now is
^7.5 - Minimal Laravel version now is
5.6.x - Maximal Laravel version now is
5.8.x - Composer scripts
Removed
AvtoDev\DevTools\Laravel\VarDumper\*(replaced withavto-dev/stacked-dumper-laravel)assertIsNumericassertIsIntegerassertIsArrayassertIsString
Deprecated
InstancesAccessorsTrait::callMethodInstancesAccessorsTrait::getProperty
v1.11.0
Added
assertJsonStructuremethod inAdditionalAssertionsTrait
v1.10.0
Added
- Trait
WithGuzzleMocking
v1.9.2
Fixed
LaravelLogFilesAssertsTrait::clearLaravelLogs()now not delete hidden files (like.gitignoreand others)
v1.9.1
Fixed
- RoadRunner detection method in function
\dev\ran_using_cli()
v1.9.0
Added
- Service
Laravel\VarDumper(with middleware and stack instance) - Global helpers file (namespace
\dev\...) - Function
\dev\dump(...$arguments) - Function
\dev\dd(...$arguments)