We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1533ba commit efe65a7Copy full SHA for efe65a7
CHANGLOG.md
@@ -1,5 +1,5 @@
1
-#### v0.0.3 (2020-09-22)
+#### v0.0.2 (2020-09-22)
2
* 增加 `Cookie` 相关、日期相关、样式相关、`URL` 相关、函数
3
4
-#### v0.0.4 (2020-09-24)
+#### v0.0.3 (2020-09-24)
5
* 增加随机数相关、`DOM` 相关函数
README.md
@@ -91,7 +91,7 @@ import {setCookie} from 'always-helper'
91
* `parseQueryString` 解析 URL 查询字符串
92
* `stringifyQueryString` 对象转化为 URL 查询字符串
93
94
-随机数相关
+#### 随机数相关
95
96
* `randomInt` 随机生成一个整数
97
* `randomString` 随机生成一个字符串(包含大写、小写、数字)
0 commit comments