Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 882 Bytes

File metadata and controls

39 lines (26 loc) · 882 Bytes

Changelog

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.

[0.1.0] - 2017-7-9

Fixed

  • Compatibility with RN 0.46+ (#21)

Added

  • Add filename config to allow user to custom filename of .env file (#16)

[0.0.4] - 2017-4-4

Fixed

  • Misleading not found errors is shown (#14)

[0.0.3] - 2017-1-9

Fixed

  • Sometimes .env file could not be found. (#3)
  • Some of dotenv warnings are correctly ignored now, thanks @levity! (#4)