All notable changes to laravel-archivable
will be documented in this file
- [1.x] Added
dropArchivedAt
macro by @joelbutcher in joelbutcher#19 - [1.x] GitHub actions and drop StyleCI by @joelbutcher in joelbutcher#20
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.10.0...v1.3.0
- Fix camel case by @Joel-Jensen joelbutcher#12
- Laravel 10.x Compatibility by @laravel-shift in joelbutcher#14
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.2.0...v1.10.0
- Laravel 9 Support by @joelbutcher in joelbutcher#11
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.3...v1.2.0
- Fixed PHP < 8.x compatibility issue with Countable by @vovarpd in joelbutcher#9
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 joelbutcher#6
Full Changelog: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.0...v1.1.1
- Added tests by @grantjanecek in joelbutcher#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