History¶
v0.6.0¶
#12: When adding implicit dirs, ensure that ancestral directories are added and that duplicates are excluded.
The library now relies on more_itertools.
v0.5.1¶
Declared package as backport.
v0.5.0¶
Add .joinpath()
method and .parent
property.
Now a backport release of the zipfile.Path
class.
v0.3.0¶
Add support for constructing a zipp.Path
from any path-like
object.
zipp.Path
is now a new-style class on Python 2.7.
v0.2.1¶
Fix issue with __str__
.
v0.2.0¶
Drop reliance on future-fstrings.
v0.1.0¶
Initial release with basic functionality.