Skip to content

NEPattern 0.6.0

Latest
Compare
Choose a tag to compare
@RF-Tar-Railt RF-Tar-Railt released this 23 Sep 13:01
· 15 commits to master since this release

破坏性改动:

  • 删除 anti 参数
  • 删除 reverse, prefixed, suffixed 方法
  • ValidateResultvalueerror 取消 property 装饰
  • 移除 AllParam

新增

  • 增加 AntiPattern,替代原先 anti 参数功能
  • 增加 DirectTypePattern, CustomMatchPatternForwardRefPattern
  • 增加 MatchMode.VALUE_OPERATE

改进

  • 大幅更新类型提示:

image

  • AnyOne 改名为 ANY
  • type_parser 改名为 parser
  • tarina 升级至 0.4.1
  • INTERGERFLOAT, STRING, BOOLEAN, NUMBER, DATETIME, HEX 改用自定义逻辑以提升速度
  • list, dict, tuple, set 只能用类型在 all_patterns() 里取得对应 BasePattern