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.82k stars 215 forks source link

Major enhancements toward version 2.0.0 #182

Closed alshakero closed 7 years ago

alshakero commented 7 years ago

Benefits:

Modifications:

Fixes https://github.com/Starcounter-Jack/JSON-Patch/issues/140, https://github.com/Starcounter-Jack/JSON-Patch/issues/166, https://github.com/Starcounter-Jack/JSON-Patch/issues/169 and https://github.com/Starcounter-Jack/JSON-Patch/issues/181.

felixfbecker commented 7 years ago

image

felixfbecker commented 7 years ago

Can we delete the generated .js and .d.ts files from git then? It would make reviewing and rebasing PRs much easier, and if you want a CDN, use https://unpkg.com/, not GitHub.

alshakero commented 7 years ago

@felixfbecker even better.

alshakero commented 7 years ago

I just realized that bower used files in dist.

I suggest we remove bower, to get rid of all deperecated stuff for good. Main use case is Palindrom and Palindrom uses NPM. And Palindrom is bundled.

tomalec commented 7 years ago

👏 What breeze to read just three short files! 🍹

alshakero commented 7 years ago

Is this good to go?