Skip to content

Releases: ghazi-git/indexeddb-browser

Release v1.2.0

11 Dec 17:39

Choose a tag to compare

Added

  • Allow bulk updating the selected objects from the table.

Release v1.1.2

10 Dec 12:44

Choose a tag to compare

Fixed

  • Load object store settings from local storage whenever the object store changes.

Release v1.1.1

10 Dec 03:31

Choose a tag to compare

Fixed

  • Enable word wrapping in the JSON editor.

Release v1.1.0

30 Nov 09:09

Choose a tag to compare

Added

  • Optimistically update cell values before saving the value to IndexedDB but revert it in case of failures. This makes
    the update faster from a user perspective since we don't wait for it to be committed to IndexedDB first.
  • Distinguish the extension installed in dev mode from the one installed from the Chrome Web Store.

Release v1.0.1

28 Nov 08:16

Choose a tag to compare

Fixed

  • Avoid hardcoding function names in code evaluated by chrome.devtools.inspectedWindow.eval to account for code
    minification during the build process.

Release v1.0.0

27 Nov 07:56

Choose a tag to compare

Added

  • Display IndexedDB data in a table.
  • Enable search and per-column filtering for IndexedDB data.
  • Manage column visibility and ordering.
  • Add, edit and delete IndexedDB data.
  • Use a JSON editor with syntax highlighting for updating JSON data and adding new objects.
  • Ensure UI components are accessible.
  • Format integers that represent milliseconds since epoch as a datetime using the timestamp datatype.
  • Automatically save table settings and last viewed object store for the next time the user opens the extension's panel.
  • Automatically update the indexedDB list when the origin of the inspected page changes.
  • Use a light or dark theme depending on system settings.