Skip to content

Commit

Permalink
added caveats, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran committed Jun 25, 2011
1 parent 38958d8 commit c4620f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Readme.md
Expand Up @@ -171,6 +171,18 @@ router.url({
//=> '/products/5.json?love=cheese'
```


Caveats & TODOs
---------------
nested optional segments are currently unsupported. e.g. this won't work:

```javascript
router.get( '/:controller(/:action(/:id(.:format)))' )
```

nesting routes & resources is also still on the TODO list


Things I forgot...
------------------
...might be in the `/docs` folder...
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "barista",
"description": "URL router / generator",
"version": "0.0.1",
"description": "URL router & generator, similar to Rails / merb",
"version": "0.0.2",
"author": "Kieran Huggins <kieran@kieran.ca>",
"repository": "git://github.com/kieran/barista",
"main": "./index.js",
Expand Down

0 comments on commit c4620f5

Please sign in to comment.