react-native-version-info
Version:
Access native app version in React Native
92 lines (72 loc) • 3.25 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.1] - 2021-09-29
### Fixed
- all types are any, but should be string. fix by [GregoryEsberci](https://github.com/GregoryEsberci)
## [1.1.0] - 2020-09-19
### Added
- Xcode 12 compatibility by [@radko93](https://github.com/radko93).
- [CHANGELOG.md](https://github.com/tessus/react-native-version-info/blob/master/CHANGELOG.md)
- README section: Changelog
- peerDependency: react-native >=0.6.2
## [1.0.1] - 2019-05-29
### Added
- README: add info about automatic linking when using pods in iOS projects
- README: add FAQ entry: Why does Automatic Linking not work for iOS?
## [1.0.0] - 2019-02-18
### Added
- README: add FAQ: Why the jump from version `0.6.2` to `1.0.0`?
## [0.6.2] - 2019-02-01
### Added
- .editorconfig
### Fixed
- copyright attribution
- type definition (thanks to [@jens-duttke](https://github.com/jens-duttke))
## [0.6.1] - 2018-11-15
### Fixed
- README: variable matrix
## [0.6.0] - 2018-11-06
### Added
- rn-windows support by [@newomble](https://github.com/newomble)
### Fixed
- make variables, namespaces in win code consistent with Android and iOS
## [0.5.3] - 2018-10-31
### Fixed
- README: yarn command by [@jcleigh](https://github.com/jcleigh)
## [0.5.2] - 2018-10-30
### Changed
- lint rules
- README: improved build instructions
- gradle config: compile -> implementation
## [0.5.1] - 2018-10-29
### Fixed
- Android: add missing import for ArrayList
## [0.5.0] - 2018-10-29
### Changed
- change package name, repo address, author
- Android: rename classnames, package name, module name
- iOS: rename classnames, package name, module name
- improve documentation README
## [0.4.0] - 2018-10-23
### Added
- TypeScript definitions by [@enagorny](https://github.com/enagorny)
### Changed
- update README for iOS manual install by [@markrickert](https://github.com/markrickert)
### Fixed
- Android gradle build script by [@lxcid](https://github.com/lxcid)
[Unreleased]: https://github.com/tessus/react-native-version-info/compare/1.1.1...HEAD
[1.1.1]: https://github.com/tessus/react-native-version-info/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/tessus/react-native-version-info/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/tessus/react-native-version-info/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/tessus/react-native-version-info/compare/0.6.2...1.0.0
[0.6.2]: https://github.com/tessus/react-native-version-info/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/tessus/react-native-version-info/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/tessus/react-native-version-info/compare/0.5.3...0.6.0
[0.5.3]: https://github.com/tessus/react-native-version-info/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/tessus/react-native-version-info/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/tessus/react-native-version-info/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/tessus/react-native-version-info/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/tessus/react-native-version-info/releases/tag/0.4.0