Skip to content

Releases: laminas/laminas-migration

laminas-migration 0.1.7

06 Nov 16:12
0.1.7
Compare
Choose a tag to compare

Added

  • #9 adds output to the command, so users can know what is happening and/or what has completed.

Changed

  • #9 updates the tool to inject the laminas-zendframework-bridge configuration post processor in Expressive applications, and as a module in MVC applications.

  • #9 updates the tool to require laminas-zendframework-bridge, for purposes of supplying replacements.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.1.6

01 Nov 20:16
0.1.6
Compare
Choose a tag to compare

Added

  • #8 adds a replacement for "zend-expressive.", replacing it with "expressive."; this will ensure config files get renamed.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #6 fixes output in scenarios where no dependencies are installed.

laminas-migration 0.1.5

01 Nov 13:29
0.1.5
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #5 changes how the rewrite rules work. Previously, we provided a small number of generic rules, and a growing list of exceptions. With this patch, we now provide a comprehensive list of package names, namespaces, and various configuration keys, binary names, etc. to replace, pulled from the source code for the project itself. This should prevent it rewriting code from third-party libraries.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.1.4

31 Oct 19:17
0.1.4
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #4 updates the migration tool to remove the configured vendor directory if it is present, fixing some issues with initial installations following migration.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-migration 0.1.3

31 Oct 13:57
0.1.3
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #3 adds rules to ensure ZenDesk class names and references are not rewritten.

  • #3 adds rules to ensure ZF1 class names are not rewritten.

laminas-migration 0.1.2

31 Oct 13:54
0.1.2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #2 updates the package definition to expose the laminas-migration script as a vendor binary.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #2 fixes the autoloading rules for the laminas-migration script to ensure it can be used both globally and locally.

laminas-migration 0.1.1

30 Oct 19:35
0.1.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #1 provides updates to replacements for strings containing escape characters, to ensure the same number of escape characters are used in replacements.

laminas-migration 0.1.0

30 Oct 18:36
0.1.0
Compare
Choose a tag to compare

Added

  • Adds the migrate command, for migrating a project or library to target Laminas instead of Zend Framework, Apigility, or Expressive.

  • Adds the nested-deps command, for manually forcing installation of Laminas packages when installed as nested dependencies.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.