Skip to content

Releases: BlinkID/blinkid-cordova

v1.4.1

13 Dec 14:12
@i1E i1E
Compare
Choose a tag to compare
  • upgraded support for Cordova v7.0.0 or higher
  • upgraded support for Cordova Android platform v7.0.0 or higher
    • sources for Android are now compliant with the Android Studio project structure
  • replaced the SSH link with the HTTPS link in the iOS init script (solves public-key denied issues)

v1.4.0

08 Dec 14:43
@i1E i1E
c123748
Compare
Choose a tag to compare
  • updated Android SDK to v3.13.0
  • updated iOS SDK to v2.14.0
  • added feature to return Face images from ID documents
  • images of cropped documents and face images are returned per Recognizer. This means that each result now (optionally) has keys "resultDocumentImage" for image of the document, and "resultFaceImage" for image of the Face
  • frame which resulted with a successful scan is now returned under key "resultSuccessfulImage"
  • muliple image types can now be returned. Specify which with new property "imageTypes" ->, e.g var imageTypes = ["IMAGE_SUCCESSFUL_SCAN", "IMAGE_FACE", "IMAGE_DOCUMENT"]
  • removed deprecated recognizers "ZXing" and "BarDecoder". Use "Barcode" instead.
  • fixed issue with type of the EUDL being returned as EUDL on iOS, and as UKDL or DEDL on Android. Now we always return the more specific type, e.g "DEDL" for German Driver's license
  • added new result keys for Malaysian MyKad to mykad_keys.js for obtaining parsed address fields (ZIP code, street, city and state)

v1.3.0

20 Oct 14:42
Compare
Choose a tag to compare
  • updated support for Ionic v3
  • replaced BlinkID iOS submodule dependency with cococapods dependency

v1.2.0

22 Sep 16:23
Compare
Choose a tag to compare
  • replaced BlinkID Android submodule dependency with Maven dependency
  • updated Android SDK to v3.11.0

v1.1.5

06 Apr 15:26
Compare
Choose a tag to compare

1.1.5

v1.1.4

22 Feb 22:11
Compare
Choose a tag to compare
  • update iOS SDK to v2.6.0
  • added DocumentFace recognizer
  • Fixed issues with obtaining images of EUDL and MyKad documents

v1.1.3

25 Jan 16:30
Compare
Choose a tag to compare
  • update Android SDK to v3.4.1

v1.1.2

05 Dec 12:09
Compare
Choose a tag to compare
  • fixed returning of date of birth and date of expiry for Machine Readable Travel Documents

v1.1.1

30 Nov 07:14
Compare
Choose a tag to compare
  • updated iOS native SDK to v2.5.1. This changes the default UI when scanning IDs.

v1.1.0

14 Nov 14:14
Compare
Choose a tag to compare
  • updated Android SDK to v3.2.0
  • updated iOS SDK to v2.5.0
  • added support for returning cropped image of scanned document
  • added example for Ionic framework