Skip to content

Latest commit

 

History

History
105 lines (54 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

105 lines (54 loc) · 3.66 KB

Changelog

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

v1.11.0 - 2024-07-11

What's Changed

  • [1.x] Fix down migration from dropping the entire table by @rvzug in #26

New Contributors

  • @rvzug made their first contribution in #26

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

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