Skip to content

Latest commit

 

History

History
153 lines (79 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

153 lines (79 loc) · 5.34 KB

Changelog

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

2.0.0 (2020-03-05)

⚠ BREAKING CHANGES

  • API has changed, see ReadMe.me

  • chore(release): 2.0.0-0

  • chore(release): 2.0.0-beta.0

  • refactor: leave successUrl and errorUrl as submitted

  • refactor(AbstractRequest): make getUrl static

  • chore(release): 2.0.0-beta.1

  • feat: add cart resource and unify resources

  • docs: update code examples in readme

  • tests: add resource test

  • chore(release): 2.0.0-beta.2

  • refactor: wip

  • Revert "refactor: wip"

This reverts commit 7d6c1bb48195d8f9e162429cf5c56d2ca2a481c3.

  • refactor: rename payment to capture

  • fix: bad naming, update with camelCase

  • fix: reference limit to 50 and uppercase language

  • fix: return if value is not defined in setParameter method

  • revert: if value is not defined in parameter

  • refactor: rename capture in purchase

  • refactor: change resource constructor

  • refactor: change purchase response toArray method visibility

  • refactor: include in context only not null resource

  • fix: do not escape to unicode for context_command

  • fix: add missing fields in purchase response

  • docs: add purchase request

  • docs: add purchase response

  • chore: update dependencies

  • refactor: travis.yml

  • fix: missing return in baseFields

  • chore(release): 2.0.0-beta.3

  • docs: update usage

  • docs: remove Carbon from usage examples

  • refactor: cleanup assertions

  • chore: update ci

Bug Fixes

  • github: add missing comma (937c8f3)
  • github: add missing ext mbstring (1371cf7)

Features

  • add github workflow (7d2aaf0)

  • New API methods and 3DSv2 support (#15) (7058a8a), closes #15

1.0.0 (2019-07-24)

Bug Fixes

  • adjust quotes wrapping for payment receipt output format and lowercase seal in seal validation. Resolves #2. (c7a9244)
  • move carbon to dev dependencies (5235c76)
  • transform security key before seal generation (4bc97d3)

Features

2.0.0-beta.3 (2019-11-30)

Bug Fixes

  • add missing fields in purchase response (b4c633b)
  • bad naming, update with camelCase (4cc2d15)
  • do not escape to unicode for context_command (1d578b6)
  • missing return in baseFields (9f894da)
  • reference limit to 50 and uppercase language (609808d)
  • return if value is not defined in setParameter method (44af33b)

2.0.0-beta.2 (2019-08-29)

Features

  • add cart resource and unify resources (cf45695)

2.0.0-beta.1 (2019-08-28)

2.0.0-beta.0 (2019-08-27)

2.0.0-0 (2019-08-27)

⚠ BREAKING CHANGES

  • API has changed, see ReadMe.me

  • separate requests and responses in folders (c312854)

1.0.0 (2019-07-24)

Bug Fixes

  • adjust quotes wrapping for payment receipt output format and lowercase seal in seal validation. Resolves #2. (c7a9244)
  • move carbon to dev dependencies (5235c76)
  • transform security key before seal generation (4bc97d3)

Features