Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 2.99 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Breaking change

  • Android: replace cap.twitter.plugin.TwitterPlugin to com.getcapacitor.community.twitter.TwitterPlugin in your MainActivity.java

1.0.1 (2020-06-30)

Features

Bug Fixes

  • android: update capacitor and change java import to match community standard (f501f60)

1.0.0 (2020-06-28)

Features

  • android: update to capacitor v2 (f1dd501)
  • README: add usage (890b079)
  • add a comprehensive guide to ios/android (e1255c8)
  • improve readme and fix description (51111bf)
  • android: add isLogged and clean up code (d861053)
  • add twitter plugin (71221fe)

Bug Fixes

  • android: add app compat (14a58a5)
  • android: cap implementation (77c7ac7)
  • README: add the other packages (60f48f0)
  • README: import package name (b2eef56)
  • rename android package from cap.twitter.plugin to io.stewan.capacitor (a69f2b3)
  • android: add appcompat support (e5ba68b)
  • add some package keywords and improve readme (69b2d92)
  • android: return the auth response properly (a5c6910)
  • ios: remove extra setup from AppDelegate (201cadf)