Skip to content

Commit

Permalink
Drop support for node 6
Browse files Browse the repository at this point in the history
Fixes: #13
  • Loading branch information
harrysarson committed Apr 18, 2019
1 parent 42f7507 commit c05b9e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "node"
- "10"
- "8"
- "6"

after_success:
- npm run coveralls
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [UNRELEASED]
## [UNRELEASED] - Will be a MAJOR change

Node 6 is no longer supported.

### Changed

- Updated badges in README.

## [3.0.0] - 2018-09-04
Expand All @@ -14,14 +17,16 @@ With version 3, chai-iterator has changed ownership.
This release updates the libary to work with chai@4, to use chai-iterator with chai@3 stick to version 1.

### Changed

- Passing null to functions with optional arguments will now cause an error.
- Upgraded peer dependancy from chai@3 to chai@4.

### Removed

- Typescript support: I don't know much about typescript and cannot maintain the definitions.
If anyone is willing to maintain typescript definitions please open an issue.

## [2.0.0] - Skipped

I published version 2 at @harrysarson/chai-iterator.
Instead of having to overwrite git tags, chai-iterator will skip over version 2.
Instead of having to overwrite git tags, chai-iterator will skip over version 2.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript"
],
"engines": {
"node": ">=6.0"
"node": ">=8.0"
},
"author": "Harry Sarson <harry.sarson@hotmail.co.uk>",
"license": "MIT",
Expand Down

0 comments on commit c05b9e6

Please sign in to comment.