add not_lesser_than(), WebColor(), annotations and documentation changes

This commit is contained in:
Yusur 2025-09-23 12:52:11 +02:00
parent 17cab8e257
commit 25697ee958
6 changed files with 71 additions and 11 deletions

View file

@ -4,11 +4,11 @@
+ Add RNG/random selection overloads such as `luck()`, `rng_overload()`
+ Add 7 new throwable exceptions
+ Add color utilities: `chalk` module
+ Add color utilities: `chalk` object and `WebColor()`
+ Add `.terminal` module, to ease TUI development
+ `calendar`: add `parse_time()`
+ Add validator `not_greater_than()`
+ Add `@future()` decorator
+ Add validators `not_greater_than()`, `not_less_than()`
+ Add `@future()` decorator: it signals features not yet intended to be public, for instance, backported as a part of a bug fix.
## 0.6.1