Skip to content

v2.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@fishcharlie fishcharlie released this 25 Apr 01:19
5801150

Version 2.0.0 Beta 12

  • BREAKING CHANGE FROM BETA 11 - DynamoDB set types are now defined as {"type": Set, "schema": [String]} as opposed to the former [String] or {"type": [String]}. This is more explict and makes it more clear that the type is a set.
  • BREAKING CHANGE FROM BETA 11 - dynamoose.undefined is now dynamoose.UNDEFINED
  • Changing behavior of Model.transaction.condition to accept conditional instance.
  • Fixing issue with and/or within Query/Scan conditional groups
  • Improving table update support