mithril-vndb/pathname
Isiah Meadows b98ab29efd
Make errors and their messages more accurate and helpful (#2536)
Also, I normalized them to all be sentences for consistency, and I moved
the reentrancy check from `m.mount` to `m.render` to be a little more
helpful. The router change during mounting is inconsequential and only
to avoid the new modified error, and the change to the update loop is to
send the original error if an error occurred while initializing the
default route. (This is all around more useful anyways.)

And while I was at it, I fixed an obscure bug with sync redraws.
2019-09-30 16:08:04 -04:00
..
tests Fix #2443 (#2451) 2019-07-03 14:41:48 -04:00
assign.js support falsy arguments in Object.assign polyfill (#2433) 2019-06-15 22:48:24 -04:00
build.js Make errors and their messages more accurate and helpful (#2536) 2019-09-30 16:08:04 -04:00
compileTemplate.js Streamline route/request path handling and split params + body in requests (#2361) 2019-05-29 09:28:40 -04:00
parse.js Clarify pathname docs, follow spec with fragments (#2448) 2019-07-03 06:22:25 -04:00