All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Remove
ScriptSymlinker
class
0.3.1 - 2021-05-07
- Rename UPGRADE file
0.3.0 - 2021-05-07
- Add
Plugin
class and register package as a composer plugin - Add
Symlinker
class
- Deprecate
ScriptSymlinker
class
- Remove support for Composer 1
0.2.5 - 2021-05-06
- Require
composer-plugin-api
instead ofcomposer/composer
0.2.4 - 2021-05-05
- Support for Composer 2
0.2.3 - 2021-05-05
- Remove old symlinks before recreating
0.2.2 - 2021-04-30
- Support NTFS junction
0.2.1 - 2017-11-27
- Optimized symlink to package matching
- Update php-cs-fixer configuration
0.2.0 - 2016-05-27
- Add CHANGELOG.md file
- Migration to PSR-4
- Improved CS
- Improved composer.json
- Leverage composer filesystem utility class
- Improve README