Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 08:32
· 203 commits to main since this release

0.13.0 (2022-08-02)

Bug Fixes

  • IsEach: each 方法传入 V 对象报错 (0b8eb58)

Code Refactoring

  • Cls: 移动 Strwei 中 (fedea6a)

Features

  • Cls: 增加 cls 服务,用于处理类相关功能 (5c8389e)
  • Model: 移动模型基类到 wei 中 (5c532ca)
  • QueryBuilder: 移动 QueryBuilderwei 中 (d7a3826)
  • Ret, experimental: 增加 RetException (52b4de3)
  • Str: 移动 Strwei 中 (6897b4d)
  • V, experimental: 增加 self 方法,用于校验整个数据,而非数据中的某一项 (1bed1f4)
  • Validator, experimental: 移除 BASIC_TYPE 常量 (c015f0a)
  • V: 增加 assert 方法,校验成功返回校验过的数据,失败抛出异常 (1037684)
  • V: 支持通过任意校验器初始化键名校验,重写 V 服务 (b6e2236)

BREAKING CHANGES

  • Cls: 移动 Strwei
  • V: V 服务不再支持串联校验,以便支持通过任意校验器初始化键名校验