diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..14011e8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,84 @@ +## Changelog + +### Upcoming + +[Diff](https://github.com/luggit/react-native-config/compare/0b1b91d07858f6f4df1555fa61135725af7ed6a8...master) + +### 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)