Skip to content

Releases: laminas/laminas-migration

laminas-migration 1.0.1

02 Jan 16:46
1.0.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #22 bumps the laminas-dependency-plugin constraint used during injection to ^1.0.

laminas-migration 1.0.0

31 Dec 15:28
1.0.0
Compare
Choose a tag to compare

Added

  • First stable release.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.2.3

18 Dec 17:45
0.2.3
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #19 bumps the minimum supported version of laminas-zendframework-bridge to 0.4.4.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.2.2

17 Dec 23:17
0.2.2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Updates the minimum supported version of laminas-zendframework-bridge to 0.4.3, to pick up a number of fixes for edge cases found when unit testing packages and integration testing the skeletons.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.2.1

09 Dec 21:14
0.2.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #17 adds logic to replace references to Expressive\\ with Mezzio\\; this fixes issues that arise when users import the Zend\Expressive namespace, and then reference classes from the subnamespace in their code.

laminas-migration 0.2.0

02 Dec 17:00
0.2.0
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #15 updates the dependency on laminas-zendframework-bridge to pin to the 0.4 series.

  • #15 updates the tooling to refer to Mezzio instead of Expressive, and Laminas API Tools instead of Apigility.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.1.11

19 Nov 20:40
0.1.11
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #13 fixes cross-platform compatibility when comparing paths for purposes of filtering/excluding files.

laminas-migration 0.1.10

14 Nov 20:32
0.1.10
Compare
Choose a tag to compare

Added

  • #12 adds full documentation of the migrate command. To view the documentation, type laminas-migration help migrate.

  • #12 adds the option --filter. The option may be invoked multiple times, and expects regular expressions, minus any delimiters. When present, only files matching one or more filters will be migrated.

  • #12 adds the option --no-config-processor. If provided, the tooling will not attempt to inject the bridge Module or ConfigPostProcessor if it otherwise would.

Changed

  • #12 updates the --exclude option to also allow providing file names.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.1.9

13 Nov 21:20
0.1.9
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #11 expands the constraint for the symfony/console dependency to include any 2.1, 3.0, 4.0, or 5.0 version.

  • #11 updates the laminas/laminas-zendframework-bridge dependency to ^0.3.7.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.1.8

06 Nov 22:48
0.1.8
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #10 adds a comma when injecting the Laminas\ZendFrameworkBridge module to MVC applications, thus preventing syntax errors post-migration.