Skip to content

Commit

Permalink
Adding information in breaking changes about setting property values …
Browse files Browse the repository at this point in the history
…to null
  • Loading branch information
fishcharlie committed Mar 21, 2020
1 parent 7498553 commit e8b81c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BREAKING_CHANGES.md
Expand Up @@ -28,3 +28,4 @@
- `List` attribute type has been replaced with `Array`
- `Scan.null` & `Query.null` have been removed. In most cases this can be replaced with `.not().exists()`.
- DynamoDB set types are now returned as JavaScript Set's instead of Array's
- Trying to save a Document with a property set to `null` will now throw an error. If you would like to remove the property set it to `dynamoose.undefined` to set it to undefined without taking into account the `default` setting, or `undefined` to set it to undefined while taking into account the `default` setting.

0 comments on commit e8b81c4

Please sign in to comment.