Skip to content

Latest commit

 

History

History
272 lines (78 loc) · 7.69 KB

CHANGELOG.md

File metadata and controls

272 lines (78 loc) · 7.69 KB

Change Log

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

3.12.0 (2021-04-09)

Bug Fixes

3.11.0 (2021-04-01)

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

3.10.0 (2021-03-26)

Features

3.9.0 (2021-03-18)

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

3.8.1 (2021-03-11)

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

3.8.0 (2021-03-05)

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

3.7.0 (2021-02-25)

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

3.6.1 (2021-02-22)

Bug Fixes

  • update references of default branch from master to main (#2057) (59b8b58)

3.6.0 (2021-02-20)

Bug Fixes

3.5.0 (2021-02-12)

Bug Fixes

  • util-dynamodb: state options.wrapNumbers on BigInt error in unmarshall (#2015) (d1c548e)
  • util-dynamodb: unmarshall small numbers or those in scientific notation (#2017) (80a8094)

Features

  • util-dynamodb: marshall JavaScript Maps (#2010) (569b572)
  • util-dynamodb: support marshalling for Object.create (#1974) (a008d23)

3.4.1 (2021-01-29)

Bug Fixes

  • clients: use TS 3.4 compatible types for TS 3.9 (#1978) (8bced5c)

3.4.0 (2021-01-28)

Features

  • util-dynamodb: add option to convert class instance to map (#1969) (1783c69)
  • use downlevel-dts to generate TS 3.4 compatible types (#1943) (63ad215)

3.3.0 (2021-01-14)

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

3.2.0 (2021-01-09)

Features

  • util-dynamodb: enable undefined values removal in marshall (#1840) (314d3b3)

3.1.0 (2020-12-23)

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

3.0.0 (2020-12-15)

Features

1.0.0-rc.10 (2020-12-15)

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

1.0.0-rc.9 (2020-12-11)

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

1.0.0-rc.8 (2020-12-05)

Features

1.0.0-rc.7 (2020-11-20)

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

1.0.0-rc.6 (2020-11-13)

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

1.0.0-rc.5 (2020-11-09)

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

1.0.0-rc.4 (2020-10-31)

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

1.0.0-rc.3 (2020-10-27)

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

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)