Skip to content

Latest commit

 

History

History
102 lines (54 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

102 lines (54 loc) · 3.94 KB

Changelog

v0.5.1 (2024-10-28)

Fix

  • Use table[field] instead of just field (6d8d247)

v0.5.0 (2024-10-28)

Feature

  • Add 'show' as the inverse of 'hide' (8c727d8)

v0.4.3 (2024-10-28)

Fix

  • Pop_fields should be optional (8cdb087)

v0.4.2 (2024-10-16)

Fix

  • Explicit db.commit's after insert (4fb41b1)

v0.4.1 (2024-10-15)

Fix

  • keyfieldname is not always passed in the form on new! (95cfd27)

v0.4.0 (2024-10-15)

Feature

  • grid: Allow specifying pop_fields to remove certain values when copying a row (e.g. sync_gid) (bf87024)

v0.3.1 (2024-08-26)

Fix

  • Import BUTTON from yatl (bfd4671)

v0.3.0 (2024-08-26)

Feature

  • Add 'restore' option to archive (7ed3e7b)

v0.2.4 (2024-08-26)

Fix

  • Effstatus was set to None after update (0273ac2)

v0.2.3 (2024-08-26)

Fix

  • Confirm with user before deleting something (f75c03c)

v0.2.2 (2024-08-26)

Fix

  • Don't hardcode on 'organisations' table (e2f468d)
  • Don't crash when 'deletable' argument is passed, just hide the delete button in that case (ab22727)

v0.2.1 (2024-08-23)

Fix

  • archive: Set([...]) is anders dan {[...]} (d0f9396)

v0.2.0 (2024-07-15)

Feature

  • By default, use custom searchable which deals with uuid fields in the db (38bbbba)

v0.1.2 (2024-03-12)

Fix

  • If the form has errors, don't save it. + added typing hints (197371a)

v0.1.1 (2023-11-08)

Fix

  • Dependency toegevoegd (web2py-gluon) (2f83eae)
  • Version_variable name was incorrect (2e2770c)

v0.1.0 (2023-11-06)

Fix

  • Semantic_release support for automatic changelog building. (6c418d4)

Documentation

  • Updated repository links (b9ef24d)