Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Nov 2, 2023
1 parent f6d8ba5 commit ae3138b
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,63 @@ All notable changes to `laravel-archivable` will be documented in this file

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

## 1.0.0 - 201X-XX-XX
## 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

0 comments on commit ae3138b

Please sign in to comment.