holidayextras / jsonapi-client

Easily consume a json:api service in Javascript.
MIT License
68 stars 19 forks source link

jsonapi-server package bump and attempt to fix CI builds #58

Closed joseph-norman closed 7 years ago

joseph-norman commented 7 years ago

Maintenance updates for this repo.

-> Updated .travis.yml to include a number of node versions (4, 6, 7). -> Added a note to the repo README to state the required version of node.js to be >=4.5.0. -> Updated the jsonapi-server version dependency from 1.15.4 -> 3.0.0. -> Added required minimum node.js engine field to package.json. -> Updated the tests to reflect additional data coming back in fetches related to foreign resources (tags element in jsonapi-server 3.0.0)