Releases: blazejkustra/dynamode
Releases · blazejkustra/dynamode
v1.5.0 - Adds a decorator to set custom names for entities
v1.4.0 - Allow the primary key to be decorated with indexes
What's Changed
- Fix: Cannot add multiple attribute decorators for primary key by @blazejkustra in #31
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Allow to decorate an attribute with multiple indexes by @blazejkustra in #28
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.0 - Fix for startAt fails when querying secondary indices
Full Changelog: v1.0.0...v1.1.0
Fixes this issue
1.0.0 - Dynamode is now out of beta!
0.7.8 Handle empty arrays in batch methods
What's Changed
- Handle in operator with empty array with an impossible condition by @blazejkustra in #19
- Handle empty input for batch methods by @blazejkustra in #20
Full Changelog: 0.7.7...0.7.8
0.7.7 - Fix in([]) operator if an empty array is passed
What's Changed
- Fix operators when array of .in([]) is empty by @blazejkustra in #17
Full Changelog: 0.7.6...0.7.7
0.7.6 - Improve flatten type
0.7.4 - Fix installing with pnpm and yarn
What's Changed
- Fix installing dynamode with pnpm and yarn by @blazejkustra in #13
Full Changelog: 0.7.3...0.7.4