2024-08-07 11:45:27 +08:00
|
|
|
2.3.0 / 2024-08-07
|
|
|
|
==================
|
|
|
|
* 增加修复版toFixed
|
|
|
|
|
|
|
|
2.2.2 / 2024-03-28
|
|
|
|
==================
|
|
|
|
* 增加Obejct.groupBy和Map.groupBy
|
|
|
|
|
|
|
|
|
|
|
|
2.2.1 / 2023-11-06
|
|
|
|
==================
|
|
|
|
* 一些小修复
|
|
|
|
|
|
|
|
|
|
|
|
2.2.0 / 2023-07-20
|
|
|
|
==================
|
|
|
|
* 数组增加一组原型方法
|
|
|
|
* 字符串增加版本号大小比较的原型方法
|
|
|
|
|
|
|
|
|
|
|
|
2.1.1 / 2023-02-27
|
|
|
|
==================
|
|
|
|
* 修复 Object.prototype.toParams()原型方法
|
|
|
|
|
|
|
|
|
2022-01-27 15:41:47 +08:00
|
|
|
2.1.0 / 2022-01-27
|
|
|
|
==================
|
|
|
|
* Array.prototype.item 更名为 Array.prototype.at
|
|
|
|
* String.prototype.item 更名为 String.prototype.at
|
|
|
|
* Array 增加findLast()和findLastIndex()原型方法
|
|
|
|
* Object 增加toParams()原型方法
|
|
|
|
* String 增加toJson()原型方法
|
|
|
|
* 重写Array的flat, flatMap原型方法, 性能提升5~10倍(视数据结构而定)
|
|
|
|
* 使用EsBuild打包代码
|
|
|
|
|
2020-09-18 10:32:10 +08:00
|
|
|
2.0.0 / 2020-09-18
|
|
|
|
==================
|
|
|
|
* 重构, 分cjs版和esm版。
|
|
|
|
|
|
|
|
|
2018-06-29 20:01:44 +08:00
|
|
|
1.1.1 / 2018-06-29
|
2018-06-29 19:54:02 +08:00
|
|
|
==================
|
2020-09-18 10:32:10 +08:00
|
|
|
* 增加 Number.parse
|
2018-06-29 19:54:02 +08:00
|
|
|
|
|
|
|
|
2018-05-25 18:48:06 +08:00
|
|
|
1.0.1 / 2018-05-25
|
2018-05-25 00:38:52 +08:00
|
|
|
==================
|
2020-09-18 10:32:10 +08:00
|
|
|
* 删除 global 拓展
|
|
|
|
* 增加 Promise.defer
|
2018-05-25 00:38:52 +08:00
|
|
|
|
|
|
|
|
2017-03-17 20:12:45 +08:00
|
|
|
0.0.3 / 2017-03-17
|
|
|
|
==================
|
2020-09-18 10:32:10 +08:00
|
|
|
* 优化 String 拓展.
|
2017-03-17 20:12:45 +08:00
|
|
|
|
2017-02-28 01:02:07 +08:00
|
|
|
0.0.1 / 2017-02-28
|
2017-02-28 00:54:18 +08:00
|
|
|
==================
|
2017-02-28 01:02:07 +08:00
|
|
|
* Initial release
|