dynamoose
Advanced tools
Changelog
Version 2.8.2
This release fixes a few major bugs.
Please comment or contact me if you have any questions about this release.
waitForActive: true
Scan.startAt
& Query.startAt
example in documentation\n
appeared in schema attribute type documentation appeared instead of new lineChangelog
Version 2.8.1
This release includes a few critical bug fixes.
Please comment or contact me if you have any questions about this release.
Index can't be found for query
error when querying table itselfChangelog
Version 2.8.0
This release contains general stability improvements to Dynamoose.
Please comment or contact me if you have any questions about this release.
returnValues
settings property for Model.update
waitForActive
model setting to be a booleanusing
methodsaveUnknown
properties when using Model.update
Query.sort
method when using TypeScriptChangelog
Version 2.7.3
This release moves internal Dynamoose object utilities to a different package.
Please comment or contact me if you have any questions about this release.
Changelog
Version 2.7.2
This release fixes a bug related to the return value of document.save
and Model.create
, and more.
Please comment or contact me if you have any questions about this release.
document.save
& Model.create
now return the document saved to DynamoDBnull
when passing in a invalid type null
value as opposed to the previous object
Changelog
Version 2.7.1
This release has a lot of bug fixes for Dynamoose.
Please comment or contact me if you have any questions about this release.
$DELETE
in Model.delete
saveUnknown
more clear in documentationundefined
into Conditional