Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2alpha1 #19

Merged
merged 1 commit into from
Aug 22, 2024
Merged

1.2alpha1 #19

merged 1 commit into from
Aug 22, 2024

Conversation

2018-11-27
Copy link
Member

  1. Added support for read and write operations for specific file types (ini, csv, json, yaml).
  2. To enhance applicability, indirectly referenced the Content.contains method in the File class.
  3. Adjusted the implementation of multiple indirectly referenced methods in the File class.
  4. Added the Path.__len__ method to quickly get the length of the path string.
  5. Exposed the Content.md5 method for use.
  6. To enhance applicability, added two deprecated methods in the File class: create and creates.

  1. 增加了对特定文件类型(ini, csv, json, yaml)的读写操作支持。
  2. 为了提高适用性,在 File 类中间接引用了 Content.contains 方法。
  3. 调整了 File 类中的多个间接引用方法的实现。
  4. 新增了 Path.__len__ 方法,以便快速获取路径字符串的长度。
  5. 暴露了 Content.md5 方法以供使用。
  6. 为了提高适用性,在 File 类中增加了两个标记为弃用的方法: createcreates

1.Added support for read and write operations for specific file types (ini, csv, json, yaml).
2.To enhance applicability, indirectly referenced the `Content.contains` method in the `File` class.
3.Adjusted the implementation of multiple indirectly referenced methods in the `File` class.
4.Added the `Path.__len__` method to quickly get the length of the path string.
5.Exposed the `Content.md5` method for use.
6.To enhance applicability, added two deprecated methods in the `File` class: `create` and `creates`.

1.增加了对特定文件类型(ini, csv, json, yaml)的读写操作支持。
2.为了提高适用性,在 `File` 类中间接引用了 `Content.contains` 方法。
3.调整了 `File` 类中的多个间接引用方法的实现。
4.新增了 `Path.__len__` 方法,以便快速获取路径字符串的长度。
5.暴露了 `Content.md5` 方法以供使用。
6.为了提高适用性,在 `File` 类中增加了两个标记为弃用的方法: `create` 和 `creates`。
@2018-11-27 2018-11-27 self-assigned this Aug 22, 2024
@2018-11-27 2018-11-27 merged commit edb10bf into gqylpy:master Aug 22, 2024
2018-11-27 added a commit that referenced this pull request Aug 26, 2024
Officially release version. #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant