mic-org 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,7 @@
24
24
  | reset | 用于重置对象中的内容 |
25
25
  | check | 用于校验数据类型 mic.check('aaa') == 'String' |
26
26
  | isType | 校验是否指定类型 mic.isType('aaa','String') == true |
27
+ | capital | 将金额转为汉字金额 mic.capital(321.32) 输出 “叁佰贰拾壹元贰角壹分” |
27
28
  | load | 用于自定义全局/或者局部loading |
28
29
 
29
30
  ---------------------------------
@@ -78,6 +79,4 @@ import 'mic-org/css/variable.scss'; // 可使用mic-org中定义的sass变量
78
79
 
79
80
  ## 版本
80
81
 
81
- 1.0.7 -- 1.优化方法导出;
82
- -- 2.给Array添加2个方法,equal/deepIncludes
83
- -- 3.给Math添加1个方法,exact
82
+ 1.0.8 -- 1.增加 capital 方法,将金额转为汉字金额
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mic-org",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "main": "./dist/mic.umd.js",
5
5
  "module": "./dist/mic.es.js",
6
6
  "exports": {