Benjamín Eidelman
Benjamín Eidelman
sorry since this I moved away from requireDir and from browserify too, but others might find it useful, since the time I reported this, cross-bundler (browserify/webpack/rollup) standards like what @piranna...
sorry for the delay, just saw this. if feasible (and by glancing at `Headers` object API it seems like it should), I'd try to support it, accepting any (`Headers` object...
I see, you can't set that minimum to 0 without the default getting applied, although I'm curious in which scenario would you like to get text diffs generated for 1...
it's not trivial, but surely it's doable, this is a duplicate of #39, a PR or some reference implementation would be welcome.
that's correct, formatters are not part of a jsondiffpatch instance. instances don't inherit all members of the static main module, I guess maybe that code snippet could make it more...
formatters continue to exist under the main module: ``` js const jsondiffpatch = require('jsondiffpatch'); console.log(jsondiffpatch.formaters)); ``` you can also try `console.log(jsondiffpatch.formaters));` at https://benjamine.github.io/jsondiffpatch/demo/index.html (which uses the umd version) @tony-kerz in...
thanks @mreinstein !, the only breaking change is dropping support for legacy node.js versions (current minimum is v8), ps: I'm considering adding some for of changelog, just looking into automatic...
hi @ccorcos , sorry for the delay, and thanks for the comment! I read it again and I think you're right!, probably my mistake copying the comment from the removals...
I'm not currently adding new features, but yes will review any fixes sent. I haven't had a lot of time o review PRs recently, but anything that is a fix...