- [PR#23] Added return code to DrupalParanoiaCommand.
- [PR#22] Added support for Composer 2.
- [PR#17] Added *.map file extension to assets list.
- Created first stable release.
- [PR#13] Added new config 'excludes' to be able to exclude paths to be symlinked or stubbed in web folder.
- Performance enhancement: Added sites public files path to exclude list when searching for asset files.
- [PR#12] Namespaced composer config. See: #12.
- [#9] Added support for multisite.
- [#9] Removed config
drupal-web-dir-public-files
. - [11] Implemented event 'drupal-paranoia-post-command-run'.
- [#7] Added missing robots.txt file to the asset file types.
- Added optional event and extra config to extend the list of assets file types.
- Fixed code-style.
- [#2] Exposed the plugin as custom command - drupal:paranoia.
- Implemented initial Travis tests.
- Initial release.