Commit f028afd56a597dcd53b664298a04c9f179c73c3f

Authored by Andrei Pfeiffer
Committed by GitHub
1 parent baafa5e0
Exists in master

Create CHANGELOG.md

Showing 1 changed file with 29 additions and 0 deletions   Show diff stats
CHANGELOG.md 0 → 100644
... ... @@ -0,0 +1,29 @@
  1 +# Changelog
  2 +All notable changes to this project will be documented in this file.
  3 +
  4 +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
  5 +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  6 +
  7 +### Unreleased
  8 +- n/a
  9 +
  10 +### [1.2.0]
  11 +- Add support for targetSdkVersion 26
  12 +
  13 +### [1.1.0]
  14 +- Changed prop name to get the webview ref, from `getRef` to `webviewRef`
  15 +
  16 +### [1.0.0]
  17 +- Add example project
  18 +
  19 +### [0.2.0]
  20 +- Read `accept` attribute from input field
  21 +
  22 +### 0.1.0
  23 +- Add support for video recording
  24 +
  25 +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
  26 +[1.2.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.1.0...1.2.0
  27 +[1.1.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/1.0.0...1.1.0
  28 +[1.0.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/0.2.0...1.0.0
  29 +[0.2.0]: https://github.com/andreipfeiffer/react-native-webview-android-file-upload/compare/0.1.0...0.2.0
... ...