Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 327 Bytes

File metadata and controls

23 lines (12 loc) · 327 Bytes

0.0.3

bug修复

  • 修正from_content方法的data和comment结尾会换行的问题

0.0.2

修正实现

  • 增加__init__方法参数校验,至少需要一个参数

性能优化

  • 使用__slots__限制内存占用

测试

  • 增加了测试和github action的自动测试配置

0.0.1

项目创建