- Revisited the supported Python versions up to 3.10 (#13)
- Supported prefix and suffix in
TmpDirIfNecessary
(#12)
- Wrapped
tempfile.gettempdir
(#7)
- Added support for Python 3.6, 3.7 and 3.8
- Made
path
a getter so that the return type is non-None
- Added py.typed to the distribution so that the library can be used with mypy
- Moved from bitbucket to github
- Moved the temppathlib.py to temppathlib/__init__.py to facilitate usage with site packages and mypy
- Fixed NamedTemporaryFile to accept None as
dir
argument.
- Initial version