Skip to content

Latest commit

 

History

History
45 lines (17 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

45 lines (17 loc) · 1.57 KB

CHANGELOG

0.5.0 (2022-07-28)

Features

  • operators: 添加 repairWith 方法 (a361756)
  • 优先从转换后的数据中获取 id (70ff07c)

0.3.0 (2021-06-14)

Features

  • toTree 的自定义 root 函数新增第二个参数 (103a71a)

0.2.0 (2021-05-19)

Features

  • 添加 each 和 exclude 函数 (0fa8aba)

0.1.1 (2021-05-05)

Features

  • totree: lodash 版本的 idKey 和 parentKey 支持 path (6d7f436)
  • 抽离 toTree 核心逻辑,允许外部定制转换行为 (#2) (385f790)

Performance Improvements

  • totree: 使用 while (i--) 代替 forEach (2777c9c)