0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from lpmi-13/typofix More... over 5 years ago
fix simple typos More... over 5 years ago
Update readme.md More... over 10 years ago
Go now takes a second argument; a boolean. If true it will only follow defined routes. If false or undefined it will attempt to redirect to another page if the route can't be found. More... almost 12 years ago
Greatly improved OriginJS's route matching. More... almost 12 years ago
Renamed `o.route` to `o.status`. Exposed `o.urlToUris` - converts a url string to an array of uris. Exposed `o.urisToUrl` - converts an array of uris to a url. Exposed `o.cleanUrl` - normalizes a url. More... almost 12 years ago
Added `o.bind.async` - Like o.bind but passes in a callback that must be called once your setup/teardown callback is finished. This allows for proper animation logic. More... almost 12 years ago
Routing now auto updates when a route is added. More... almost 12 years ago
Fixed a few route bugs and added DEBUG mode. More... almost 12 years ago
added cascading routes with "/." More... almost 12 years ago
Update readme.md More... almost 12 years ago
Summary: Added OriginJS.queryLocation. + Added OriginJS.queryLocation - Returns an object with the url and uris of both the window location and the current route. More... about 12 years ago
Fixed a bug in IE7 related to redirects in pointers cancelling the tracking of next hash update. More... about 12 years ago
Fixed an issue that prevented following the same route with a different route url. More... about 12 years ago
- Removed the examples from the readme and better fleshed out the documentation + Added a basic routing example app. More... about 12 years ago
+ Bind now accepts an array of urls aswell as just a single url string. More... about 12 years ago
* The router will no longer follow a route if its already current. More... about 12 years ago
Wow, its works on IE 5.5! More... about 12 years ago
Merge remote-tracking branch 'origin/master' More... about 12 years ago
Wow, its works on IE 5.5! More... about 12 years ago
Added .gitignore file for Webstorm's project data. More... about 12 years ago
Update readme.md More... about 12 years ago
Update readme.md More... about 12 years ago
Update readme.md More... about 12 years ago
Clarified the purpose of `Origin.update`. More... about 12 years ago
Added video introduction More... about 12 years ago
Update readme.md More... about 12 years ago
Update readme.md More... about 12 years ago
Update readme.md More... about 12 years ago
Added the disclaimer More... about 12 years ago