ma3route-sdk
Advanced tools
Comparing version 0.13.0 to 1.0.0
@@ -11,2 +11,14 @@ # Change Log | ||
## 1.0.0 - 2017-07-04 | ||
Added: | ||
* Add support for Node.js v8.x | ||
Changed: | ||
* (maintenance) Update dependencies | ||
## 0.13.0 - 2016-10-14 | ||
@@ -13,0 +25,0 @@ |
{ | ||
"name": "ma3route-sdk", | ||
"version": "0.13.0", | ||
"version": "1.0.0", | ||
"description": "Node.js SDK for developing with the Ma3Route REST API", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"decamelize": "^1.0.0", | ||
"eventsource": "^0.2.0", | ||
"eventsource": "^1.0.4", | ||
"lodash": "^4.16.3", | ||
@@ -34,0 +34,0 @@ "request": "^2.75.0", |
@@ -5,9 +5,13 @@ # Ma3Route SDK | ||
[![node](https://img.shields.io/node/v/ma3route-sdk.svg?style=flat-square)](https://www.npmjs.com/package/ma3route-sdk) | ||
[![npm](https://img.shields.io/npm/v/ma3route-sdk.svg?style=flat-square)](https://www.npmjs.com/package/ma3route-sdk) | ||
[![Build Status](https://img.shields.io/travis/Ma3Route/node-sdk.svg?style=flat-square)](https://travis-ci.org/Ma3Route/node-sdk) | ||
[![node](https://img.shields.io/node/v/ma3route-sdk.svg?style=flat-square)](https://www.npmjs.com/package/ma3route-sdk) [![npm](https://img.shields.io/npm/v/ma3route-sdk.svg?style=flat-square)](https://www.npmjs.com/package/ma3route-sdk) [![Build Status](https://img.shields.io/travis/Ma3Route/node-sdk.svg?style=flat-square)](https://travis-ci.org/Ma3Route/node-sdk) | ||
> **The Version 2 of the Ma3Route API has been opened up!** | ||
> | ||
> Go to https://bitbucket.org/ma3route_team/ma3route-api-documentation/wiki/Introduction.md | ||
> for more information. | ||
|Aspect|Detail| | ||
|-----|-----| | ||
|Library version|`1.x.x`| | ||
|Ma3Route API|v2 · [docs][api-v2]| | ||
|Node.js|0.10, 0.11, 0.12, 4, 6, 8| | ||
|Development|~Active~ **Maintenance**| | ||
@@ -18,3 +22,3 @@ | ||
```bash | ||
$ npm install ma3route-sdk | ||
$ npm install ma3route-sdk@1 | ||
``` | ||
@@ -57,5 +61,6 @@ | ||
Copyright (c) 2015-2016 SkyeHi Limited | ||
Copyright (c) 2015-2017 SkyeHi Limited | ||
[api-v2]:https://bitbucket.org/ma3route_team/ma3route-api-documentation/wiki/Introduction.md | ||
[example]:https://github.com/Ma3Route/node-sdk/tree/master/example | ||
[guide]:https://github.com/Ma3Route/node-sdk/blob/master/CONTRIBUTING.md |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3802736
1
64
+ Addedeventsource@1.1.2(transitive)
- Removedeventsource@0.2.3(transitive)
- Removedoriginal@1.0.2(transitive)
- Removedquerystringify@2.2.0(transitive)
- Removedrequires-port@1.0.0(transitive)
- Removedurl-parse@1.5.10(transitive)
Updatedeventsource@^1.0.4