All notable changes to BrightComponents/Responders will be documented in this file
- initial release
- Add abilty to customize the Responder method name.
- Remove helpers from Responder.
- Clean up Responder stub.
- Add request and payload properties with accessors and setters to Responder.
- Update config options.
- Update README.
- Change command namespace to 'bright' from 'make'.
- Start adding tests.
- Replace command 'name' property with 'signature' property.
- With the new bright-components/adr package, we're renaming the command namespace to "adr" from "bright".
- First beta release. Features locked.
- Bump required PHP version to ^7.1.3
- Remove individual illuminate components.
- Require laravel/framework 5.7.*
- Bump orchestra/testbench version to ~3.7
- Make Responder implement the Responsable interface
- Update for compatibility with Laravel 5.8
- Require bright-components/common for payloads.
- Initial stable release.
- A dependency bump due to logic change in the BrightComponents/Common package could cause bc breaks.
- Bump version to 2.0.
- Update .travis.yml