Changes are grouped as follows:
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for once-stable features to be removed in upcoming releases.
- Removed for deprecated features removed in this release.
- Fixed for any bug fixes.
- Security to invite users to upgrade in case of vulnerabilities.
- Compatibility with RN 0.56 (Babel 7) (#42)
- Empty env is treated as env not found. (#25)
- Compatibility with RN 0.46+ (#21)
- Add filename config to allow user to custom filename of .env file (#16)
- Misleading not found errors is shown (#14)
- Sometimes .env file could not be found. (#3)
- Some of dotenv warnings are correctly ignored now, thanks @levity! (#4)