Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Jun 18, 2019
1 parent 5fb2509 commit 240df81
Show file tree
Hide file tree
Showing 27 changed files with 94 additions and 89 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### [Unreleased][HEAD]

## [2.1.0] - June 18th 2019

### @esri/arcgis-rest-portal

* New Features
* A new [`addGroupUsers`](https://esri.github.io/arcgis-rest-js/api/portal/addGroupUsers/) method has been added to add members to a given group.
* **portal**: a new function to add members to a given group [`998d3a70`](https://github.com/Esri/arcgis-rest-js/commit/998d3a705aac0ebdd59bacdbae2f48924cad86ff) [#584](https://github.com/Esri/arcgis-rest-js/issues/584)

## [2.0.4] - June 14th 2019

Expand Down Expand Up @@ -71,7 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [2.0.0] - April 22nd 2019

For a more readable explanation of the new features and breaking changes in this release, please take a look at [What's new in `v2.0.0`](https://esri.github.io/arcgis-rest-js/guides/whats-new-v2-0/).
For a more readable explanation of the new features and breaking changes in this release, please take a look at [What's new in `v2.0.0`](https://esri.github.io/arcgis-rest-js/guides/whats-new-v2-0/).

### @esri/arcgis-rest-request

Expand Down Expand Up @@ -1368,4 +1372,5 @@ Initial Public Release
[2.0.2]: https://github.com/Esri/arcgis-rest-js/compare/v2.0.1...v2.0.2 "v2.0.2"
[2.0.3]: https://github.com/Esri/arcgis-rest-js/compare/v2.0.2...v2.0.3 "v2.0.3"
[2.0.4]: https://github.com/Esri/arcgis-rest-js/compare/v2.0.3...v2.0.4 "v2.0.4"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v2.0.4...HEAD "Unreleased Changes"
[2.1.0]: https://github.com/Esri/arcgis-rest-js/compare/v2.0.4...v2.1.0 "v2.1.0"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v2.1.0...HEAD "Unreleased Changes"
8 changes: 4 additions & 4 deletions demos/ago-node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-cli",
"version": "2.0.4",
"version": "2.1.0",
"description": "arcgis-rest-js node command-line item search example",
"main": "ago.js",
"scripts": {
Expand All @@ -18,9 +18,9 @@
"author": "Dave Bouwman <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-portal": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4",
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-portal": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"cross-fetch": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions demos/attachments/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "attachments",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "Vanilla JavaScript demo of attachment methods of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-feature-layer": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
8 changes: 4 additions & 4 deletions demos/batch-geocoder-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "batch-geocoder",
"version": "2.0.4",
"version": "2.1.0",
"description": "arcgis-rest-js batch geocode sample",
"main": "batch-geocode.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-common": "^1.19.2",
"@esri/arcgis-rest-geocoding": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4",
"@esri/arcgis-rest-geocoding": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^2.0.0",
"papaparse": "^4.6.0"
Expand Down
6 changes: 3 additions & 3 deletions demos/express/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/arcgis-rest-demo-express",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "Demo of @esri/arcgis-rest-* packages in an Express server",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4",
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0",
"cross-fetch": "^3.0.0",
"express": "^4.16.3",
"isomorphic-form-data": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions demos/feature-service-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "feature-service-browser",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-feature-layer": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
8 changes: 4 additions & 4 deletions demos/geocoder-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@esri/arcgis-rest-geocoder-vanilla",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-geocoding": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-geocoding": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0"
},
"devDependencies": {
"http-server": "0.11.1"
Expand Down
8 changes: 4 additions & 4 deletions demos/jsapi-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@esri/jsapi-integration",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "to do",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-portal": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-portal": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
8 changes: 4 additions & 4 deletions demos/node-cli-item-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-item-management",
"version": "2.0.4",
"version": "2.1.0",
"description": "Manage items in ArcGIS Online with a Node JS CLI and ArcGIS Rest JS",
"main": "index.js",
"scripts": {
Expand All @@ -16,9 +16,9 @@
"arcgis-rest-js"
],
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-portal": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4",
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-portal": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0",
"chalk": "^2.3.0",
"cross-fetch": "^3.0.0",
"isomorphic-form-data": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions demos/oauth2-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/arcgis-rest-demo-vanilla",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
6 changes: 3 additions & 3 deletions demos/stream-response-to-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-response-to-file",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "stream response to file with arcgis-rest-request",
"main": "index.js",
Expand All @@ -25,8 +25,8 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-feature-layer": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4",
"@esri/arcgis-rest-feature-layer": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0",
"isomorphic-form-data": "^2.0.0",
"node-fetch": "^2.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions demos/tree-shaking-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-tree-shaking-rollup",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"rollup-plugin-node-resolve": "^4.0.1"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-portal": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions demos/tree-shaking-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-tree-shaking-webpack",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"webpack-cli": "^3.3.0"
},
"dependencies": {
"@esri/arcgis-rest-portal": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-portal": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions demos/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@esri/arcgis-rest-demo-vue-with-popup",
"description": "VueJS demo of @esri/arcgis-rest-* packages.",
"version": "2.0.4",
"version": "2.1.0",
"author": "",
"license": "Apache-2.0",
"private": true,
Expand All @@ -12,8 +12,8 @@
"start": "npm run serve"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4",
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
Expand Down
10 changes: 5 additions & 5 deletions demos/webmap-checker-sapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sapper-webmap-checker",
"description": "this thing is cray cray",
"private": true,
"version": "2.0.4",
"version": "2.1.0",
"scripts": {
"dev": "sapper dev",
"build:legacy": "sapper build --legacy",
Expand All @@ -13,9 +13,9 @@
"test": "run-p --race dev cy:run"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-portal": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4",
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-portal": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0",
"compression": "^1.7.1",
"cookies": "^0.7.3",
"cross-fetch": "^3.0.0",
Expand All @@ -35,7 +35,7 @@
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"chokidar": "^2.0.4",
"chokidar": "^2.1.0",
"npm-run-all": "^4.1.5",
"rollup": "^1.0.0",
"rollup-plugin-babel": "^4.0.2",
Expand Down
16 changes: 8 additions & 8 deletions docs/src/srihashes.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "2.0.4",
"version": "2.1.0",
"packages": {
"@esri/arcgis-rest-auth": "sha384-J/s62BrRsg1M2EoGkg1Dlel/SfYBBNzjNS3sjVqDXiUu3zwMLHLGlTcOl8Qncgg4",
"@esri/arcgis-rest-feature-layer": "sha384-80+ROL4fugmuYc8JazatRY4WQYr2MT9zgVgsO9MfKVYOLeD5Lbrakn9FI8S8gQQR",
"@esri/arcgis-rest-geocoding": "sha384-dunXkCJvS8856uo8Qdje5g4ZyRaksrqJ982bsRxj9YedPFVD76/DpiSJOzKBb8nh",
"@esri/arcgis-rest-portal": "sha384-p6U7ObqaJPPreX7oDwCJU113T9nazaACbJOVxL1TeHz94QOFh9X1qPMSCNHe57i0",
"@esri/arcgis-rest-request": "sha384-qn+tWqGRtk3uz1yp2ptrAv5hwx3QGh90C9OpZNnZAoxuc3pvklz+71dYcWt6Fff1",
"@esri/arcgis-rest-routing": "sha384-S7EbDnBaPCdgjNG+nkmLxijMN8UVrEzUoaKNXZF00Ob/5XOM0NSr4aoMi4KOkMMn",
"@esri/arcgis-rest-service-admin": "sha384-8rB59SBhOnb/reNQO26H5wNeHYEGC/Qbi14hutaLSlKYz8IPOTh1qcbgrgkANxr8"
"@esri/arcgis-rest-auth": "sha384-5xii8FDLa5jBrOIlqirRxsDwbXwVa3e7wYDfVlW1BfZX8gHj/WKV0SCYTdDTLn0u",
"@esri/arcgis-rest-feature-layer": "sha384-ceMpSSj5zX1eAesocIidKK/NodmCresPV53OFxoMPSNGyOJ/lrIGS8Qlxlf45Uc4",
"@esri/arcgis-rest-geocoding": "sha384-99e8q8In0CTkM1NnhLU4oCdEh1iMAhRAtbdd089b0rimgLV+906xpR8JfAhZTceE",
"@esri/arcgis-rest-portal": "sha384-MHE1H580dC/9W/tlm9D0Z1ZRkF6adcCYO4D+LcSA0pP80NVWA9yMoPr5GGkcEJbd",
"@esri/arcgis-rest-request": "sha384-jAnOGaUo3p2hQOSNpTW5YL5D1Pf83Av6fuWJrwlSj7uGA4DaYzq+LJf5EPbQlrwg",
"@esri/arcgis-rest-routing": "sha384-z5m0vbGHZVosVqCnPtKQxAdkuMO+RgIXKbcOSvkkweMHskdHqv1G9XdsrJF/cMDw",
"@esri/arcgis-rest-service-admin": "sha384-cXZNwAHJOtA6ANI2DT/1yMwXUhp4FcedVCVKXTk7B9K9IstA9WXuljdG5sNM1+T9"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"demos/*"
],
"version": "2.0.4"
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-js",
"version": "2.0.4",
"version": "2.1.0",
"description": "Compact, modular JavaScript wrappers for the ArcGIS REST API that run in Node.js and modern browsers.",
"devDependencies": {
"@types/es6-promise": "0.0.32",
Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-auth",
"version": "2.0.4",
"version": "2.1.0",
"description": "Authentication helpers for @esri/arcgis-rest-js.",
"main": "dist/node/index.js",
"unpkg": "dist/umd/auth.umd.js",
Expand All @@ -13,11 +13,11 @@
"dist/**"
],
"dependencies": {
"@esri/arcgis-rest-types": "^2.0.4",
"@esri/arcgis-rest-types": "^2.1.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-request": "^2.1.0"
},
"peerDependencies": {
"@esri/arcgis-rest-request": "^2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/arcgis-rest-feature-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-feature-layer",
"version": "2.0.4",
"version": "2.1.0",
"description": "Feature layer query and edit helpers for @esri/arcgis-rest-js",
"main": "dist/node/index.js",
"unpkg": "dist/umd/feature-layer.umd.js",
Expand All @@ -13,12 +13,12 @@
"dist/**"
],
"dependencies": {
"@esri/arcgis-rest-types": "^2.0.4",
"@esri/arcgis-rest-types": "^2.1.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^2.0.4",
"@esri/arcgis-rest-request": "^2.0.4"
"@esri/arcgis-rest-auth": "^2.1.0",
"@esri/arcgis-rest-request": "^2.1.0"
},
"peerDependencies": {
"@esri/arcgis-rest-auth": "^2.0.0",
Expand Down
Loading

0 comments on commit 240df81

Please sign in to comment.