Since v0.8.0 (Jan 16, 2026): 154 commits, 130 non-merge, 150 files changed, ~26K lines added.
Checked the full commit messages (subject + body), not just diffs. The main developer (unclecode) uses a clear signal:
| import http.server | |
| import cgi | |
| import base64 | |
| import json | |
| from urllib.parse import urlparse, parse_qs | |
| class CustomServerHandler(http.server.BaseHTTPRequestHandler): | |
| def do_HEAD(self): |
| <!DOCTYPE html> | |
| <html> | |
| <head></head> | |
| <body> | |
| </body> | |
| </html> |
.
| <!DOCTYPE html><html><head></head><body>Hello world</body></html> |
.
| <p>yeah baby</p> |
.
| body{ | |
| background-color: yellow; | |
| } |
.