Skip to content

Commit ae3138b

Browse files
committed
Update CHANGELOG.md
1 parent f6d8ba5 commit ae3138b

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,63 @@ All notable changes to `laravel-archivable` will be documented in this file
1111

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

14-
## 1.0.0 - 201X-XX-XX
14+
## v1.10.0 - 2023-02-24
15+
16+
### What's Changed
17+
18+
- Fix camel case by [@Joel-Jensen](https://github.com/Joel-Jensen) https://github.com/joelbutcher/laravel-archivable/pull/12
19+
- Laravel 10.x Compatibility by [@laravel-shift](https://github.com/laravel-shift) in https://github.com/joelbutcher/laravel-archivable/pull/14
20+
21+
**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.2.0...v1.10.0
22+
23+
## v1.2.0 - 2023-02-24
24+
25+
### What's Changed
26+
27+
- Laravel 9 Support by [@joelbutcher](https://github.com/joelbutcher) in https://github.com/joelbutcher/laravel-archivable/pull/11
28+
29+
**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.3...v1.2.0
30+
31+
## v1.1.3 - 2021-05-26
32+
33+
### What's Changed
34+
35+
- Fixed PHP < 8.x compatibility issue with Countable by [@vovarpd](https://github.com/vovarpd) in https://github.com/joelbutcher/laravel-archivable/pull/9
36+
37+
**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.2...v1.1.3
38+
39+
## v1.1.2 - 2021-01-31
40+
41+
### What's Changed
42+
43+
- Support PHP8 by [@joelbutcher](https://github.com/joelbutcher)
44+
45+
**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.1...v1.1.2
46+
47+
## v1.1.1 - 2020-12-16
48+
49+
### What's Changed
50+
51+
- Adds missing macros for withArchived, withoutArchived and onlyArchived by [@joelbutcher](https://github.com/joelbutcher) in https://github.com/joelbutcher/laravel-archivable/pull/6
52+
53+
**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.1.0...v1.1.1
54+
55+
## v1.1.0 - 2020-11-11
56+
57+
### What's Changed
58+
59+
- Added tests by [@grantjanecek](https://github.com/grantjanecek) in https://github.com/joelbutcher/laravel-archivable/pull/2
60+
61+
**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.0.1...v1.1.0
62+
63+
## v1.0.1 - 2020-10-07
64+
65+
### What's Changed
66+
67+
- Downgraded Illuminate dependencies to v8.0 by [@joelbutcher](https://github.com/joelbutcher)
68+
69+
**Full Changelog**: https://github.com/joelbutcher/laravel-archivable/compare/v1.0.0...v1.0.1
70+
71+
## v1.0.0 - 2020-10-07
1572

1673
- initial release

0 commit comments

Comments
 (0)