Pat Cavit
34bed08cd0
m.route.getPath/setPath -> m.route.get/set ( #1133 )
2016-07-01 12:46:15 -07:00
Leo Horie
e8e0bae726
make setPath always async
2016-07-01 13:03:07 -04:00
Leo Horie
520d15a060
remove non-deterministic test
2016-07-01 00:01:28 -04:00
Leo Horie
9afefe0fd7
don't swallow redraws
2016-06-30 23:46:47 -04:00
impinball
b4fb21475c
Add editorconfig, resolve differences
...
This includes newlines, tabs, among other things.
2016-06-18 03:22:12 -04:00
Leo Horie
7b268c6ee8
expose setPath and getPath
2016-06-03 08:59:52 -04:00
Leo Horie
e7420e72e1
more tests
2016-05-24 23:16:43 -04:00
Leo Horie
6400b616fc
make renderer optional in autoredraw module
2016-05-21 01:14:59 -04:00
Leo Horie
9b602edf4e
create only one renderer
2016-05-21 00:59:33 -04:00
Leo Horie
0005cf26ee
refactor redraw into pubsub and autoredraw
...
- pubsub is a basic pubsub impl
- autoredraw is glue code to register callback to pubsub and onevent
moved e.redraw to autoredraw
2016-05-21 00:37:34 -04:00
Leo Horie
4e65357242
node doesn't like floating point numbers as setTimeout arg
2016-05-20 22:55:21 -04:00
Leo Horie
b1e8f61c87
fix tests after merge conflict
2016-05-20 22:50:52 -04:00
Leo Horie
acd9d5b641
Merge branch 'bundler-fix' into rewrite
...
Conflicts:
api/mount.js
api/router.js
api/tests/test-router.js
index.js
2016-05-20 22:45:51 -04:00
Leo Horie
e5391a1957
bundler variable disambiguation
2016-05-20 22:38:10 -04:00
Pat Cavit
71c77ba603
Add m.redraw() support for multiple mount points
...
To better match `0.2.x` behavior: https://jsfiddle.net/xbpyqL9k/
2016-05-20 15:27:17 -07:00
Pat Cavit
04eaa25ab1
Support for skipping redraws ( #1049 )
...
Mostly useful for event handlers, setting `e.redraw = false` will prevent mithril from re-rendering.
2016-05-20 11:50:41 -07:00
Pat Cavit
2ca8fa6e66
Quiet some ESLint errors ( #1060 )
...
Some via config, a few via code edits
2016-05-19 22:18:31 -07:00
Pat Cavit
79e4c4a104
Remove old testing file ( #1061 )
2016-05-19 22:16:35 -07:00
Leo Horie
977239d207
rename limiter to throttle and refactor
...
- don't inject raf/setTimeout since we can't really mock them w/ a good degree of timing accuracy anyways
fix some unrelated tests
2016-05-19 23:24:04 -04:00
Pat Cavit
da6b697d19
spaces -> tabs
2016-05-19 11:57:41 -07:00
Pat Cavit
9f1afea9e1
Match @lhorie style
...
I don't usually write JS w/o semicolons, so no surprise I got this wrong
at first.
2016-05-19 11:53:41 -07:00
Pat Cavit
36bfc6892b
Fix var shadowing infinite loop bug in browsers
2016-05-19 11:52:14 -07:00
Pat Cavit
749ff74bea
Test both async types when using router
2016-05-19 11:35:45 -07:00
Pat Cavit
37b0ce20c5
Add missing dependencies
2016-05-19 11:08:26 -07:00
Pat Cavit
282cc5afdd
Fix m.route() tests
...
- Wasn't calling route.prefix(), was assigning to it
- Needed to handle pushstate prefix (`""`) specially in assertions
2016-05-19 10:59:41 -07:00
Pat Cavit
41b24b998a
m.route tests should run against all prefixes
...
Also tests `router.link` now. Had to add a `preventDefault` function to
domMock events that doesn't do anything, that may need a more-complete
implementation someday?
2016-05-19 10:59:41 -07:00
Pat Cavit
89dfd6e97d
Remove unused reference
2016-05-19 10:59:41 -07:00
Pat Cavit
ce42adb720
Basic router tests
2016-05-19 10:59:41 -07:00
Pat Cavit
8f7cc0cb11
Stricter
2016-05-19 10:59:41 -07:00
Pat Cavit
fc481ff497
strict all the things
2016-05-19 10:59:41 -07:00
Pat Cavit
0cf509f674
Add forcing support and improve tests
...
Also verify that we're using tabs, whee.
2016-05-19 10:59:41 -07:00
Pat Cavit
960812308c
Move public APIs into their own folder
...
And start writing actual tests for them
2016-05-19 10:59:41 -07:00