|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
5 |
| -### [1.0.1](https://github.com/capacitor-community/twitter/compare/v1.0.0...v1.0.1) (2020-06-30) |
| 5 | +## Breaking change |
6 | 6 |
|
| 7 | +- Android: replace `cap.twitter.plugin.TwitterPlugin` to `com.getcapacitor.community.twitter.TwitterPlugin` in your `MainActivity.java` |
7 | 8 |
|
8 |
| -### Features |
| 9 | +### [1.0.1](https://github.com/capacitor-community/twitter/compare/v1.0.0...v1.0.1) (2020-06-30) |
9 | 10 |
|
10 |
| -* add example ([25b8081](https://github.com/capacitor-community/twitter/commit/25b80815c12f6dc5089542f5fa9cd0cdf75053f5)) |
| 11 | +### Features |
11 | 12 |
|
| 13 | +- add example ([25b8081](https://github.com/capacitor-community/twitter/commit/25b80815c12f6dc5089542f5fa9cd0cdf75053f5)) |
12 | 14 |
|
13 | 15 | ### Bug Fixes
|
14 | 16 |
|
15 |
| -* **android:** update capacitor and change java import to match community standard ([f501f60](https://github.com/capacitor-community/twitter/commit/f501f604482ecd8f19924691293a4bcb5a9a366c)) |
| 17 | +- **android:** update capacitor and change java import to match community standard ([f501f60](https://github.com/capacitor-community/twitter/commit/f501f604482ecd8f19924691293a4bcb5a9a366c)) |
16 | 18 |
|
17 | 19 | ## 1.0.0 (2020-06-28)
|
18 | 20 |
|
19 |
| - |
20 | 21 | ### Features
|
21 | 22 |
|
22 |
| -* **android:** update to capacitor v2 ([f1dd501](https://github.com/capacitor-community/twitter/commit/f1dd5011c96246e91e4c6db9209a667fab63c473)) |
23 |
| -* **README:** add usage ([890b079](https://github.com/capacitor-community/twitter/commit/890b079838258edf961f2e866c242d43b77f2ef4)) |
24 |
| -* add a comprehensive guide to ios/android ([e1255c8](https://github.com/capacitor-community/twitter/commit/e1255c8852888c403b0fb0ee5a900d13a67a20a3)) |
25 |
| -* improve readme and fix description ([51111bf](https://github.com/capacitor-community/twitter/commit/51111bf84b472181948fc657304f3993e949e300)) |
26 |
| -* **android:** add isLogged and clean up code ([d861053](https://github.com/capacitor-community/twitter/commit/d8610537e6e26cce2d5aa287d6e0b48f06b41693)) |
27 |
| -* add twitter plugin ([71221fe](https://github.com/capacitor-community/twitter/commit/71221fe3e3d582d01a439bf5a1426cdc6023b0d3)) |
28 |
| - |
| 23 | +- **android:** update to capacitor v2 ([f1dd501](https://github.com/capacitor-community/twitter/commit/f1dd5011c96246e91e4c6db9209a667fab63c473)) |
| 24 | +- **README:** add usage ([890b079](https://github.com/capacitor-community/twitter/commit/890b079838258edf961f2e866c242d43b77f2ef4)) |
| 25 | +- add a comprehensive guide to ios/android ([e1255c8](https://github.com/capacitor-community/twitter/commit/e1255c8852888c403b0fb0ee5a900d13a67a20a3)) |
| 26 | +- improve readme and fix description ([51111bf](https://github.com/capacitor-community/twitter/commit/51111bf84b472181948fc657304f3993e949e300)) |
| 27 | +- **android:** add isLogged and clean up code ([d861053](https://github.com/capacitor-community/twitter/commit/d8610537e6e26cce2d5aa287d6e0b48f06b41693)) |
| 28 | +- add twitter plugin ([71221fe](https://github.com/capacitor-community/twitter/commit/71221fe3e3d582d01a439bf5a1426cdc6023b0d3)) |
29 | 29 |
|
30 | 30 | ### Bug Fixes
|
31 | 31 |
|
32 |
| -* **android:** add app compat ([14a58a5](https://github.com/capacitor-community/twitter/commit/14a58a5237826eb8635c9ef95efce8a4394e568a)) |
33 |
| -* **android:** cap implementation ([77c7ac7](https://github.com/capacitor-community/twitter/commit/77c7ac7f60fae63c3839615d2d7e3496a2efd086)) |
34 |
| -* **README:** add the other packages ([60f48f0](https://github.com/capacitor-community/twitter/commit/60f48f0e452c7a1009caf2cbd51e29f31699dc30)) |
35 |
| -* **README:** import package name ([b2eef56](https://github.com/capacitor-community/twitter/commit/b2eef567689a11d7b47cc1ce6904ba2b14c3e75b)) |
36 |
| -* rename android package from cap.twitter.plugin to io.stewan.capacitor ([a69f2b3](https://github.com/capacitor-community/twitter/commit/a69f2b3b5bffe295ddbfbc3fffd4c545694b684a)) |
37 |
| -* **android:** add appcompat support ([e5ba68b](https://github.com/capacitor-community/twitter/commit/e5ba68be54322030844ab51845158ee5d579943f)) |
38 |
| -* add some package keywords and improve readme ([69b2d92](https://github.com/capacitor-community/twitter/commit/69b2d926c624bb2e40ec1f2aec9b100d6bc4f46c)) |
39 |
| -* **android:** return the auth response properly ([a5c6910](https://github.com/capacitor-community/twitter/commit/a5c6910974fcbca0af9878c963910bb4f0477dc1)) |
40 |
| -* **ios:** remove extra setup from AppDelegate ([201cadf](https://github.com/capacitor-community/twitter/commit/201cadf6ee2adb823cafb68220fda10bc0f7ac73)) |
| 32 | +- **android:** add app compat ([14a58a5](https://github.com/capacitor-community/twitter/commit/14a58a5237826eb8635c9ef95efce8a4394e568a)) |
| 33 | +- **android:** cap implementation ([77c7ac7](https://github.com/capacitor-community/twitter/commit/77c7ac7f60fae63c3839615d2d7e3496a2efd086)) |
| 34 | +- **README:** add the other packages ([60f48f0](https://github.com/capacitor-community/twitter/commit/60f48f0e452c7a1009caf2cbd51e29f31699dc30)) |
| 35 | +- **README:** import package name ([b2eef56](https://github.com/capacitor-community/twitter/commit/b2eef567689a11d7b47cc1ce6904ba2b14c3e75b)) |
| 36 | +- rename android package from cap.twitter.plugin to io.stewan.capacitor ([a69f2b3](https://github.com/capacitor-community/twitter/commit/a69f2b3b5bffe295ddbfbc3fffd4c545694b684a)) |
| 37 | +- **android:** add appcompat support ([e5ba68b](https://github.com/capacitor-community/twitter/commit/e5ba68be54322030844ab51845158ee5d579943f)) |
| 38 | +- add some package keywords and improve readme ([69b2d92](https://github.com/capacitor-community/twitter/commit/69b2d926c624bb2e40ec1f2aec9b100d6bc4f46c)) |
| 39 | +- **android:** return the auth response properly ([a5c6910](https://github.com/capacitor-community/twitter/commit/a5c6910974fcbca0af9878c963910bb4f0477dc1)) |
| 40 | +- **ios:** remove extra setup from AppDelegate ([201cadf](https://github.com/capacitor-community/twitter/commit/201cadf6ee2adb823cafb68220fda10bc0f7ac73)) |
0 commit comments