add calendar module, drop Quart-SQLAlchemy

This commit is contained in:
Yusur 2025-07-25 08:24:46 +02:00
parent 589d4b3b13
commit 38ff59c76a
6 changed files with 118 additions and 16 deletions

View file

@ -3,7 +3,8 @@
## 0.5.0
+ `sqlalchemy`: add `unbound_fk()`, `bound_fk()`
+ Add `timed_cache()`, `TimedDict()`
+ Add `timed_cache()`, `TimedDict()`, `age_and_days()`
+ Add date conversion utilities
+ Move obsolete stuff to `obsolete` package (includes configparse 0.3 as of now)
+ Add more exceptions: `NotFoundError()`