# Changelog

All notable changes to `laravel-archivable` will be documented in this file

## v1.4.0 - 2024-02-28

### What's Changed

* Laravel 11.x Compatibility by [@laravel-shift](https://github.com/laravel-shift) in https://github.com/joelbutcher/laravel-archivable/pull/23

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.3.1...v1.4.0

## v1.3.1 - 2024-02-09

### What's Changed

* Make events observable by [@Kaylakaze](https://github.com/Kaylakaze) in https://github.com/joelbutcher/laravel-archivable/pull/22

### New Contributors

* [@Kaylakaze](https://github.com/Kaylakaze) made their first contribution in https://github.com/joelbutcher/laravel-archivable/pull/22

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.3.0...v1.3.1

## v1.3.0 - 2023-11-02

### What's Changed

- [1.x] Added `dropArchivedAt` macro by [@joelbutcher](https://github.com/joelbutcher) in https://github.com/joelbutcher/laravel-archivable/pull/19
- [1.x] GitHub actions and drop StyleCI by [@joelbutcher](https://github.com/joelbutcher) in https://github.com/joelbutcher/laravel-archivable/pull/20

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.10.0...v1.3.0

## v1.10.0 - 2023-02-24

### What's Changed

- Fix camel case by [@Joel-Jensen](https://github.com/Joel-Jensen) https://github.com/joelbutcher/laravel-archivable/pull/12
- Laravel 10.x Compatibility by [@laravel-shift](https://github.com/laravel-shift) in https://github.com/joelbutcher/laravel-archivable/pull/14

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.2.0...v1.10.0

## v1.2.0 - 2023-02-24

### What's Changed

- Laravel 9 Support by [@joelbutcher](https://github.com/joelbutcher) in https://github.com/joelbutcher/laravel-archivable/pull/11

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.3...v1.2.0

## v1.1.3 - 2021-05-26

### What's Changed

- Fixed PHP < 8.x compatibility issue with Countable by [@vovarpd](https://github.com/vovarpd) in https://github.com/joelbutcher/laravel-archivable/pull/9

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.2...v1.1.3

## v1.1.2 - 2021-01-31

### What's Changed

- Support PHP8 by [@joelbutcher](https://github.com/joelbutcher)

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.1...v1.1.2

## v1.1.1 - 2020-12-16

### What's Changed

- Adds missing macros for withArchived, withoutArchived and onlyArchived by [@joelbutcher](https://github.com/joelbutcher) in https://github.com/joelbutcher/laravel-archivable/pull/6

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.0...v1.1.1

## v1.1.0 - 2020-11-11

### What's Changed

- Added tests by [@grantjanecek](https://github.com/grantjanecek) in https://github.com/joelbutcher/laravel-archivable/pull/2

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.0.1...v1.1.0

## v1.0.1 - 2020-10-07

### What's Changed

- Downgraded Illuminate dependencies to v8.0 by [@joelbutcher](https://github.com/joelbutcher)

**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.0.0...v1.0.1

## v1.0.0 - 2020-10-07

- initial release
