Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
153 lines (85 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

153 lines (85 loc) · 4.62 KB

Changelog

Upcoming

Diff

0.11.7

  • Fix envConfigFiles in build.gradle not working (#275)

Diff

0.11.6

  • Updated gradle to v4.4 and gradle-plugin to v3.1.4 (#307)

Diff

0.11.5

  • Fix issue with CRLF (#201)

Diff

0.11.4

  • Another typescript fix, hopefully (ac3510b)

Diff

0.11.3

  • Fix typescript (#204)

Diff

0.11.2

  • Fix env selection in Android (#195)
  • Escape env values in Android (195a209)

Diff

0.11.1

  • Fix environment selection in Android (82ee9ad)

Diff

0.11.0

  • Fix env file selection in iOS (#185)
  • Support envfile selection as a system property (#191)
  • Typescript support (#186)

Diff

0.10.0

  • Android setup improvements – allow hooks into variants and fix issues with BuddyBuild (#180)

Diff

0.9.1

  • Fix unicode support in iOS (#179)

Diff

0.9.0

  • Fix compatibility with RN 0.49+ (#172)

Diff

0.8.1

  • Allow to specify env files location as absolute path

Diff

0.8.0

  • Fixed breaking change for RN 0.48 (#164)

Diff

0.7.2

  • Remove json dependecy in ruby

Diff

0.7.1

  • Fixed iOS 8.0 support issue (#163)

Diff

0.7.0

  • Add Pods Public Header path to HEADER_SEARCH_PATHS (#140)
  • Add support for ENVFILE to iOS (#145)
  • Update cmd command (#147)
  • Update regex examples to clarify treatment of spaces (#149)
  • Fixed Android dotenv.gradle quotes matching (#151)
  • Change import priority of React/RCTBridgeModule.h (#155)
  • Emphasize that variables are stored with your code (#157)

Diff

0.6.1

  • Fix backward compatibility for RN < 0.47 (#144)

Diff

0.6.0

  • Remove override of 'createJSModules' (#137)

Diff

0.5.0

  • Use task names and not task requests args to figure out which env file to use. (#115)
  • Docs for setting Env with the Windows cmd and Powershell (#123)
  • Allow exported variables in .env (#116)

Diff

0.4.2

  • Change dotenv pattern to support lowercase and numbers. (#108)

Diff

0.4.1

  • Package: including .podspec file during package installation (#106)

Diff

0.4.0

  • Added defaultEnvFile config (#99)
  • Support Dotenv with quotes and nested quotes (#98)
  • Correct error message (#91)
  • Support For Multi Target Applications (#66)
  • Add input file to run script to fix build problems on server (#73)
  • Add podspec

Diff