Skip to content

Latest commit

 

History

History
98 lines (45 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

98 lines (45 loc) · 2.85 KB

Change Log

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

1.0.0 (2018-05-15)

0.7.1 (2018-05-15)

0.7.0 (2018-04-20)

Features

  • abstractService: add normalizers for BIN and PAN (24d643e)

0.6.0 (2018-04-19)

Features

  • abstractService get* methods returns Promise instead of exception (c2f7a4f)
  • add freebinchecker service (4e048f1)

0.5.0 (2018-04-18)

Features

0.4.0 (2018-04-16)

Features

  • pass additional transport props from service to api layer (a49beb6)

0.3.0 (2018-04-14)

Bug Fixes

  • preservice: getPaySys must return the only match (b5b8f34)

Features

  • add cardInfo response contract (bc2702e)

0.2.0 (2018-04-12)

Features

  • preservice: add paysys defs for mastercard, amex, mir, maestro, etc. (c7fc2e3)
  • add org field to paysys definition (dfa52ae)

0.1.0 (2018-04-10)

Bug Fixes

  • validator: return false if alg is not supported (0cd7a88)

Features

  • add basic ifaces, boilerplate & validators (2d1ac23)
  • prelight: add basic impl (8347bbf)
  • transport: add basic impl (98bc627)
  • add binlist.net service provider (980a984)
  • add service composer (d04ae89)
  • Promise and transport customization (3d759d3)