Commit graph

15 commits

Author SHA1 Message Date
dab
9fdc469325 Version 1.1.0 (see README for changelog) 2025-11-22 23:54:22 +00:00
dab
ca1a993b31 Version 1.0.1 - can handle non-default routes via handle_fetch_fallback 2025-10-15 17:32:25 +00:00
dab
7a7fbfa42f Version 1.0.0 (see README.md for details) 2025-08-27 22:15:13 +00:00
dab
7c46e53d08 added version to package.json 2025-08-20 14:58:23 +00:00
dab
f3e3707593 standardized transport API on frontend (added on_error hook, on_message now receives full event) 2025-08-15 18:29:50 +00:00
dab
2047803276 added explicit encode/decode to example, added type=module to package.json 2025-08-15 15:35:27 +00:00
dab
7ccfaa2f90 simplify example 2025-08-15 14:44:58 +00:00
dab
fc9d4673cf updated README.md to include minimal example of usage 2025-08-15 14:42:46 +00:00
dab
59d83d7857 better error handling (now wrapping user-defined functions with try/catch), better frontend logging (debug replaces info) 2025-08-15 14:40:27 +00:00
dab
8f44f6b508 refactor to make transport send/receive more universal (defer to apps to handle) 2025-08-14 15:33:18 +00:00
dab
47507e80ae added send and receive events for websocket transport 2025-08-14 12:08:56 +00:00
dab
605d72f9b0 added PING and PONG handling, config 2025-08-13 21:35:47 +00:00
dab
f049888aa7 websocket sessions now get a UID + graceful close/cleanup, server graceful shutdown 2025-08-13 17:12:05 +00:00
dab
e9d3ab17ca v0 refactor, will rebuild from this baseline 2025-08-13 16:09:13 +00:00
dab
5eb15b509b first commit 🤘 2025-08-12 22:47:53 +00:00