4.1 KiB
4.1 KiB
Changelog
Upcoming
0.11.3
- Fix typescript (#204)
0.11.2
- Fix env selection in Android (#195)
- Escape env values in Android (
195a209
)
0.11.1
- Fix environment selection in Android (
82ee9ad
)
0.11.0
- Fix env file selection in iOS (#185)
- Support envfile selection as a system property (#191)
- Typescript support (#186)
0.10.0
- Android setup improvements – allow hooks into variants and fix issues with BuddyBuild (#180)
0.9.1
- Fix unicode support in iOS (#179)
0.9.0
- Fix compatibility with RN 0.49+ (#172)
0.8.1
- Allow to specify env files location as absolute path
0.8.0
- Fixed breaking change for RN 0.48 (#164)
0.7.2
- Remove json dependecy in ruby
0.7.1
- Fixed iOS 8.0 support issue (#163)
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)
0.6.1
- Fix backward compatibility for RN < 0.47 (#144)
0.6.0
- Remove override of 'createJSModules' (#137)
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)
0.4.2
- Change dotenv pattern to support lowercase and numbers. (#108)
0.4.1
- Package: including .podspec file during package installation (#106)
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