Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

41 lines (32 loc) · 1.43 KB

Change Log

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.

3.0.1 - 2020-03-25

Added

  • Added Objection as peer dependency

3.0.0 - 2020-03-11

Fixed

  • Fixed delete updating records that were already soft-deleted

2.0.1 - 2018-12-31

Fixed

  • Fixed delete filter on relatedQuery with alias

2.0.0 - 2018-04-02

Fixed

  • Replaced deprecated isFindQuery() with isFind() for Objection 1.0

1.0.1 - 2017-03-24

Fixed

  • Ambiguous column error during joins

1.0.0 - 2017-03-20

Added

  • register function to wire up an Objection.js instance
  • Override delete queries to update delete attribute
  • Omit deleted records from query results
  • Allow override to include deleted records in query results
  • Allow override to force delete of soft-delete models