Skip to content

Commit 9432261

Browse files
MOL-363: Added changelog
1 parent 7194d73 commit 9432261

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## v1.0.1
8+
9+
### Added
10+
11+
- Changelog
12+
13+
### Updated
14+
15+
- Postman collection
16+
- Interface interaction field naming to differentiate the connector itself to others
17+
18+
## v1.0.0
19+
20+
### Added
21+
22+
- General configurations for Commercetools, Mollie and connector related
23+
- Package version for requests
24+
- Log mechanism
25+
- Supporting payment methods namely:
26+
- [Apple pay](https://docs.mollie.com/docs/apple-pay)
27+
- [Bancontact](https://docs.mollie.com/docs/bancontact)
28+
- [BLIK](https://docs.mollie.com/docs/blik)
29+
- [Credit/debit card](https://docs.mollie.com/docs/cards)
30+
- [Gift cards](https://docs.mollie.com/docs/giftcards)
31+
- [iDEAL](https://docs.mollie.com/docs/ideal)
32+
- [KBC/CBC](https://docs.mollie.com/docs/kbc)
33+
- [Paypal](https://docs.mollie.com/docs/paypal)
34+
- [Przelewy24](https://docs.mollie.com/docs/przelewy24)
35+
- Supporting for [Apply pay direct](https://docs.mollie.com/docs/direct-integration-of-apple-pay) & [Mollie card component](https://docs.mollie.com/docs/mollie-components)
36+
- Filter options for listing payment methods
37+
- Create/cancel payment via Payment API
38+
- Refund/cancel refund payment via Refund API
39+
- Webhooks for payment ...
40+
- Unit tests via Jest
41+
- Possibility to manage the due date period for bank transfering
42+
- Postman collection for developers

0 commit comments

Comments
 (0)