Releases: Medium/dynamite
Releases · Medium/dynamite
Dynamite v0.9.5
- Supports GSI with no range keys
Dynamite v0.9.4
- Adds support for filter key verification to FakeDynamo
- Adds the ability to include GSIs on FakeTable
- Adds support for filters on Scan to FakeDynamo
Dynamite v0.9.1
- Fix a bug in the FakeTable implementation if expectAttributeAbsent
- Fix bugs in handling of attribute names with special characters
Dynamite v0.9.0
- Updates all conditions to use the dynamo expression API
- Expands the condition API to allow comparing attributes to other attributes
Dynamite v0.8.2
Make the API a little more strict about throwing errors on invalid values.
Dynamite v0.8.1
- Improve conditions API a bit
- Fix a bug when an empty condition was set
Dynamite v0.8.0
- Updates Queries and Scans to use the dynamo expression API