Releases: telkins/laravel-inquiry
Releases · telkins/laravel-inquiry
v0.8.0 - 2022-06-18
Added
- Laravel 8.0 support
Removed
- Laravel 7.0 support
- PHP 7.4 support
NOTE: This is an experimental release and should not be considered production-ready.
Full Changelog: v0.7.0...v0.8.0
v0.7.0 - 2021-03-19
Added
- Laravel 8.0 support
- PHP 8.0 support
Removed
- Laravel 6.0 support
NOTE: This is an experimental release and should not be considered production-ready.
v0.6.0 - 2020-03-04
Added
- Laravel 7.0 support
NOTE: This is an experimental release and should not be considered production-ready.
v0.5.0 - 2020-02-27
Added
- basic tests for inquiry with explicit details class declaration
Changed
- it's no longer necessary to specify details/inquiry classes
- concrete inquiry class now provides answer via abstract
provideAnswer()
NOTE: This is an experimental release and should not be considered production-ready.
v0.4.0 - 2020-02-26
Added
- basic tests
Changed
- requiring laravel/framework now for
resolve()
NOTE: This is an experimental release and should not be considered production-ready.
v0.3.0 - 2020-02-26
Added
- readme and other docs
NOTE: This is an experimental release and should not be considered production-ready.
v0.2.0 - 2020-02-25
Changed
- changed
Question
toInquiry
NOTE: This is an experimental release and should not be considered production-ready.
v0.1.0 - 2020-02-25
Added
- initial functionality
NOTE: This is an experimental release and should not be considered production-ready.