Skip to content

Latest commit

 

History

History
93 lines (48 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

93 lines (48 loc) · 3.22 KB

Changelog

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

v1.4.0 - 2024-02-28

What's Changed

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

v1.3.1 - 2024-02-09

What's Changed

New Contributors

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

v1.3.0 - 2023-11-02

What's Changed

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

v1.10.0 - 2023-02-24

What's Changed

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

v1.2.0 - 2023-02-24

What's Changed

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 in #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

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 in #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

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

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

v1.0.0 - 2020-10-07

  • initial release