Skip to content

Latest commit

 

History

History
103 lines (53 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

103 lines (53 loc) · 1.16 KB

v1.0.9 (2022-12-08)

Fix

  • 1.优化逻辑

v1.0.8 (2022-12-08)

Fix

  • 1.深层数据简单展示

v1.0.7 (2022-12-05)

Fix

  • 1.调整代码逻辑; 2.深层数据简单展示

v1.0.6 (2022-12-02)

Fix

  • 1.不是model自有字段不比较

v1.0.5 (2022-12-01)

Fix

  • 1.适配PrimaryKeyRelatedField字段变更校验
  • 1.支持敏感字段脱敏

v1.0.4 (2022-11-25)

Fix

  • 1.添加删除明细的日志

v1.0.3 (2022-11-25)

Fix

  • 1.格式化时间格式;2.日志不记录创建、更新时间

v1.0.2 (2022-11-24)

Fix

  • fix bug

Refactor

  • 增加mkdocs相关包
  • 添加保存日志到DB的开关

v1.0.1 (2022-11-18)

Fix

  • fix bug

v1.0.0 (2022-11-17)

BREAKING CHANGE

  • 调整log:change_message结构

Refactor

  • 调整log结构

v0.6.0 (2022-10-24)

Feat

  • add support for searching by and

v0.5.3 (2022-10-24)

Fix

  • extract action name from serializer

v0.5.2 (2022-10-24)

Refactor

  • support filter operation

v0.5.1 (2022-10-24)

Fix

  • make compatible with Django 4.0

v0.5.0 (2022-10-24)

Feat

  • add pre save signal

Fix

  • add migration files