Releases: laminas/laminas-migration
Releases · laminas/laminas-migration
laminas-migration 0.1.7
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
laminas-migration 0.1.5
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
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
laminas-migration 0.1.2
laminas-migration 0.1.1
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
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.