Improved array handling
This is a minor release that improves how array marshaling and unmarshaling is handled.
- Fixed a bug that caused a panic when unmarshaling a binary DynamoDB value into a Go array that is too small. Now returns an error. See #124.
- Improved performance when marshaling and unmarshaling array values.