Skip to content

Commit 46369ac

Browse files
committed
Release 0.0.2
1 parent d522deb commit 46369ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
0.0.2 / 2013-02-27
3+
==================
4+
5+
* add custom baseURL support, now can custom define "/users/:uid/post/:id" url

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restful-router",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Simple RESTful url router.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)