Skip to content

Latest commit

 

History

History
42 lines (15 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

42 lines (15 loc) · 1.54 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-rc.2 (2020-10-22)

Note: Version bump only for package @aws-sdk/util-dynamodb

1.0.0-rc.1 (2020-10-19)

Features

1.0.0-gamma.2 (2020-10-07)

Bug Fixes

  • util-dynamodb: create BigInt from string value instead of number (#1544) (76c0068)

1.0.0-gamma.1 (2020-09-29)

Features

  • util-dynamodb: marshall to convert JavaScript object into DynamoDB Record (#1531) (04b219a)
  • util-dynamodb: unmarshall to convert DynamoDB record to JavaScript Object (#1537) (f09e0da)