Releases: csath/react-native-config-reader
Releases · csath/react-native-config-reader
Dropped React Native Windows as peer dependency
Since the project's had to have a bunch of metaphorical dust blown off, and there's been a bit of a change of most active maintainers over to someone who doesn't ever really exercise the library's React Native for Windows functionality 😅 we're shipping a major version bump as there is a high likelihood of breaking backwards compatibility with these peer dependencies.
What's Changed
- fix: address Expo 44 incompatibility by @prometheas in #44
- Updated React Native peer dependency declaration
- Dropped React Native for Windows as peer dependency
- Updated README with project news
- Updated author and maintainer info in package.json
Full Changelog: 4.2.0...5.0.0
Update sorely-outdated peer dependencies
What's Changed
- Bump y18n from 3.2.1 to 3.2.2 in /example by @dependabot in #31
- Bump tmpl from 1.0.4 to 1.0.5 in /example by @dependabot in #38
- Bump path-parse from 1.0.6 to 1.0.7 in /example by @dependabot in #37
- Add tvOS to platforms by @yurtaev in #24
- Bump ua-parser-js from 0.7.19 to 0.7.28 in /example by @dependabot in #32
- Bump handlebars from 4.5.3 to 4.7.7 in /example by @dependabot in #33
- Bump lodash from 4.17.15 to 4.17.21 in /example by @dependabot in #34
- Bump hosted-git-info from 2.7.1 to 2.8.9 in /example by @dependabot in #35
- Update react-native peer dependency version and remove react-native-windows peer dependency by @prometheas in #39
New Contributors
- @yurtaev made their first contribution in #24
- @prometheas made their first contribution in #39
Full Changelog: 4.1.1...4.2.0
4.1.1
What's Changed
- Bump acorn from 5.7.3 to 5.7.4 in /example by @dependabot in #20
- feat: add Android Multiple environment configuration to README by @gabrieldonadel in #22
New Contributors
- @gabrieldonadel made their first contribution in #22
Full Changelog: 4.1.0...4.1.1
4.1.0 version - Fix android compile warnings
includes #18
Thanks to @youngjuning
4.0.1 version - Support RN Auto linking
3.0.1
3.0 version - Latest stable release
Breaking changes in android configuration
2.0 Version - Breaking Change
Steps to upgrade from 1.x to 2.x
- run > react-native unlink react-native-config-reader
- update > react-native-config-reader version to 2.x in package.json
- run > npm -i
- run > react-native link react-native-config-reader
All done!
2.0.0-rc-1.0
update example to use 2.0.0 version (#6)