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