Skip to content

fix several bugs; update examples

Pre-release
Pre-release
Compare
Choose a tag to compare
@Danceiny Danceiny released this 28 Mar 16:03
· 24 commits to master since this release
4d90660
  • 修复了JSON解析器的bug
  • PEField新增以下特性:
    - mapper 用于支持将枚举类型的抓取字段映射为想要的值
    - join 用于支持将列表类型的抓取字段连接成字符串
  • 修复了其他若干bug
  • review并精简了示例项目的代码,优化了相关文档