justmoon / node-extend

Simple function to extend objects
MIT License
341 stars 68 forks source link

CHANGELOG.md - especially for v2.0.0 #23

Closed hallmark closed 10 years ago

hallmark commented 10 years ago

It would be incredibly useful to have a Changelog or History.md file to see what changed, in terms of new functionality or breaking changes.

Examples: https://github.com/visionmedia/mocha/blob/master/History.md https://github.com/mikeal/request/blob/master/CHANGELOG.md

ljharb commented 10 years ago

Sure, good idea!

For reference, the only change that necessitated the major version bump was removing special-casing for HTMLElements and window.

hallmark commented 10 years ago

Thanks for the information, Jordan.