Skip to content

Latest commit

 

History

History
128 lines (62 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

128 lines (62 loc) · 5.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.4 (2021-08-23)

Bug Fixes

  • Low version not support Arrow Function Syntax (fead845)

1.1.3 (2021-08-23)

Bug Fixes

  • Low version not support const Syntax (40427ee)

1.1.2 (2021-08-19)

Bug Fixes

  • handle Uncaught in promise (1de17a1)

1.1.1 (2021-08-09)

Features

  • complete callback error catch (f93e02a)

1.1.0 (2021-07-29)

Features

Bug Fixes

  • handle Uncaught in promise (0805fb5)

1.0.9 (2020-05-21)

Bug Fixes

  • 🐛 fix a cursor iteration problem which may happen in some older browsers (855b1bd)
  • 🐛 fix auto-closing problem may happen in atomic transaction (fcd31c1)

1.0.8 (2019-12-23)

Bug Fixes

  • modi webpack (0dc28ab)
  • update serialize-javascript to 2.1.1+ (dfb18fd)

1.0.7 (2019-11-19)

Bug Fixes

  • babel is no need && modi demo (97be6ac)
  • idb.js export in cjs (c6fbd31)

1.0.6 (2019-11-14)

1.0.6-beta.7 (2019-11-10)

1.0.6-beta.6 (2019-11-10)

1.0.6-beta.5 (2019-11-07)

Bug Fixes

1.0.6-beta.4 (2019-11-06)

1.0.6-beta.3 (2019-11-06)

Bug Fixes

  • array.find to array.filter (bdf35a0)
  • modi tsconfig && webpack config (5e36034)

1.0.6-beta.2 (2019-11-06)

1.0.6-beta.1 (2019-11-05)

1.0.6-beta.0 (2019-11-05)

1.0.5-0 (2019-11-05)

1.0.2 (2019-10-28)

Bug Fixes

  • interface tableConfig with optional tableName (4d37486)

1.0.1 (2019-10-28)

Bug Fixes

  • add delete items (47b93b2)
  • add getItem, getItems, deleteDB (4a063b8)
  • atomic transaction fix && check db.close() (997e317)
  • deleteItemsInRange (c53e385)
  • rewrite all (10b17f1)
  • types and formattedResult (0f6677e)