Skip to content

Commit

Permalink
Adding link to documentation for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Apr 24, 2020
1 parent 0597113 commit a989a3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/other/FAQ.md
Expand Up @@ -33,3 +33,7 @@ Definitely not. Anything that is undocumented in Dynamoose can change at anytime
## Why am I getting strange behavior when an attribute value is `null` in my documents?

Currently Dynamoose purposefully has weird behavior and throws errors when trying to use `null` as values in documents. This is due to the fact that Dynamoose currently does not support the DynamoDB `null` attribute type. Dynamoose has strange behavior for this type so that in a future release we can potientally add support for the `null` attribute type in a non breaking way.

## Where can I find documentation for v1?

[Here](https://v1.dynamoosejs.com).

0 comments on commit a989a3f

Please sign in to comment.