Skip to content

Releases: matfax/mutapath

Version 0.15.0

27 Oct 18:07
0c498be
Compare
Choose a tag to compare

Implemented Enhancements

  • adding Python 3.8 serialization support #21 ( matfax )

Other

Version 0.14.0

26 Oct 18:20
82653d7
Compare
Choose a tag to compare

Implemented Enhancements

  • feat: adding cached text and bytes properties #19 ( matfax )

Version 0.13.1

26 Oct 16:34
6f2ec13
Compare
Choose a tag to compare

Fixed Bugs

  • fix: byte streams were destroyed by wrapper #18 ( matfax )

Other

Version 0.13.0

24 Oct 20:55
88196a5
Compare
Choose a tag to compare

Fixed Bugs

  • feat: allow defaults to be configured by package singleton dataclass #16 ( matfax )

Version 0.12.0

24 Oct 17:26
00c3437
Compare
Choose a tag to compare

Implemented Enhancements

  • feat: adding option for string representation #15 ( matfax )
  • feat: support serialization using mashumaro #14 ( matfax )

Version 0.11.2

20 Oct 17:13
Compare
Choose a tag to compare

Other

  • fix(hashing): clarify hashing usage with mutable objects #13 ( matfax )

0.11.1

20 Oct 15:48
Compare
Choose a tag to compare
docs(sphinx): fix invalid condition in sphinx extension

Version 0.11.0

20 Oct 14:28
5f18c45
Compare
Choose a tag to compare

Implemented Enhancements

  • feat: Integrate Pathlib Attributes #11 ( matfax )

Adding Posix Format Option

19 Oct 19:09
fd388cc
Compare
Choose a tag to compare
0.10.0

docs(readme): update dependency badge

0.9.0

17 Oct 23:59
Compare
Choose a tag to compare

Catching most nested methods in the class decorator of Path now instead of using the overriden __getattr__.