Skip to content
This repository was archived by the owner on Sep 10, 2020. It is now read-only.

Releases: avto-dev/dev-tools

v2.3.0

26 Jun 08:31
5793067

Choose a tag to compare

Changed

  • Maximal illuminate/* packages version now is 7.*
  • CI completely moved from "Travis CI" to "Github Actions" (travis builds disabled)
  • Minimal required PHP version now is 7.2

Added

  • PHP 7.4 is supported now

Deprecated

  • Trait InstancesAccessorsTrait

v2.2.0

10 Feb 07:44

Choose a tag to compare

Added

  • PHP 7.4 tests running using GitHub Actions and Travis CI
  • phpunit/phpunit version ~8.0 supports (important notice: a lot of asserts were marked as deprecated since v8.x)

v2.1.0

22 Oct 11:01

Choose a tag to compare

Changed

  • Maximal illuminate/* packages version now is 6.*

Added

  • GitHub actions for a tests running

v2.0.0

22 Jul 18:21
a42a6eb

Choose a tag to compare

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 with avto-dev/stacked-dumper-laravel)
  • assertIsNumeric
  • assertIsInteger
  • assertIsArray
  • assertIsString

Deprecated

  • InstancesAccessorsTrait::callMethod
  • InstancesAccessorsTrait::getProperty

v1.11.0

09 May 06:13
c5f3e30

Choose a tag to compare

Added

  • assertJsonStructure method in AdditionalAssertionsTrait

v1.10.0

26 Mar 10:14
0a9b13f

Choose a tag to compare

Added

  • Trait WithGuzzleMocking

v1.9.2

18 Feb 07:11
031b7c6

Choose a tag to compare

Fixed

  • LaravelLogFilesAssertsTrait::clearLaravelLogs() now not delete hidden files (like .gitignore and others)

v1.9.1

30 Jan 15:40
7d147c7

Choose a tag to compare

Fixed

  • RoadRunner detection method in function \dev\ran_using_cli()

v1.9.0

30 Jan 13:49
20689dc

Choose a tag to compare

Added

  • Service Laravel\VarDumper (with middleware and stack instance)
  • Global helpers file (namespace \dev\...)
  • Function \dev\dump(...$arguments)
  • Function \dev\dd(...$arguments)

v1.8.0

17 Jan 10:37
aa9a32a

Choose a tag to compare

  • Added LaravelRoutesAssertsTrait that include assertAllRoutesHasActions method #23