jsondiffpatch icon indicating copy to clipboard operation
jsondiffpatch copied to clipboard

what changed from 0.3.11 to 0.4.1 ? Is there a changelog?

Open mreinstein opened this issue 5 years ago • 2 comments

I'm currently using [email protected] and I noticed we're now at 0.4.1. Given this hasn't hit 1.0.0 yet, are there any breaking changes I need to know about in doing an upgrade?

Thanks for a great module by the way!

mreinstein avatar Jan 12 '20 18:01 mreinstein

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 mechanisms, but prob. should start with a simple manually written one first, will update here when I do, thanks!

benjamine avatar Jan 20 '20 19:01 benjamine

There's no tag either. If anyone is looking for a quick summary, you can use this link

https://github.com/benjamine/jsondiffpatch/compare/v0.3.11...12f49b3306a7dabf3e223200d3db5f5716ecb4d9

avindra avatar Feb 03 '20 17:02 avindra

Changes are now document from 0.4.0 onward in Releases. Also added tags for the 0.4.x releases.

Methuselah96 avatar Aug 20 '23 19:08 Methuselah96