receive_intent_android34/CHANGELOG.md
2022-07-20 11:26:28 +05:30

37 lines
705 B
Markdown

## 0.2.1
* **FIX**: fix(android): update android tools versions (#12)
## 0.2.0
* **FEAT**: allow receipt of intents with no action (#9).
* **FIX**: example - showing proper info for "streamed" intent
## [0.1.6] - 8 December 2021
* feat: `Intent.toString` implemented nicely
## [0.1.5] - 20 June 2021
* fix: `handleIntent`: null check added for `Intent.categories`
## [0.1.4] - 18 June 2021
* fix: convert `intent.categories` to `List`
## [0.1.3] - 9 May 2021
* doc(readme): added all-contributors section
* doc(readme): added Getting Started section
## [0.1.2] - 8 May 2021
* removed iOS support
## [0.1.1] - 26 April 2021
* [readme] minor
## [0.1.0] - 25 April 2021
* Initial release