All Versions
49
Latest Version
Avg Release Cycle
63 days
Latest Release
-

Changelog History
Page 1

  • v16.5.0 Changes

    • Refreshed packaging.
    • 0๏ธโƒฃ #197: Fixed default argument rendering in docs.
    • ๐Ÿ”จ #209: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter.
  • v16.4.0 Changes

    • #207: Added type hints and declare the library as typed.
  • v16.3.0 Changes

    • Require Python 3.7 or later.
    • #205: test_listdir_other_encoding now automatically skips itself on file systems where it's not appropriate.
  • v16.2.0 Changes

    • ๐Ÿ—„ Deprecated passing bytes to write_text. Instead, users should call write_bytes.
  • v16.1.0 Changes

    • ๐Ÿ“ฆ #204: Improved test coverage across the package to 99%, fixing bugs in uncovered code along the way.
  • v16.0.0 Changes

    • #200: TempDir context now cleans up unconditionally, even if an exception occurs.
  • v15.1.2 Changes

    • ๐Ÿ›  #199: Fixed broken link in README.
  • v15.1.1 Changes

    • ๐Ÿ“‡ Refreshed package metadata.
  • v15.1.0 Changes

    • โž• Added ExtantPath and ExtantFile objects that raise errors when they reference a non-existent path or file.
  • v15.0.1 Changes

    December 08, 2020
    • ๐Ÿ“‡ Refreshed package metadata.