Commit graph

157 commits

Author SHA1 Message Date
4aefac0e99 0.14.0a1 add ast module + email_column() 2026-06-26 12:28:58 +02:00
82d4fc2ab2 0.13.1 typing fixes 2026-06-20 17:26:07 +02:00
73a9f68590 0.13.0 "Laconic Letters" 2026-06-03 15:50:49 +02:00
3c85e7427d 0.13.0a7 make the subparsers in LetterSubparsers() required 2026-06-02 20:54:20 +02:00
f222ae8359 0.13.0a6 fix in LetterSubparsers.add_verbose() 2026-06-01 11:48:01 +02:00
a3a58ac782 0.13.0a5 add LetterSubparsers.add_verbose() 2026-06-01 11:34:47 +02:00
4f1c1226c3 0.13.0a4 add do_not_flood(), dependency fixes 2026-05-31 18:57:29 +02:00
a9e790eb94 0.13.0a3 add ColorFormatter() 2026-05-31 11:56:32 +02:00
3988a620a8 0.13.0a2 add functools.cooldown() 2026-05-31 09:43:51 +02:00
11baf91dfd 0.13.0a1 add .argparse, fix .sqlalchemy imports 2026-05-31 01:44:45 +02:00
d0701599fe 0.12.6 add unittest to dei_args() 2026-05-27 12:46:13 +02:00
e5a8c6bd61 0.12.5 setuptools no more a dependency 2026-04-24 09:51:44 +02:00
8b60c8d94a 0.12.4 fix wrong imports in .sqlalchemy.quart 2026-03-11 13:27:37 +01:00
6b3e4d5403 0.12.3 replace resource_filename() with importlib.resources API 2026-03-11 13:10:54 +01:00
634d251395 0.12.2 fix imports (again) 2026-01-29 19:15:48 +01:00
919bdcbe06 0.12.1 fix imports in sqlalchemy module 2026-01-29 18:59:55 +01:00
36f7927597 0.12.0 "The Color Update" 2026-01-09 11:32:29 +01:00
edd52ffeed 0.12.0a10 fixed rgb -> oklch color converter 2026-01-09 10:56:46 +01:00
fb245f7d12 0.12.0a9 new sqlalchemy.quart submodule 2026-01-01 11:41:06 +01:00
09ac75f07e 0.12.0a8 fixed oklch -> rgb, it's linear_rgb, not sRGB 2025-12-31 19:27:34 +01:00
b27e18a3a0 0.12.0a7 partly fixed OKLab->OKLCH conversion, added usability warnings 2025-12-31 10:32:02 +01:00
769d37f83a 0.12.0a6 add user_loader() 2025-12-31 09:40:42 +01:00
b1d0c62b44 0.12.0a5 add OKLab and oklch 2025-12-25 11:01:10 +01:00
ef645bd4da 0.12.0a4 add XYZ color 2025-12-20 07:50:43 +01:00
e6ee355f2e 0.12.0a3 add rgb <-> srgb 2025-12-18 16:57:36 +01:00
75adb9fbff 0.12.0a2 remove deprecated configparse from 0.3.0 and AuthSrc derivatives 2025-12-12 11:34:37 +01:00
d123b9c196 0.12.0a1 add Matrix() 2025-12-12 11:03:10 +01:00
eca16d781f 0.11.2 add tests for not_*_than() 2025-12-05 17:45:15 +01:00
3af9d6c9fb 0.11.1 make yesno() accept boolean types 2025-12-01 10:23:59 +01:00
0460062867 0.11.0 wrap SQLAlchemy() sessions by default, add Lawyer(), SpitText(), cb32lencode(), more Snowflake.from_*(), docstring changes 2025-11-28 10:21:26 +01:00
855299c6d5 0.10.2 fix types on cb32decode() 2025-11-27 19:50:33 +01:00
7e6a46c654 0.10.1 fix missing imports 2025-11-23 21:52:01 +01:00
5c9a6f2c7e 0.10.0 add peewee.SnowflakeField() 2025-11-23 19:13:14 +01:00
def2634f21 0.9.0 add yesno() + make Waiter usable + document validators 2025-11-16 10:34:49 +01:00
f1f9a95189 CD/CI gitignore fix pt.2 2025-11-10 17:30:48 +01:00
8e3da63216 CD/CI gitignore fix 2025-11-10 17:29:35 +01:00
305f193f93 0.8.2 fix chalk behavior 2025-11-10 17:18:13 +01:00
9471fc338f 0.8.1 missing type guard in *bound_fk() 2025-11-05 18:08:49 +01:00
4a31fbc14f 0.8.0 improve (experimental) Waiter + add sqlalchemy.username_column() 2025-11-05 10:47:08 +01:00
0ca2fde687 0.7.7 forgot what the actual fix was 2025-11-01 22:43:07 +01:00
96a65c38e3 0.7.6 fix @glue() stray usage 2025-11-01 10:05:22 +01:00
556019e0bd 0.7.5 update sqlalchemy module to require flask_sqlalchemy 2025-11-01 09:29:20 +01:00
c27630c3d6 0.7.4 add test and docs to .iding 2025-10-29 09:28:59 +01:00
10e6c202f0 0.7.3 fix imports (?) in .sqlalchemy, add experimental .glue, docs for .sqlalchemy 2025-10-18 14:48:32 +02:00
7e80c84de6 0.7.2 add version= to @future(), support Py3.14, mark .waiter as future 2025-10-11 18:39:06 +02:00
be4404c520 0.7.1 2025-10-11 11:09:37 +02:00
ef8ce327cd prepare for release 2025-10-11 11:07:50 +02:00
72b759504b improve auto doc 2025-10-11 11:00:50 +02:00
2719f71b06 update readthedocs.yaml 2025-10-11 10:40:58 +02:00
6c00217095 update requirements for Sphinx 2025-10-11 10:35:40 +02:00