Skip to content

Latest commit

 

History

History
124 lines (71 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

124 lines (71 loc) · 5.13 KB

Changelog

All notable changes to laravel-deleted-models will be documented in this file.

1.1.0 - 2025-01-09

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #33
  • Update KeepsDeletedModels trait by @santos-sabanari in #34

New Contributors

  • @santos-sabanari made their first contribution in #34

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/1.0.5...1.1.0

1.0.5 - 2024-05-03

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #15
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #19
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #20
  • Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #21
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #23
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #25
  • Bump actions/checkout from 3 to 4 by @dependabot in #24
  • Bump aglipanci/laravel-pint-action from 1.0.0 to 2.3.0 by @dependabot in #22
  • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #27
  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #29
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #30
  • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #31
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #32
  • Laravel 11.x Compatibility by @laravel-shift in #28

New Contributors

  • @dependabot made their first contribution in #15
  • @laravel-shift made their first contribution in #28

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/1.0.4...1.0.5

1.0.4 - 2023-01-26

What's Changed

  • Minor changes by @stfndamjanovic in #14

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/1.0.3...1.0.4

1.0.3 - 2023-01-19

What's Changed

  • Move pest test time package to require dev dependencies by @stfndamjanovic in #13

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/1.0.2...1.0.3

1.0.2 - 2023-01-18

What's Changed

  • Update create_deleted_models_table.php by @manadinho in #12

New Contributors

  • @manadinho made their first contribution in #12

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/1.0.1...1.0.2

1.0.1 - 2023-01-16

What's Changed

  • Remove old records fix by @stfndamjanovic in #9

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/1.0.0...1.0.1

1.0.0 - 2023-01-16

  • initial release

0.0.5 - 2023-01-16

What's Changed

  • Review by @riasvdv in #8

New Contributors

  • @riasvdv made their first contribution in #8

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/0.0.4...0.0.5

0.0.4 - 2023-01-15

What's Changed

  • Remove relationships from deleted object by @stfndamjanovic in #5
  • Custom deleted model class by @stfndamjanovic in #6
  • Revert guarded fields to original table as well by @stfndamjanovic in #7

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/0.0.3...0.0.4

0.0.3 - 2023-01-14

What's Changed

  • Keep hidden attributes by @stfndamjanovic in #4

New Contributors

  • @stfndamjanovic made their first contribution in #4

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/0.0.2...0.0.3

0.0.2 - 2023-01-14

Full Changelog: https://github.com/spatie/laravel-deleted-models/compare/0.0.1...0.0.2

0.0.1 - 2023-01-13

  • experimental release