Skip to content

Commit eac196c

Browse files
SDK documentation improvement (#744)
* Typedoc version updated & braking changes resolved. Naming and description improvements * Typedoc version updated * node.js version updated to 14 * Changelog updated * Update src/endpoints/branding.ts Co-authored-by: mirovladimitrovski <[email protected]> * lint fix Co-authored-by: mirovladimitrovski <[email protected]>
1 parent 0ae4859 commit eac196c

40 files changed

+3344
-2353
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ jobs:
88
build:
99
name: Build
1010
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
node_version: [10, 12]
1411

1512
steps:
1613
- uses: actions/checkout@v1
1714
- name: Use Node.js ${{ matrix.node_version }}
1815
uses: actions/setup-node@v1
1916
with:
20-
version: ${{ matrix.node_version }}
17+
version: 14
2118

2219
- name: Install Dependencies
2320
run: yarn

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [3.12.0] - 28-09-2021
6+
## Changes
7+
8+
- Typedoc version upgraded to 0.22.4
9+
- The view of our generated docs is changed, due to breaking changes introduces in typedoc 0.20.0 version
10+
- Moved the directDebitSubscribe and idealSubscribe methods in subscription module and added deprecated description next to them in payments module
11+
- Added more comprehensive description for methods parameters and responses
12+
- Removed redundant getPaymentTools method
13+
514
# [3.11.3] - 23-09-2021
615

716
### Added
@@ -10,7 +19,7 @@ All notable changes to this project will be documented in this file.
1019

1120
# [3.11.2] - 10-05-2021
1221

13-
### fixes
22+
### Fixes
1423

1524
- Due to breaking changes introduced in typedoc 0.20.0 version, the view of our generated docs has been broken. The typedoc version is reverted to 0.19.2.
1625

0 commit comments

Comments
 (0)