All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.1 - 2021-09-29
- all types are any, but should be string. fix by @GregoryEsberci
1.1.0 - 2020-09-19
- Xcode 12 compatibility by @radko93.
- CHANGELOG.md
- README section: Changelog
- peerDependency: react-native >=0.6.2
1.0.1 - 2019-05-29
- 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
- README: add FAQ: Why the jump from version
0.6.2
to1.0.0
?
0.6.2 - 2019-02-01
- .editorconfig
- copyright attribution
- type definition (thanks to @jens-duttke)
0.6.1 - 2018-11-15
- README: variable matrix
0.6.0 - 2018-11-06
- rn-windows support by @newomble
- make variables, namespaces in win code consistent with Android and iOS
0.5.3 - 2018-10-31
- README: yarn command by @jcleigh
0.5.2 - 2018-10-30
- lint rules
- README: improved build instructions
- gradle config: compile -> implementation
0.5.1 - 2018-10-29
- Android: add missing import for ArrayList
0.5.0 - 2018-10-29
- 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
- TypeScript definitions by @enagorny
- update README for iOS manual install by @markrickert
- Android gradle build script by @lxcid