Skip to content

Latest commit

 

History

History
177 lines (95 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

177 lines (95 loc) · 3.38 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

0.7.0

Added

  • #80 Update Composer dependencies
  • #79 Bump phpstan/phpstan from 0.12.80 to 0.12.81
  • #78 Bump phpstan/phpstan-phpunit from 0.12.17 to 0.12.18
  • #77 Bump captainhook/captainhook from 5.4.4 to 5.4.5
  • #76 Bump captainhook/plugin-composer from 5.2.3 to 5.2.4
  • #74 Bump nette/neon from 3.2.1 to 3.2.2
  • #67 Add phpstan/phpstan-strict-rules
  • #64 PHPStan extensions run on max
  • #63 Bump magento/framework from 103.0.1 to 103.0.2
  • #59 Bump phpunit/phpunit from 9.5.1 to 9.5.2

Deprecated

  • Nothing.

Removed

  • #60 Replace Phing with Composer scripts

Fixed

  • #70 Install matching lowest version of strict rules

0.6.0

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #52 Fix params for DataObject get & set

0.5.0

Added

  • #47 Add type for ObjectManager helper for tests
  • #48 Fix proxy generation

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.4.1

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #41 Removes upper version constraint of phpstan

0.4.0

Added

  • #40 Use same constraint as latest Magento release
  • #39 Apply phpstan.rules.rule tag dynamically via DI
  • #36 Add deprecation rules for AbstractModel classe

Deprecated

  • #40 Deprecated Config Option autoload_files

Removed

  • Nothing.

Fixed

  • Nothing.

0.3.0

Added

  • #35 Make DataObject extension stricter

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.2.0

Added

  • #33 Upgrade PHPStan dependency to 0.12.24

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.1

Added

  • #32 Add autoloader for Magento\TestFramework classes

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.0

Added

  • #29 Improve code generation for factories & proxies

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.