Skip to content

Commit

Permalink
Merge pull request #65 from CurrencyCloud/release/4.2.0
Browse files Browse the repository at this point in the history
Release 4.2.0
  • Loading branch information
jonathancouchman authored Aug 31, 2021
2 parents 4aadc24 + bde3b25 commit 000f663
Show file tree
Hide file tree
Showing 4 changed files with 1,905 additions and 58 deletions.
16 changes: 1 addition & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
language: node_js
node_js:
- "16"
- "14"
- "14.0.0"
- "12.3.1"
- "12.0.0"
- "11.15.0"
- "11.0.0"
- "10.15.3"
- "10.0.0"
- "9.11.2"
- "9.0.0"
- "8.16.0"
- "8.0.0"
- "7.10.1"
- "7.0.0"
- "6.17.1"
- "6.0.0"
jobs:
allow_failures:
- node_js: "8.0.0"

script:
- npm test
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@ $ npm install currency-cloud --save
```

## Supported Node versions
The current least supported Node version is 6.0.0.
The current least supported Node version is 12.0.0.

**2020-10-12 : Deprecation Notice.** Support for the following EOL Node.js versions will be dropped in January 2021

6, 7, 8, 9, 11

After this date, the SDK will no longer be tested against these versions.
Production applications should only use Active LTS or Maintenance LTS Node.js releases. Users should upgrade to the latest
stable version of [Node.js](https://nodejs.org/en/about/releases/)
# Usage
The following example retrieves all tradeable currencies list:
```js
Expand Down
Loading

0 comments on commit 000f663

Please sign in to comment.