Skip to content

Commit 8619bb4

Browse files
committed
Release 0.0.9
1 parent db75ead commit 8619bb4

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.0.9 / 2013-05-08
3+
==================
4+
5+
* Safe encodeURIComponent and decodeURIComponent
6+
27
0.0.8 / 2013-05-06
38
==================
49

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,20 @@ Fastest is utils.datestruct().YYYYMMDD
9898

9999
```
100100

101+
## Authors
102+
103+
```bash
104+
$ git summary
105+
106+
project : utility
107+
repo age : 6 months
108+
active : 8 days
109+
commits : 23
110+
files : 14
111+
authors :
112+
23 fengmk2 100.0%
113+
```
114+
101115
## License
102116

103117
(The MIT License)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "utility",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "A collection of useful utilities.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)