flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.
MIT License
2.99k stars 213 forks source link

Change module system of the main file #93

Closed thiamsantos closed 7 years ago

thiamsantos commented 7 years ago

I tried to make less changes as possible, but to solve #92 I needed to add a build process. So, if this PR be accepted, all future changes needed to be done on the file index.es.js which will compiled to index.js running npm run build.

Changelog:

thiamsantos commented 7 years ago

Thanks @flitbit!!!! Are you going to release these changes soon?

flitbit commented 7 years ago

Working on rollup release right now.