Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grych/drab
Browse files Browse the repository at this point in the history
  • Loading branch information
grych committed Jan 31, 2017
2 parents 90c9ed0 + d23203d commit 27efd56
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit 27efd56

Please sign in to comment.