Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 20:24
0ac36f4

0.19.0 (2026-04-01)

Features

  • activemodel: add debug log for unsupported pydantic rehydration (7a4fbf2)
  • add is_database_empty utility to detect unseeded state (49c0336)
  • after_find and after_initialize (#66) (607c2c1)
  • mixins: export PydanticJSONMixin in package init (894955c)
  • model: implement soft delete logic in SoftDeletionMixin (fac58eb)

Documentation

  • add documentation for coding and command standards (1779152)
  • add guide for alembic integration (362f2c0)
  • include cli modules in documentation API reference (67c9722)
  • update instruction on how to regenerate type stubs (4de339f)
  • update README with detailed feature list (e800e0c)