Skip to content

v1.2.0 Cotton Candy Cloud

Choose a tag to compare

@TitanNano TitanNano released this 15 Apr 07:17
· 150 commits to master since this release

Features

  • [IndexedDB] Store entries can now be deleted. Either via .delete() or .clear() #138 (#139)
  • [IndexedDB] It is now possible to close a DB at runtime by explicitly calling .close() #129 (#131)
  • [IndexedDB] DB upgrades can now be performed on an already opened DB via .upgrade(). This allows to specify an additional set of version definitions #130 (#135)

Bug Fixes

  • [IndexedDB] store upgrades could sometimes cause an exception #120 (#122)