Dynamodb Admin Versions Save

GUI for DynamoDB Local or dynalite

v4.1.0

2 years ago

Features

  • Add dark theme (#141)

Maintenance

  • Update dependencies

v4.0.3

2 years ago

Maintenance

  • update docker container to use Node 12

v4.0.2

2 years ago

Maintenance

  • update dependencies

v4.0.1

3 years ago

Fix

  • Escape keys properly for expression attribute names (#103)

Maintenance

  • Update all dependencies

v4.0.0

4 years ago

Breaking

  • Since many dependencies were updated to higher major versions, this package should now require at least Node 8
  • The structure of URLs when querying in Items view is now different so if you have bookmarked URLs pointing to specific queries, those will likely no longer work.

Feature

  • Added support for scanning and querying indexes and some query operators (#90) (thanks @benhutchins)
  • Added API for fetching all tables (#84) (thanks @afshawnlotfi)

Fix

  • Forward dynamo errors on listing items to the UI

Maintenance

  • Update all dependencies

v3.2.0

5 years ago

Feature

  • support GSI/LSI creation when creating a table (fixes #28) (thanks @ryankazokas)

v3.1.3

5 years ago

Fix

  • Fix purge table when table keys contain reserved characters (fixes #75)

v3.1.2

5 years ago

Fix

  • Fix purge table for tables that use RANGE key (thanks @jcdesignweb)

Maintenance

  • Update dependencies

v3.1.1

5 years ago

Fix

  • Fix handling of keys with special characters in Get view (#70)

Enhancement

  • Some internal refactoring to make code easier to read

v3.1.0

5 years ago

Feature

  • Add purge table functionality (#61)

Enhancement

  • List all seen fields in filter autocomplete popup, not just primary keys
  • (dev) Add npm run dev script for easier development (restarts on file changes)