Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

74 lines (58 loc) · 2.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2022-03-07

Added

  • Added the exclude-bin option to exclude any package that defines a binary (default false).

1.1.1 - 2022-02-11

Fixed

  • Fixed the exclude option.

1.1.0 - 2021-12-09

Added

  • Added support for alpha, beta, and RC releases.

1.0.2 - 2021-09-13

Fixed

  • Throws explicit exception on an invalid path to prevent confusion.

1.0.1 - 2021-08-26

Changed

  • Adhere to PSR-12 coding standards.

1.0.0 - 2021-07-01

Added

  • Initial stable release.

0.2.2 - 2021-07-01

Fixed

  • Use default transport option for path downloader.

0.2.1 - 2021-06-29

Changed

  • Default path is now /usr/local/lib/composer/vendor/ due to OSX-restrictions.

0.2.0 - 2021-06-24

Changed

  • Unzip global installed packages to the system's temp directory for faster installation.

0.1.3 - 2021-06-23

Fixed

  • Better documentation about packages that depend on being installed locally.

0.1.2 - 2021-06-23

Fixed

  • Correctly merge the global and local plugin options.

0.1.1 - 2021-06-22

Fixed

  • Valid JSON examples.

0.1.0 - 2021-06-22

Added

  • Support for a global installer directory.