Releases: leoweyr/Python-Easierfile
Releases · leoweyr/Python-Easierfile
3.0.0
07 May 05:52
Compare
Sorry, something went wrong.
No results found
Changed
BREAKING CHANGE: property<state> of class<File> is renamed from property<status>
2.3.0
06 May 08:30
Compare
Sorry, something went wrong.
No results found
New feature
support automatically adapting to set the encoding format according to the IO stream when performing IO operations on file
Added
feat: add encoding data to property<info> of class<File>
2.2.0
05 May 14:43
Compare
Sorry, something went wrong.
No results found
Fixed
fix: empty file content when enable file lock
2.1.0
01 May 13:39
Compare
Sorry, something went wrong.
No results found
Added
feat: add property<status> to class<File>
Fixed
fix: attribute:private<__m_is_lock> of class<File> is bool<True> when the file lock is off
2.0.0
22 Apr 05:21
Compare
Sorry, something went wrong.
No results found
Added
Changed
BREAKING CHANGE: get file attribute information from property:dict<info> instead of property<full_name> & property<name> & property<ext>
1.1.0
19 Apr 12:12
Compare
Sorry, something went wrong.
No results found
Warning
Not compatible with v1.0.0 and below!
Added
feat: add property<full_name> & property<name> & property<ext> to class<File>
Changed
BREAKING CHANGE: to comply with PEP8, v1.0.0 method<Rewrite> & method<Append> & method<Delete> of class<File> were renamed
1.0.0
11 Apr 05:11
Compare
Sorry, something went wrong.
No results found