We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db75ead commit 8619bb4Copy full SHA for 8619bb4
3 files changed
History.md
@@ -1,4 +1,9 @@
1
2
+0.0.9 / 2013-05-08
3
+==================
4
+
5
+ * Safe encodeURIComponent and decodeURIComponent
6
7
0.0.8 / 2013-05-06
8
==================
9
README.md
@@ -98,6 +98,20 @@ Fastest is utils.datestruct().YYYYMMDD
98
99
```
100
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
115
## License
116
117
(The MIT License)
package.json
@@ -1,6 +1,6 @@
{
"name": "utility",
- "version": "0.0.8",
+ "version": "0.0.9",
"description": "A collection of useful utilities.",
"main": "index.js",
"scripts": {
0 commit comments