Releases: aaronshaf/dynamodb-admin
Releases · aaronshaf/dynamodb-admin
Release v2.0.6
Feature:
- Implement filter field for tables view
- Add
-p/--port
command line option to specify port to run on (defaults to 8001).PORT
environment variable is still respected and overrides command line when set.
Fix:
- Fix font size being bigger for buttons than rest of the UI
- Increase default 100KB POST limit size to 500KB to fix editing of big records.
Release v2.0.5
Feature:
- Refactor to allow running as a dependency in other projects
- Add
--open
argument to automatically open default browser after UI is initialized
Fix:
- Show contents of maps instead of showing [object Object]
Enhancement:
- Format lists and maps with whitespace preserved for better readability
- Show popup with ISO date on hovering fields that contain positive numbers (assumed to be timestamps)
Release v2.0.4
Other:
- Revert to listening on broadcast address again. Listening on 127.0.0.1 might not work well with use inside of docker container if port is exposed.
Release v2.0.3
Fix:
- Show fields that have keys that don't exist on first item (#27)
Enhancement:
- Print full URL to GUI interface on starting
- Make text smaller and limit width of the index page for better readability
Other:
- Don't listen on broadcast address (0.0.0.0) but local (127.0.0.1)
- Update dependencies (fixes security notices)
- Update bootstrap to latest version (4.1)
- Add
npm start
script for convenience