Skip to content

Commit b0a41f9

Browse files
committed
v0.4
- dropping support for node < 8 - multiple typescript annotation updates - LCS non-recursive implementation (see #237 )
1 parent 131abbc commit b0a41f9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- "8"
34
- "10"
45
- "12"
56
- "13"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Supported platforms
3838

3939
And you can test your current browser visiting the [test page](http://benjamine.github.com/jsondiffpatch/test/index.html).
4040

41-
* Node.js [![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.svg)](http://travis-ci.org/benjamine/jsondiffpatch) v4.8+
41+
* Node.js [![Build Status](https://secure.travis-ci.org/benjamine/jsondiffpatch.svg)](http://travis-ci.org/benjamine/jsondiffpatch) v8+
4242

4343
Usage
4444
-----

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsondiffpatch",
3-
"version": "0.3.11",
3+
"version": "0.4.0",
44
"author": "Benjamin Eidelman <[email protected]>",
55
"description": "Diff & Patch for Javascript objects",
66
"contributors": [
@@ -80,7 +80,7 @@
8080
"bundleDependencies": [],
8181
"license": "MIT",
8282
"engines": {
83-
"node": ">=4.8.0"
83+
"node": ">=8.17.0"
8484
},
8585
"homepage": "https://github.com/benjamine/jsondiffpatch"
8686
}

0 commit comments

Comments
 (0)