browser-localstorge 1.1.2 → 1.1.4

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
@@ -344,8 +344,17 @@ DBKit.batchProcess("get", [1, 2, 3, 4, 5]).then(r => {
344
344
 
345
345
  - 🔧 新增deleteTable方法
346
346
 
347
- ## 1.1.1 (2025-8)
347
+ ## 1.1.1 (2025-8-27)
348
348
 
349
349
  - 🔧 新增数据表的相关操作,详见文档
350
350
  - 🔧 在<u>批量新增</u>的模式下,新增`validTime`参数,用于设置数据有效期;在<u>批量获取</u>模式下可以根据过期时间自动清除本地缓存数据
351
- - 🐞 修复已知问题
351
+ - 🐞 修复已知问题
352
+
353
+ ## 1.1.3 (2025-8-28)
354
+
355
+ - 🐞 在<u>ES模块</u>下(也就是npm引入)环境中,修复options参数赋值错乱的问题
356
+ - 🔧 完善了一些打包命令
357
+
358
+ ## 1.1.4 (2026-2)
359
+
360
+ - 🐞 修复在批量新增模式下,数据如果已存在可能会出错的BUG