Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
- dropping support for node < 8
- multiple typescript annotation updates
- LCS non-recursive implementation  (see #237 )
  • Loading branch information
beneidel committed Jan 2, 2020
1 parent 131abbc commit b0a41f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
- "13"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Supported platforms

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

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

Usage
-----
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsondiffpatch",
"version": "0.3.11",
"version": "0.4.0",
"author": "Benjamin Eidelman <beneidel@gmail.com>",
"description": "Diff & Patch for Javascript objects",
"contributors": [
Expand Down Expand Up @@ -80,7 +80,7 @@
"bundleDependencies": [],
"license": "MIT",
"engines": {
"node": ">=4.8.0"
"node": ">=8.17.0"
},
"homepage": "https://github.com/benjamine/jsondiffpatch"
}

0 comments on commit b0a41f9

Please # to comment.