UNPKG

1.65 kBMarkdownView Raw
1# 更新日志
2
3## [v2.2.0](https://github.com/buession/buession-prototype/releases/tag/2.2.0)(2023-01-18)
4
5### ⭐ 新特性
6
7- Object 增加 omit 方法,支持对象拷贝,并剔除指定属性
8- Object 增加 equals 方法,深度比较两个对象是否相同
9
10
11## [v2.1.0](https://github.com/buession/buession-prototype/releases/tag/2.1.0)(2023-01-18)
12
13### ⭐ 新特性
14
15- Document 增加 httpCookie 属性,用于操作 cookie
16
17
18## [v2.0.2](https://github.com/buession/buession-prototype/releases/tag/2.0.2)(2022-10-01)
19
20### 🐞 BUG 修复
21
22- 修复 Date.format 秒钟取值错误的问题
23- 修复 Date.format 12 小时时制的 BUG
24
25
26## [v2.0.1](https://github.com/buession/buession-prototype/releases/tag/2.0.1)(2022-07-08)
27
28### ⭐ 新特性
29
30- String 增加非空判断方法:isNotEmpty
31
32### 🐞 BUG 修复
33
34- 修复 Object.isSymbol 异常
35- 修复 String.stripTag 删除标签不准备的 BUG
36- 修复 String.equalsIgnoreCase BUG
37
38
39### 废弃
40
41- 废弃 Number 对象 toColorPart 方法
42
43
44## [v2.0.0](https://github.com/buession/buession-prototype/releases/tag/2.0.0)(2022-02-09)
45
46### 优化
47
48- 增加 eslint 代码检测
49- 修改全局类注册到 window 方式
50
51
52## [v1.1.2](https://github.com/buession/buession-prototype/releases/tag/1.1.2)(2022-01-07)
53
54### 🐞 BUG 修复
55
56- document、windows Object.defineProperty 定义的属性 can't redefine non-configurable property BUG
57
58
59## [v1.1.1](https://github.com/buession/buession-prototype/releases/tag/1.1.1)(2021-12-30)
60
61
62### ⭐ 新特性
63
64- 数组去重方法
65- 判断对象是否为 Map 类型方法
66- 判断对象是否为 Set 类型方法
\No newline at end of file