Skip to content

Releases: enylin/line-pay-merchant

v0.9.0

09 Jun 07:46
Compare
Choose a tag to compare

What's Changed

  • docs: fix errors in sample code in api reference by @erase2004 in #9

Bug Fixes

  • deps: bump axios from 0.24.0 to 0.26.0 due to vulnerability (cc6f851)

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

10 Feb 05:13
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • timeout-retry handler: fix throwing error too early issue (715d1d5)

Features

  • handler: export handlers directly in index.ts (7208fb7)
  • type: export API types (d83e6eb)

BREAKING CHANGES

  • handler: remove handler and error from exports

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Dec 16:34
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • check-payment-status: fix check-payment-status API (76f87de)
  • http-client: parse last field in JSON object also (ef2088b)

Features

  • void: implement void API (3c4869c)

v0.6.0

27 Dec 14:43
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • error: remove return codes begin with 0 from error list (aaa2c09)
  • request: fix type of payment.payType (ace30dc)

Features

  • api: implement check regkey API (88f9610)
  • api: implement expire regKey API (10571a6)

v0.5.0

25 Dec 08:25
Compare
Choose a tag to compare

What's Changed

  • Create GitHub page documentation by @enylin in #6

Features

  • api: implement pay-preapproved API (1da842e)

v0.4.0

20 Dec 17:14
Compare
Choose a tag to compare

What's Changed

Features

  • api: implement check-payment-status API (3c725b9)
  • error: throw error if no request body (6c96fcc)

v0.3.0

17 Dec 00:46
Compare
Choose a tag to compare

What's Changed

Features

  • api: implement capture API (9a89d4f)
  • api: support default timeout for each api (d11e9f7)
  • error: export built-in errors (72ea021)

v0.2.0

14 Dec 09:41
Compare
Choose a tag to compare

What's Changed

Features

  • error: add basic error types (8c0c8b7)
  • handler: add duplicate request handler (0708066)
  • handler: add retry handler (a96f2d3)
  • handler: export built-in handlers (41be390)
  • handler: rename duplicate-request handler and allow customized predicate (28c552c)

Full Changelog: v0.1.1...v0.2.0

v0.1.1

13 Dec 07:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Dec 08:06
Compare
Choose a tag to compare