154 lines
4.6 KiB
Markdown
154 lines
4.6 KiB
Markdown
## Changelog
|
||
|
||
### Upcoming
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.7...master)
|
||
|
||
### 0.11.7
|
||
|
||
- Fix envConfigFiles in build.gradle not working (#275)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.6...v0.11.7)
|
||
|
||
### 0.11.6
|
||
|
||
- Updated gradle to v4.4 and gradle-plugin to v3.1.4 (#307)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.5...v0.11.6)
|
||
|
||
### 0.11.5
|
||
|
||
- Fix issue with CRLF (#201)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.4...v0.11.5)
|
||
|
||
### 0.11.4
|
||
|
||
- Another typescript fix, hopefully (ac3510b)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.3...v0.11.4)
|
||
|
||
### 0.11.3
|
||
|
||
- Fix typescript (#204)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.2...v0.11.3)
|
||
|
||
### 0.11.2
|
||
|
||
- Fix env selection in Android (#195)
|
||
- Escape env values in Android (195a209)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.1...v0.11.2)
|
||
|
||
### 0.11.1
|
||
|
||
- Fix environment selection in Android (82ee9ad)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.0...v0.11.1)
|
||
|
||
### 0.11.0
|
||
|
||
- Fix env file selection in iOS (#185)
|
||
- Support envfile selection as a system property (#191)
|
||
- Typescript support (#186)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.10.0...v0.11.0)
|
||
|
||
### 0.10.0
|
||
|
||
- Android setup improvements – allow hooks into variants and fix issues with BuddyBuild (#180)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.9.1...v0.10.0)
|
||
|
||
### 0.9.1
|
||
|
||
- Fix unicode support in iOS (#179)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.9.0...v0.9.1)
|
||
|
||
### 0.9.0
|
||
|
||
- Fix compatibility with RN 0.49+ (#172)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/v0.8.1...v0.9.0)
|
||
|
||
### 0.8.1
|
||
|
||
- Allow to specify env files location as absolute path
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/e82ade149b3f940800cb1a1834cd699db3b10658...0b1b91d07858f6f4df1555fa61135725af7ed6a8)
|
||
|
||
### 0.8.0
|
||
|
||
- Fixed breaking change for RN 0.48 (#164)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/52733cd5cf3209f5907d26173d75a3c9322f714c...e82ade149b3f940800cb1a1834cd699db3b10658)
|
||
|
||
### 0.7.2
|
||
|
||
- Remove json dependecy in ruby
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/bf3a97fa7e638795d86b76181a691ffb008f3d71...52733cd5cf3209f5907d26173d75a3c9322f714c)
|
||
|
||
### 0.7.1
|
||
|
||
- Fixed iOS 8.0 support issue (#163)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/e354279a6ae24387426cb2b09275809c998ccd01...bf3a97fa7e638795d86b76181a691ffb008f3d71)
|
||
|
||
### 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](https://github.com/luggit/react-native-config/compare/e4c4a07e6673cceb7609ec6badac6b4dcdaadae6...e354279a6ae24387426cb2b09275809c998ccd01)
|
||
|
||
### 0.6.1
|
||
|
||
- Fix backward compatibility for RN < 0.47 (#144)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/3306ea263717d0be579231e1d928df371482f428...e4c4a07e6673cceb7609ec6badac6b4dcdaadae6)
|
||
|
||
### 0.6.0
|
||
|
||
- Remove override of 'createJSModules' (#137)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/bd20afa38edad5d31d1f852db51705398a44474b...3306ea263717d0be579231e1d928df371482f428)
|
||
|
||
### 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](https://github.com/luggit/react-native-config/compare/701ae6c13cc66d2b3ff03f027aae0694da0f2ccd...bd20afa38edad5d31d1f852db51705398a44474b)
|
||
|
||
### 0.4.2
|
||
|
||
- Change dotenv pattern to support lowercase and numbers. (#108)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/5803c20c519a726709acb470b3c1ef880b14145b...701ae6c13cc66d2b3ff03f027aae0694da0f2ccd)
|
||
|
||
### 0.4.1
|
||
|
||
- Package: including .podspec file during package installation (#106)
|
||
|
||
[Diff](https://github.com/luggit/react-native-config/compare/cfdbaf23922705015f719f6512385724e2f7538b...5803c20c519a726709acb470b3c1ef880b14145b)
|
||
|
||
### 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](https://github.com/luggit/react-native-config/compare/5e4abf1da66eb2818276b5b4a9f15f2db652c154...cfdbaf23922705015f719f6512385724e2f7538b)
|