Skip to content

Releases: BobTheBuidler/ez-a-sync

v0.0.12

02 Mar 03:51
Compare
Choose a tag to compare
chore: refactor

v0.0.11: Bugs (#19)

01 Mar 11:45
a498dac
Compare
Choose a tag to compare
* fix: make arg optional

* fix: unpacking syntax err

* feat(test): test semaphore

v0.0.10: fix(conflict): loosen async_lru version spec (#18)

01 Mar 10:04
d450bf7
Compare
Choose a tag to compare
* 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)

01 Mar 07:43
3b1c82e
Compare
Choose a tag to compare
* 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

28 Feb 14:20
9d81bbf
Compare
Choose a tag to compare
fix: missing commit (#16)

v0.0.7

28 Feb 14:11
Compare
Choose a tag to compare
chore: shorten modifier kwarg names

v0.0.6: feat: ASyncGenericSingleton and ASyncABC (#13)

27 Feb 01:47
5f10329
Compare
Choose a tag to compare
* feat: ASyncGenericSingleton and ASyncABC

* fix: hidden method name mangling

v0.0.5

26 Feb 08:28
7a1004c
Compare
Choose a tag to compare
feat: define overridable methods for each property (#10)

v0.0.4

26 Feb 03:55
50196fe
Compare
Choose a tag to compare
fix: ASyncBase._should_await (#7)

v0.0.3

25 Feb 22:41
eb8c6b2
Compare
Choose a tag to compare
feat: import async_property and async_cached_property to main module …