Releases: BobTheBuidler/ez-a-sync
Releases · BobTheBuidler/ez-a-sync
v0.0.12
chore: refactor
v0.0.11: Bugs (#19)
* fix: make arg optional * fix: unpacking syntax err * feat(test): test semaphore
v0.0.10: fix(conflict): loosen async_lru version spec (#18)
* fix(conflict): loosen async_lru version spec * fix: mypy type hint errs
v0.0.9: Big sloppy commit - some feats, some fixes, some refactorings (#17)
* feat: wrap sync and async bound methods on ASyncABC subclasses, allow modifier overriding * feat: lru cache * feat: env vars to set system wide defaults * feat: improve type hint accuracy * fix: read modifiers from class def * fix: semaphore * fix: missing async_lru dep * fix: default as first arg for property and cached property * chore: rename Modifiers -> ModifierManager and cleanup imports
v0.0.8
fix: missing commit (#16)
v0.0.7
chore: shorten modifier kwarg names
v0.0.6: feat: ASyncGenericSingleton and ASyncABC (#13)
* feat: ASyncGenericSingleton and ASyncABC * fix: hidden method name mangling
v0.0.5
feat: define overridable methods for each property (#10)
v0.0.4
fix: ASyncBase._should_await (#7)
v0.0.3
feat: import async_property and async_cached_property to main module …