|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +## 2.0.0 (2020-03-05) |
| 6 | + |
| 7 | + |
| 8 | +### ⚠ BREAKING CHANGES |
| 9 | + |
| 10 | +* API has changed, see ReadMe.me |
| 11 | + |
| 12 | +* chore(release): 2.0.0-0 |
| 13 | + |
| 14 | +* chore(release): 2.0.0-beta.0 |
| 15 | + |
| 16 | +* refactor: leave successUrl and errorUrl as submitted |
| 17 | + |
| 18 | +* refactor(AbstractRequest): make getUrl static |
| 19 | + |
| 20 | +* chore(release): 2.0.0-beta.1 |
| 21 | + |
| 22 | +* feat: add cart resource and unify resources |
| 23 | + |
| 24 | +* docs: update code examples in readme |
| 25 | + |
| 26 | +* tests: add resource test |
| 27 | + |
| 28 | +* chore(release): 2.0.0-beta.2 |
| 29 | + |
| 30 | +* refactor: wip |
| 31 | + |
| 32 | +* Revert "refactor: wip" |
| 33 | + |
| 34 | +This reverts commit 7d6c1bb48195d8f9e162429cf5c56d2ca2a481c3. |
| 35 | + |
| 36 | +* refactor: rename payment to capture |
| 37 | + |
| 38 | +* fix: bad naming, update with camelCase |
| 39 | + |
| 40 | +* fix: reference limit to 50 and uppercase language |
| 41 | + |
| 42 | +* fix: return if value is not defined in setParameter method |
| 43 | + |
| 44 | +* revert: if value is not defined in parameter |
| 45 | + |
| 46 | +* refactor: rename capture in purchase |
| 47 | + |
| 48 | +* refactor: change resource constructor |
| 49 | + |
| 50 | +* refactor: change purchase response toArray method visibility |
| 51 | + |
| 52 | +* refactor: include in context only not null resource |
| 53 | + |
| 54 | +* fix: do not escape to unicode for context_command |
| 55 | + |
| 56 | +* fix: add missing fields in purchase response |
| 57 | + |
| 58 | +* docs: add purchase request |
| 59 | + |
| 60 | +* docs: add purchase response |
| 61 | + |
| 62 | +* chore: update dependencies |
| 63 | + |
| 64 | +* refactor: travis.yml |
| 65 | + |
| 66 | +* fix: missing return in baseFields |
| 67 | + |
| 68 | +* chore(release): 2.0.0-beta.3 |
| 69 | + |
| 70 | +* docs: update usage |
| 71 | + |
| 72 | +* docs: remove Carbon from usage examples |
| 73 | + |
| 74 | +* refactor: cleanup assertions |
| 75 | + |
| 76 | +* chore: update ci |
| 77 | + |
| 78 | +### Bug Fixes |
| 79 | + |
| 80 | +* **github:** add missing comma ([937c8f3](https://github.com/dansmaculotte/monetico-php/commit/937c8f3)) |
| 81 | +* **github:** add missing ext mbstring ([1371cf7](https://github.com/dansmaculotte/monetico-php/commit/1371cf7)) |
| 82 | + |
| 83 | + |
| 84 | +### Features |
| 85 | + |
| 86 | +* add github workflow ([7d2aaf0](https://github.com/dansmaculotte/monetico-php/commit/7d2aaf0)) |
| 87 | + |
| 88 | + |
| 89 | +* New API methods and 3DSv2 support (#15) ([7058a8a](https://github.com/dansmaculotte/monetico-php/commit/7058a8a)), closes [#15](https://github.com/dansmaculotte/monetico-php/issues/15) |
| 90 | + |
| 91 | +## 1.0.0 (2019-07-24) |
| 92 | + |
| 93 | + |
| 94 | +### Bug Fixes |
| 95 | + |
| 96 | +* adjust quotes wrapping for payment receipt output format and lowercase seal in seal validation. Resolves [#2](https://github.com/dansmaculotte/monetico-php/issues/2). ([c7a9244](https://github.com/dansmaculotte/monetico-php/commit/c7a9244)) |
| 97 | +* move carbon to dev dependencies ([5235c76](https://github.com/dansmaculotte/monetico-php/commit/5235c76)) |
| 98 | +* transform security key before seal generation ([4bc97d3](https://github.com/dansmaculotte/monetico-php/commit/4bc97d3)) |
| 99 | + |
| 100 | + |
| 101 | +### Features |
| 102 | + |
| 103 | +* Add base files ([0419ab4](https://github.com/dansmaculotte/monetico-php/commit/0419ab4)) |
| 104 | +* add php-cs-fixer and git hooks ([1689a16](https://github.com/dansmaculotte/monetico-php/commit/1689a16)) |
| 105 | +* Add ReadMe and Licence ([b61d7ff](https://github.com/dansmaculotte/monetico-php/commit/b61d7ff)) |
| 106 | + |
5 | 107 | ## [2.0.0-beta.3](https://github.com/dansmaculotte/monetico-php/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2019-11-30)
|
6 | 108 |
|
7 | 109 |
|
|
0 commit comments