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

Adds support to diff objects with symbol keys #137

Closed ioxua closed 5 years ago

ioxua commented 6 years ago

The title is self-explainatory, this fixes issue #135 I will only be able to run the tests tomorrow, so this is still untested.

I think there is a better way to write the tests, so opinions are welcome :D

dmchurch commented 4 years ago

Thanks, @ioxua-os! @flitbit, can we get a new release published to npm with this fix? Either with a major version bump, or with an option to enable symbol-property diffing, I suppose?