zhl-methods 1.1.16 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # zhl-methods
2
2
 
3
- <!-- npm publish 发布命令 -->
4
-
5
3
  JS 微信小程序 工具类
6
4
 
7
5
  #### 安装
package/VERSION.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # zhl-methods
2
2
 
3
- 版本更新日志
3
+ ### npm 命令
4
+
5
+ npm login 登录
6
+ npm publish 发布
7
+
8
+ # 版本更新日志
9
+
10
+ ### 1.1.17
11
+
12
+ - ScanUDI 方法 日期转换 bug
13
+
14
+ ### 1.1.16
15
+
16
+ - urlQueryToObject url 参数转 Object 方法
17
+ - ScanUDI 方法 日期转换 bug
4
18
 
5
19
  ### 1.1.14
6
20