Skip to content

Releases: leoweyr/Python-Easierfile

3.0.0

07 May 05:52
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: property<state> of class<File> is renamed from property<status>

2.3.0

06 May 08:30
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • fix: empty file content when enable file lock

2.1.0

01 May 13:39
Compare
Choose a tag to compare

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
Choose a tag to compare

Added

  • feat: add param to class<File> constructor that support setting whether to automatically create the file if it does not exist and enable file lock

  • feat: add method<create> to class<File>

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
Choose a tag to compare

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
Choose a tag to compare

First release on PyPI!