Releases: RavelloH/RLog
Releases · RavelloH/RLog
v1.4.2
v1.4.1
v1.4.0
- 添加了进度条系统
Full Changelog: v1.3.2...v1.4.0
v1.3.2
v1.3.1
- 增加不定参数输入,现在可以用rlog.log('a','b','c'...)的方式传参,并保持与console.log相同的格式
- 默认时区调整,默认不采用GMT而采用本地时区
- 修复调用log时重复输出时间参数的错误
Full Changelog: v1.2.2...v1.3.1
v1.2.2
- 当指定路径不存在时,自动创建文件夹及文件
- 扩充rlog.log()识别库:fatal
- 使用fs-extra代替fs库
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- 修复退出过程中,日志文件写入时时间未被正确包裹的bug
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- 增加退出回调
- 文档更新
- 测试用例更新
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- 添加类型注释 by @E0SelmY4V 530ef55
- 文档修正 by @E0SelmY4V 530ef55
What's Changed
- Add 类型注释文件 by @E0SelmY4V in #1
New Contributors
- @E0SelmY4V made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0
v1.0.0
A module for optimizing log output in node.js, supporting colored output, embedded timestamp, log streaming writing, type coloring, keyword coloring, and so on.
Full Changelog: https://github.com/RavelloH/RLog/commits/v1.0.0
Contributors: @RavelloH @E0SelmY4V