Releases: laminas/laminas-migration
Releases · laminas/laminas-migration
laminas-migration 1.0.1
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
Added
- First stable release.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
laminas-migration 0.2.3
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
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
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #17 adds logic to replace references to
Expressive\\
withMezzio\\
; this fixes issues that arise when users import theZend\Expressive
namespace, and then reference classes from the subnamespace in their code.
laminas-migration 0.2.0
laminas-migration 0.1.11
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
Added
-
#12 adds full documentation of the
migrate
command. To view the documentation, typelaminas-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
laminas-migration 0.1.8
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.