Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.34 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.2.0 - 2020-02-11

Added

  • support for custom name of deleted column

v0.1.3 - 2019-09-18

Fixed

  • append deleted_at to Model.dates

v0.1.2 - 2018-08-10

Fixed

  • Patch QueryBuilder when requested (via Model.query() method)

v0.1.1 - 2018-08-08

Fixed

  • delete() ran from context of QueryBuilder will mark matching records as soft-deleted

v0.1.0 - 2018-07-26

Added

  • soft_deletes global scope
  • delete() method
  • restore() method
  • withTrashed() scope
  • onlyTrashed() scope
  • isTrashed getter
  • wasTrashed getter