receive_intent_android34/CHANGELOG.md

34 lines
631 B
Markdown
Raw Normal View History

2022-02-04 12:29:31 +01:00
## 0.2.0
* **FEAT**: allow receipt of intents with no action (#9).
* **FIX**: example - showing proper info for "streamed" intent
2021-12-08 11:43:16 +01:00
## [0.1.6] - 8 December 2021
* feat: `Intent.toString` implmented nicely
2021-06-20 09:44:57 +02:00
## [0.1.5] - 20 June 2021
* fix: `handleIntent`: null check added for `Intent.categories`
2021-06-18 14:27:59 +02:00
## [0.1.4] - 18 June 2021
* fix: convert `intent.categories` to `List`
2021-05-09 09:02:40 +02:00
## [0.1.3] - 9 May 2021
* doc(readme): added all-contributors section
* doc(readme): added Getting Started section
2021-05-08 17:37:55 +02:00
## [0.1.2] - 8 May 2021
* removed iOS support
2021-04-26 18:59:57 +02:00
## [0.1.1] - 26 April 2021
* [readme] minor
2021-04-25 07:18:55 +02:00
## [0.1.0] - 25 April 2021
2021-04-25 07:18:55 +02:00
* Initial release