Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

69 lines (37 loc) · 3.64 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.10 (2024-08-21)

0.0.9 (2024-06-05)

Features

  • ✨ 添加download下载文件的操作符 (a2a0986)

0.0.8 (2023-11-01)

Features

  • ✨ 为pickData添加参数 (74d55f5), closes #1

0.0.7 (2023-03-07)

0.0.6 (2023-02-24)

0.0.5 (2023-02-24)

Features

  • ✨️ 添加sumBy操作符和测试用例 (b6d002a)

0.0.4 (2022-08-24)

Features

  • ✨️ 添加sum操作符 (b50e3ad)

0.0.3 (2022-08-10)

Features

  • ✨ 扩展toOption操作符,使之可以支持字符串参数和对象参数 (8c016ba)

0.0.2 (2022-08-08)

Features

  • ✨ 添加commonjs打包 (091f9ef)

0.0.1 (2022-08-08)

Features

  • ✨ 添加版本自动控制 (12c6c9c)
  • ✨ 添加打包配置 (2faa86e)
  • ✨ 添加github的action (34e0675)
  • ✨ 添加operator在项目中的导出 (00f7cb0)
  • ✨ 添加pickData操作符 (f2c9e52)
  • ✨ 添加rollup打包 (620135b)
  • ✨ 添加toDesc操作符 (e95fa28)
  • ✨ 添加toOption操作符 (ae80b67)
  • ✨ 添加toPage操作符 (3229a02)
  • ✨ 添加toVirtualPage操作符 (d7c59cc)
  • ✨ 修改打包命令 (05e433b)
  • 🎉 初始化项目 (f62c152)