receive_intent_android34/CHANGELOG.md

48 lines
896 B
Markdown
Raw Normal View History

2022-10-21 08:11:49 +02:00
## 0.2.3
* **FIX**: encode URI and ArrayList in JSON data (#14)
2022-08-28 19:04:18 +02:00
## 0.2.2
* **CHORE**: added proper lints and fixed some warnings
* **DOCS**: some API docs
* **DOCS**: fix badge links
2022-07-20 07:56:28 +02:00
## 0.2.1
* **FIX**: fix(android): update android tools versions (#12)
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
2022-07-20 07:56:28 +02:00
* feat: `Intent.toString` implemented nicely
2021-12-08 11:43:16 +01:00
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