You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
6
6
7
+
## [3.2.0] (2020-05-02)
8
+
9
+
### Changed
10
+
11
+
- DynamoDB stream wrapper accepts optional type generic for better TypeScript support
12
+
- DynamoDB stream wrapper returns string enum for DynamoDB event type instead of 'string'
13
+
7
14
## [3.1.3] (2020-03-16)
8
15
9
16
### Changed
@@ -176,6 +183,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
176
183
- Update older libraries
177
184
- Now publish from Git tags instead of master pushes
// By passing in CustomInterface as a generic the async method signature will correctly identify newVersions as an array of CustomInterface, making TypeScript development easier (note that the generic is not required in JavaScript projects)
0 commit comments