Skip to content

v2.0.0-beta.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@fishcharlie fishcharlie released this 19 Apr 05:23
eee5d26

Version 2.0.0 Beta 11

  • BREAKING CHANGE FROM BETA 10 - new dynamoose.Model has been changed back to the v1 method of dynamoose.model
  • Adding support for internal Dynamoose logging (currently just DynamoDB requests and responses, with more to come)
  • Fixing issue where attributes couldn't have numeric characters
  • Adding support for passing raw Condition object into initalizer
  • TONS of query improvements and fixes
  • Fixing issue with certain conditionals with multiple values (ex. between)
  • Fixing issue where passing undefined as an attribute value as the first property and saving the document would fail
  • Fixing issue where get & set attribute settings wouldn't get called on falsey values (ex. empty string, or false)
  • Ensuring modifiers (get & set) gets called before other settings such as require, validate, etc.
  • Fixing issue where Model.update wouldn't use set attribute setting
  • Fixing issue where nested keys for conditionals wouldn't work correctly
  • Documentation improvements