1.2alpha1
- Added support for read and write operations for specific file types (ini, csv, json, yaml).
- To enhance applicability, indirectly referenced the
Content.contains
method in theFile
class. - Adjusted the implementation of multiple indirectly referenced methods in the
File
class. - Added the
Path.__len__
method to quickly get the length of the path string. - Exposed the
Content.md5
method for use. - To enhance applicability, added two deprecated methods in the
File
class:create
andcreates
.
- 增加了对特定文件类型(ini, csv, json, yaml)的读写操作支持。
- 为了提高适用性,在
File
类中间接引用了Content.contains
方法。 - 调整了
File
类中的多个间接引用方法的实现。 - 新增了
Path.__len__
方法,以便快速获取路径字符串的长度。 - 暴露了
Content.md5
方法以供使用。 - 为了提高适用性,在
File
类中增加了两个标记为弃用的方法:create
和creates
。
What's Changed
- 1.2alpha1 by @2018-11-27 in #19
Full Changelog: 1.1.5...1.2alpha1