Starcounter-Jack / JSON-Patch

Lean and mean Javascript implementation of the JSON-Patch standard (RFC 6902). Update JSON documents using delta patches.
MIT License
1.79k stars 215 forks source link

Update tested browsers in README and actually test them #224

Closed alshakero closed 5 years ago

alshakero commented 5 years ago

Fixes https://github.com/Starcounter-Jack/JSON-Patch/issues/223

alshakero commented 5 years ago

JSON-Patch is now tested in Chrome, FF, IE and Safari :tada:

alshakero commented 5 years ago

The browser matrix is cached in GH and will stay so for 10 hours. If you visit the image directly you'll see that it works https://saucelabs.com/browser-matrix/json-patch.svg.

alshakero commented 5 years ago

Had to set the saucelabs project settings to public to make the badge work.