diff --git a/TODO.md b/TODO.md index c20bff8..a6bcd1b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,12 @@ ## 0.3.0 +Changes: +* handling disconnects (callback ondisconnect on server side?) +* handling event handler crashes without disconnect +* event handler continue to work after disconnect (is it a really good idea?) +* Drab.Server to receive messages from the outside world (and broadcast them to the clients) + +## 0.4.0 +Changes: ## Future Changes: @@ -8,6 +16,6 @@ Changes: * timeout for event handlers * timeout for Drab.Query and Drab.Modal function * specify on which pages drab broadcasts, with wildcard -* dependencies for modules (for ex. Modal depends on Query and Core) +* dependencies for modules (for ex. Modal depends on Query) * keep Store in a permament location (cookie or browser store) on demand * before_handler callback (to run before each handler), if return anything else than Socket, do not proceed