v4.0.1 (2024-08-27)
Build
- build(fix): Change docker-compose to docker compose (
e701a9e
)
Documentation
-
docs: updated wording on instance docs (
ca65f4e
) -
docs: add class/instance method documentation (
027344d
)
Fix
-
fix(cache): support for unpassed default args (#39)
-
feat(cache): support caching functions with positional-only arguments
BREAKING CHANGE: requires Python version >= 3.8
- fix(cache): cache params with defaults not passed as args
Co-authored-by: Taylor Hakes <[email protected]> (4432b14
)