Skip to content

Commit 2a1064b

Browse files
committed
Release 5.1.0
1 parent 1d29329 commit 2a1064b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
5.1.0 / 2017-03-09
3+
==================
4+
5+
* add inplace option for destructive actions and make it necessary
6+
* forEach should not permanently overwrite the context's concurrency
7+
* Use tape's built-in assertions for comparisons in tests
8+
* Pass transformer and encoding from context to s3
9+
210
5.0.2 / 2017-02-12
311
==================
412
* Updated options object for context

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "s3-lambda",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "Lambda functions over S3 objects with concurrency control (forEach, map, reduce, filter)",
55
"main": "index.js",
66
"author": "Wells Johnston",

0 commit comments

Comments
 (0)