sindresorhus / camelcase-keys

Convert object keys to camel case
MIT License
681 stars 92 forks source link

Update readme with a note about compatibility #41

Closed dangreenisrael closed 5 years ago

dangreenisrael commented 5 years ago

This adds a note about compatibility to the readme

Issue reference: https://github.com/sindresorhus/camelcase-keys/issues/40

dangreenisrael commented 5 years ago

As a result of us now knowing this, a version bump caused our app to break on Edge.

sindresorhus commented 5 years ago

No thanks. You should not assume browser support for npm packages. Most of them might work in the browser, but they are not tested as such.


As a result of us now knowing this, a version bump caused our app to break on Edge.

The breaking change was clearly noted in the release notes: https://github.com/sindresorhus/camelcase-keys/releases/tag/v6.0.0