0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 14 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'fix/regexmatch' More... about 13 years ago
Rename view to be consistent amongs unit tests. More... about 13 years ago
Use camelcase for variable names. More... about 13 years ago
Move initialization code to `setUp()` for routeMatchTest. More... about 13 years ago
Move route match unit test to tests.js module. More... about 13 years ago
Fixing an issue with the regular expressions- getting incorrect results when same regex is called twice More... about 13 years ago
Add docstrings to Dispatcher class properties. More... over 13 years ago
Fix whitespaces according to Dojo Style Guide. More... over 13 years ago
Fix whitespaces according to Dojo Style Guide. More... over 13 years ago
Fix function argument docstrings. More... over 13 years ago
Add API method destroy() to stop dispatcher. More... over 13 years ago
Use mixin to set public properties on Dispatcher instance. More... over 13 years ago
Add value of current route path to Request object. More... over 13 years ago
Add API to set default handler for unknown routes. More... over 13 years ago
Use crawlable URL pattern. More... over 13 years ago
Add credits. More... over 13 years ago
Put dispatcher instance in request argument. More... over 13 years ago
Use term "request" instead of "context" for request parameters. More... over 13 years ago
Add minor code comment to dispatch(). More... over 13 years ago
Add test cases. More... over 13 years ago
Provide own error classes. More... over 13 years ago
Raise error if context is missing for parameteric routes. More... over 13 years ago
Add support for reserving views by names. More... over 13 years ago
Use object notation to store route attributes instead of array. It's more flexible and clearer. More... over 13 years ago
Add demo.js to provide an example on usage. More... over 13 years ago
Add docstrings. More... over 13 years ago
Add support for catching named URL arguments. More... over 13 years ago
Add urldispatch module. More... over 13 years ago