Skip to content

Latest commit

 

History

History
155 lines (92 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

155 lines (92 loc) · 3.59 KB

Changelog

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

3.2.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.2.0 - 2018-05-07

Added

  • zfcampus/zf-development-mode#35 adds support for PHP 7.2.

  • zfcampus/zf-development-mode#32 adds a new sub-command, auto-composer. When invoked, it uses the value of the environment variable COMPOSER_DEV_MODE to determine whether to enable or disable development mode locally. If the variable is not present, it does nothing; if 0, it disables development mode, and if 1, it enables development mode. This can be particularly useful as a composer script:

    "scripts": {
      "development-auto": "laminas-development-mode auto-composer",
      "post-install-cmd": ["@development-auto"],
      "post-update-cmd": ["@development-auto"]
    }

Changed

  • zfcampus/zf-development-mode#29 modifies how the enable subcommand copies development config files into the filesystem. On operating systems that are known to support symlink() predictably, the command will now create symlinks instead of copies. These include most Linux, BSD, and MacOS variants.

Deprecated

  • Nothing.

Removed

Fixed

  • Nothing.

3.1.0 - 2017-01-09

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

3.0.0 - 2016-06-22

Added

Deprecated

  • Nothing.

Removed

Fixed

  • Nothing.

2.1.2 - 2015-12-21

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • zfcampus/zf-development-mode#17 fixes the DevelopmentModeControllerFactory to check for configuration caching settings under the module_listener_options top-level key (instead of the settings root).

2.1.1 - 2015-08-31

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed