Skip to content

Latest commit

 

History

History
130 lines (63 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

130 lines (63 loc) · 5.25 KB

CHANGELOG

v0.4.1 (2024-01-22)

Chore

  • chore: update pre-commit hooks (0a892e7)

Fix

  • fix: non semantic commit has not triggered release (f6f076f)

Test

  • test: added failing test for bulk method argument naming

See awmath#5 (da7e07b)

Unknown

  • Rename monkeypatch methods objects parameter to objs to match Django (0d1659b)

v0.4.0 (2023-04-29)

Feature

  • feat: signals can be skipped by a keyword argument (894e0ec)

Unknown

  • Merge pull request #4 from awmath/skip-signals

feat: signals can be skipped by a keyword argument (746ed2a)

v0.3.0 (2023-04-28)

Chore

Feature

  • feat: post query update signal now passed the update count (e2424c9)

Unknown

  • Merge pull request #3 from awmath/update-return-count

Update return count (8ac458f)

v0.2.1 (2022-12-07)

Chore

  • chore: cleanup README (983ef3e)

  • chore: add pre-commit integration (3ed454e)

Fix

  • fix: added missing tests module (9d4581c)

  • fix: bulk_update no longer triggers the pre_update signal (809c86a)

v0.2.0 (2022-12-07)

Chore

  • chore: added codespaces support (37eaf6f)

  • chore: add version badges to README [skip ci] (b365715)

Ci

  • ci: updated ci matrix tests to ressemble latest versions (192c5b5)

Feature

  • feat: added pre_*** action signals

The no_action kwargs for the bulk actions have been removed, as they weren't part of the django default api. Also added all nulk action args and kwargs to the signals as well. (ba6eb9a)

v0.1.1 (2021-12-09)

Chore

  • chore: setup deployment on version tag (e6e1a99)

Documentation

  • docs: added app install to README.md (8b1ac60)

Fix

  • fix(ci): wrong branch for semantic release (b9758b1)

  • fix(ci): coverage exports xml for codecov (7841dd7)

Test

  • test: restructured testing (6da7863)

  • test: added codecov token and badge (92b5118)

  • test: fix django test versions (0bd7fd6)

  • test: switch django versions (9c9f665)

Unknown

  • feature(ci): add semantic release versioning (f7e36cd)

  • feature: added workflow badge (4525493)

  • feature:add pre-commit (59e32c2)

  • feature: codefactor badge (29a3169)

  • feature: initial complete setup (7fba3f5)

  • Initial commit (447ee90)