Skip to content

Releases: MrLightful/cieloSdk-flutter

v0.0.6

10 Jun 14:02
eb0ad69
Compare
Choose a tag to compare
  • Skip mod10 validation for test cards in sandbox mode.
  • Add tests for card number validation of test cards in sandbox mode.

v0.0.5

10 Jun 12:23
eb571cc
Compare
Choose a tag to compare

Fix validation for pre-defined test card numbers in sandbox mode.
Learn more: https://braspag.github.io/en/manual/braspag-pagador#test-cards-(simulado)

v0.0.4

10 Jun 12:23
117842f
Compare
Choose a tag to compare

Allow localized character sets for cardholder names

v0.0.3

22 Jan 20:30
ef1b1cf
Compare
Choose a tag to compare

Quickfix for incorrect API URL for Braspag's Silent Order Post in production.

v0.0.2

15 Jan 19:15
1a4cdfd
Compare
Choose a tag to compare

The release mostly meant to improve Pub scoring of the package.

  • Longer project description
  • Example project
  • More dartdoc for public API
  • Dart formatting

Breaking change:

  • Fix method signature: Cielo.sop.sendCard(CieloCard card, {required String accessToken}).

v0.0.1

11 Jan 20:08
25a2f84
Compare
Choose a tag to compare

The first public release of the package. It integrates the most basic features of Cielo.

Features

  • SDK's core initialization with options (supports Cielo and Braspag, and sandbox and production environments)
  • Client-side validation of card data (mod10, brand-based, etc.)
  • Silent Order Post (SOP) integration: Cielo.initSOP() and Cielo.sop.sendCard(card, accessToken=accessToken)
  • Profound testing of basic features