Skip to content

Releases: aaronshaf/dynamodb-admin

v4.1.0

19 Oct 11:00
Compare
Choose a tag to compare

Features

  • Add dark theme (#141)

Maintenance

  • Update dependencies

v4.0.3

19 Oct 10:59
Compare
Choose a tag to compare

Maintenance

  • update docker container to use Node 12

v4.0.2

19 Oct 10:58
Compare
Choose a tag to compare

Maintenance

  • update dependencies

Release v4.0.1

24 Feb 20:14
Compare
Choose a tag to compare

Fix

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

Maintenance

  • Update all dependencies

Release v4.0.0

09 Feb 22:58
Compare
Choose a tag to compare

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

Release v3.2.0

27 May 19:04
Compare
Choose a tag to compare

Feature

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

Release v3.1.3

13 Apr 17:27
Compare
Choose a tag to compare

Fix

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

Release v3.1.2

01 Mar 19:31
Compare
Choose a tag to compare

Fix

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

Maintenance

  • Update dependencies

Release v3.1.1

18 Jan 11:35
Compare
Choose a tag to compare

Fix

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

Enhancement

  • Some internal refactoring to make code easier to read

Release v3.1.0

26 Nov 13:18
Compare
Choose a tag to compare

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)