Skip to content

Latest commit

 

History

History
56 lines (24 loc) · 2.04 KB

File metadata and controls

56 lines (24 loc) · 2.04 KB

Changelog

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

0.0.6 (2023-08-29)

✨ Features | 新功能

  • 新增三个chalk样式,更改了错误显示,现在不再会直接输出错误信息了。新增了debugger参数用于显示详细的报错信息。 (f5bce1f)

🐛 Bug Fixes | Bug 修复

  • 解决了node因为{assert:json}引发的报错,改为不显示。 (c536381)

👻 Hard to Explain | 杂项

  • 最后一个支持everiary v0.0.x的版本 (44d1f9d)

0.0.5 (2023-08-12)

🐛 Bug Fixes | Bug 修复

  • 修复了使用import + assert产生的报错 (c5686d1)

✨ Features | 新功能

  • 新增随机获取random,删除delete两个子命令 (e4c650a)

0.0.4 (2023-08-10)

✏️ Documentation | 文档

✨ Features | 新功能

  • 完全支持使用new, get子命令 (bfdd5a5)

🚀 Chore | 构建/工程依赖/工具

0.0.3 (2023-08-05)

🎉 Init | 初始化