All notable changes to laravel-archivable
will be documented in this file
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.4.0...v1.11.0
- Laravel 11.x Compatibility by @laravel-shift in #23
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.3.1...v1.4.0
- Make events observable by @Kaylakaze in #22
- @Kaylakaze made their first contribution in #22
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.3.0...v1.3.1
- [1.x] Added
dropArchivedAt
macro by @joelbutcher in #19 - [1.x] GitHub actions and drop StyleCI by @joelbutcher in #20
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.10.0...v1.3.0
- Fix camel case by @Joel-Jensen #12
- Laravel 10.x Compatibility by @laravel-shift in #14
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.2.0...v1.10.0
- Laravel 9 Support by @joelbutcher in #11
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.3...v1.2.0
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.2...v1.1.3
- Support PHP8 by @joelbutcher
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.1...v1.1.2
- Adds missing macros for withArchived, withoutArchived and onlyArchived by @joelbutcher in #6
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.0...v1.1.1
- Added tests by @grantjanecek in #2
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.0.1...v1.1.0
- Downgraded Illuminate dependencies to v8.0 by @joelbutcher
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.0.0...v1.0.1
- initial release