Skip to content

Latest commit

 

History

History
43 lines (19 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

43 lines (19 loc) · 1.65 KB

Changelog

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

1.5.1 (2022-03-10)

Bug Fixes

  • 修复 delete require.cache 导致的内存泄漏问题 (750af39)

1.5.0 (2021-11-29)

Features

  • 移除 chalk 依赖,改用自定义的 color 实现 (b6292db)

Bug Fixes

  • ts-node 应为开发模式下依赖 (4f97fea)

1.4.2 (2021-04-26)

Bug Fixes

  • 修正 content-encoding 入参为 decoded 时会打印 error 的问题 (d42f8c2)

1.4.1 (2021-04-26)

Bug Fixes

  • 修复 content-encoding 为空时 save-api 保存数据后发送数据重复的问题(#2) (b6ae169)

1.4.0 (2021-02-08)

Features

  • 增加 http 模式支持自动保存无 content-encoding 压缩的数据 (4c032a7)