All notable changes to growl
will be documented in this file.
- Update markdown files and COC.
- Added CONDUCT.md
- Updates for README file.
- Allow running tests through composer script.
- Updated a silly var name in test.
- Add coding standards build to Travis.
- Add config file for Scrutinizer.
- Updated badges in README to use Scrutinizer, etc.
- Fix namespacing in tests.
- Stable 2.0.0 release.
- Rename BuilderAbstract's '$command' property to '$path'.
- Add auto-selecting of builders based on the system and available builders.
- Add __toString() method to Growl class.
- Drop PHP 5.3 support.
- Use short array syntax.
- Added execute() method to the Growl class.
- Stable 1.0.0 release.
- 100% test coverage.
- Use PSR-4 autoloading.
- Remove execute() command execution method from Growl class, and introduce buildCommand() method which returns the command's string.
- Separate OSX Growl and Windows Growl Builders
- Add individual/bulk option setters
- Add optional escaping
- Add optional command aliasing setting
- Rewrote everything. Take an OOP approach to building different commands.
- General fixes.
- Added TravisCI.
- Added tests.
- Added Monolog support.
- Initial proof of concept.