Turfjs / turf

A modular geospatial engine written in JavaScript and TypeScript
https://turfjs.org/
MIT License
9.3k stars 941 forks source link

Update changelog for v4.0.0 #733

Closed Tapppi closed 7 years ago

Tapppi commented 7 years ago

What is the changelog for v4.0.0? Cannot find it anywhere.

DenisCarriere commented 7 years ago

Unfortunately I've only been tracking changes from v4.0.0 and above (previous to v4.0.0 is not very clear).

Tapppi commented 7 years ago

So what is the breaking change that forced v4.0.0? There is no Note of that anywhere..

DenisCarriere commented 7 years ago

Oh I remember now, it was the attempt to change the "earth radius" (which required a major release), however this has been reverted and no longer caused any breaking changes.

You can more read more here: https://github.com/Turfjs/turf/issues/635#issuecomment-290489207

Tapppi commented 7 years ago

Thank you. Even reverted Major changes should be in a changelog. Not telling the reason there causes unnecessary friction. We do auto generated changelog tooling in conventional-changelog and standard-version if you are interested. Great work with turf otherwise. Still the best lib to use even if I don't really like geojson 😉

rowanwins commented 7 years ago

Gday @Tapppi

Thanks for the positive feedback and yep agreed we could do more in way of change logs, unfortunately turf is mostly a labour of love conducted after hours and so things slip through the cracks, an automated approach sounds great!

Cheers