Skip to content

Commit 4d4e78f

Browse files
authored
Merge pull request #47 from holidayextras/bump-packages
Package updates
2 parents ab915aa + 6da53ab commit 4d4e78f

File tree

7 files changed

+3954
-22
lines changed

7 files changed

+3954
-22
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
node_modules
2-
coverage.html
1+
*.tgz
32
complexity
3+
coverage.html
4+
jsonapi-server.cpuprofile
5+
node_modules
46
npm-debug.log

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
!test
2+
*~
13
.*
4+
complexity
5+
coverage.html
6+
jsonapi-server.cpuprofile

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
dist: trusty
2+
sudo: false
13
language: node_js
24
services:
35
- mongodb
46
node_js:
5-
- "6"
6-
script: "npm run $TEST_STEP"
7-
env:
8-
matrix:
9-
- TEST_STEP=lint
10-
- TEST_STEP=test
7+
- 4
8+
- 6
9+
- 8
10+
script: npm run ci
1111
notifications:
1212
email: false

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- 2017-09-23 - v2.0.0
2+
- 2017-09-23 - Bump all dependencies
3+
- 2017-09-23 - Support Node.js 8.
4+
- 2017-09-23 - Only Node.js >= 4.5 is now supported.
5+
- 2017-09-23 - Support latest `jsonapi-server`.
6+
- 2017-09-23 - Prevent crash when `attributeConfig` is `null` or `undefined`
17
- 2016-12-09 - v1.5.1
28
- 2016-12-09 - Bump all dependencies
39
- 2016-06-25 - v1.5.0

0 commit comments

Comments
 (0)