mithril-vndb/tests
Sebastian 001263080e Add query string support to m.route
m.route now parses query string in given path into m.route.param

	* Params gathered the old way (e.g. /test/:id) overwrite params from the query string
	* /?valid => m.route.param('valid') === true
	* /?blank= => in m.route.param('blank') === ''
	* Supports nested values: ?test[a][b]=1&test[a][b]=2 => m.route.param('a') == {b: "1", c: "2"}

The nested values where only added to behave similar to the encoding function querystring in mithril. Maybe this is not necessary? Code could be shorter.
2014-05-22 15:55:31 +02:00
..
index.html initial release 2014-03-16 22:07:53 -04:00
input-cursor.html fix datalist and link redraw 2014-05-06 22:26:30 -04:00
mithril-tests.js Add query string support to m.route 2014-05-22 15:55:31 +02:00
mock.js fix diff of css rule removal 2014-05-09 22:21:43 -04:00
svg.html add docs for SVG, and better tests 2014-04-10 21:36:09 -04:00
test.js push for travis 2014-03-25 21:48:23 -04:00