Skip to content

Releases: jsmrcaga/executor

v5.5.0 - Fix events triggering for all models

16 Jan 20:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v5.5.0

v5.4.0 - Model-wide events

15 Jan 17:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.0...v5.4.0

v5.3.0 - Update anything in bulk

02 Jan 07:23
Compare
Choose a tag to compare

Breaking

queryset.update() no longer prepends $set automatically, so you can update with any operators. Please add $set where necessary in your codebase.

This is a minor version because the breaking change does not warrant a transition to v6

What's Changed

Full Changelog: v5.2.1...v5.3.0

v5.2.1 - MapField

01 Jan 15:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.2.1

v5.2.0 - SlugField & PrimaryOf / Queryset.count

22 Oct 20:08
Compare
Choose a tag to compare

What's Changed

  • Fields & Queryset: SlugField, Primary Of & queryset.count() by @jsmrcaga in #44

Full Changelog: v5.1.0...v5.2.0

v5.1.0 - Fix Autofill ForeignKeys

11 Oct 16:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0 - Transactions & Instanciations

11 Oct 08:08
Compare
Choose a tag to compare

What's Changed

  • Models: add tests for instanciation using get by @jsmrcaga in #33
  • Transactions: fix docker & enable tests by @jsmrcaga in #36

Full Changelog: v4.1.2...v5.0.0

v4.1.2 - Object shapes

11 Jan 23:30
Compare
Choose a tag to compare

What's Changed

  • Fields: objects can now validate shapes by @jsmrcaga in #34

Full Changelog: v4.1.1...v4.1.2

v4.1.1 - Empty FK ararys

09 Jan 21:08
Compare
Choose a tag to compare

What's Changed

  • Fields: allow empty arrays for ForeignKeys by @jsmrcaga in #32

Full Changelog: v4.1.0...v4.1.1

v4.1.0 - Fillup default values before validation

09 Jan 20:59
Compare
Choose a tag to compare

What's Changed

  • Models: fillup default values before validation by @jsmrcaga in #31

Full Changelog: v4.0.0...v4.1.0