Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1023 Bytes

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 1023 Bytes

0.0.1

  • Initial release

0.0.2

  • Simplifing interface

0.0.3

  • Using builder pattern to expose tokenize function

0.0.4

  • Using widgetbook as example project

0.0.5

  • Removing tokenize from builder
  • Consolidating widgetbook files into main.dart

0.0.6

  • Exposing Square objects as dart classes wrapping interop extension types
  • Removing builder pattern and top-level widgets in favor of instantiating payment methods directly

0.0.7

  • Adding support for Apple Pay

0.0.8

  • Moving Apple Pay button styling from html to dart

0.0.9

  • Adding inline documentation for widgets
  • Adding support for Google Pay

0.0.10

  • Renaming Card to PaymentCard to avoid collision with material class
  • Detaching instead of destroying payment method when view is disposed

0.0.11

  • Updating GitHub repository and pages URLs

0.0.12

  • Cleaning up error handling

0.0.13

  • Automated publishing to pub.dev using GitHub Actions

0.0.14

  • Adding support for Strong Customer Authentication