Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jun 20, 2018
1 parent 1939214 commit 2c52423
Show file tree
Hide file tree
Showing 20 changed files with 78 additions and 51 deletions.
39 changes: 33 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### [Unreleased][HEAD]

## [1.4.1] - June 20th 2018

### @esri/arcgis-rest-auth

* New Features
* **auth**: add toCredential() method to UserSession to pass to jsapi [`c03430d`](https://github.com/Esri/arcgis-rest-js/commit/c03430d4d5b93d983c9cab39117a5623113425e8) [#208](https://github.com/Esri/arcgis-rest-js/issues/208)
* **auth**: add fromCredential() to instantiate UserSession _from_ jsapi auth [`ea64da9`](https://github.com/Esri/arcgis-rest-js/commit/ea64da92c74c3a9b6671e66872070372db46cd72) [#208](https://github.com/Esri/arcgis-rest-js/issues/208)
* Bug Fixes
* **auth**: use www.arcgis.com consistently [`a7dc28d`](https://github.com/Esri/arcgis-rest-js/commit/a7dc28d9fe860f380ed57137bcafe73ab0bb5e9d) [#223](https://github.com/Esri/arcgis-rest-js/issues/223)

### @esri/arcgis-rest-feature-service

* Misc.
* **feature-service**: refactor feature service signatures to stop leaning on params directly [`410a511`](https://github.com/Esri/arcgis-rest-js/commit/410a511b2992f5d3daffeef7937a8b270e119bf9)

### @esri/arcgis-rest-geocoder

* Misc.
* **reorganizing**: break up geocoding package into multiple files [`216f23c`](https://github.com/Esri/arcgis-rest-js/commit/216f23cbc21803c22db6a737b48f97507fe6bc0b) [#216](https://github.com/Esri/arcgis-rest-js/issues/216)

### Other Changes

* Documentation
* **demos**: jsapi integration demo shows more typical scenario [`0878793`](https://github.com/Esri/arcgis-rest-js/commit/0878793cf3d2cdd05f7cdc39ede9802a415f8f85)
* Misc.
* **feature-service**: update signatures [`c0a881b`](https://github.com/Esri/arcgis-rest-js/commit/c0a881bd028eb189ca27fa666ae1089663a563c1)

## [1.4.0] - June 6th 2018

### @esri/arcgis-rest-auth
Expand Down Expand Up @@ -152,7 +179,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Chores
* **umd**: make umd filenames more terse [`368e1a1`](https://github.com/Esri/arcgis-rest-js/commit/368e1a19088d4eff55144e71b9e0285c92a32199)
* Bug Fixes
* **fetch**: set credentials: "same-origin" in fetch options to support sending IWA cookies [`a4d0115`](https://github.com/Esri/arcgis-rest-js/commit/a4d0115522c1d2a3e44e15320c84745ad58389dc)
* **fetch**: set credentials: "same-origin" in fetch options to support sending IWA cookies [`a4d0115`](https://github.com/Esri/arcgis-rest-js/commit/a4d0115522c1d2a3e44e15320c84745ad58389dc)

### @esri/arcgis-rest-users

Expand All @@ -168,12 +195,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Bug Fixes
* **oauth-demo**: remove ES2015 buts from oAuth Demo for IE 11 [`22ec948`](https://github.com/Esri/arcgis-rest-js/commit/22ec94889d5867c07babaf2c85197f39c0ae46f1)
* **IItem**: make id and owner the only required properties of IItem [`9c508f2`](https://github.com/Esri/arcgis-rest-js/commit/9c508f25a2404f0cbea8d22da98653a875a49901)
* **fetch**: set credentials: "same-origin" in fetch options [`3ae7159`](https://github.com/Esri/arcgis-rest-js/commit/3ae715939fd3245a8dc0f693e82a7df16fe099a1)
* **fetch**: set credentials: "same-origin" in fetch options [`3ae7159`](https://github.com/Esri/arcgis-rest-js/commit/3ae715939fd3245a8dc0f693e82a7df16fe099a1)

### doc improvements

* Bug Fixes
* **createItem**: owner "item.owner" authentication.username [`76680a1`](https://github.com/Esri/arcgis-rest-js/commit/76680a1834332a196bf4b93a05caf5020156fe0f)
* **createItem**: owner "item.owner" authentication.username [`76680a1`](https://github.com/Esri/arcgis-rest-js/commit/76680a1834332a196bf4b93a05caf5020156fe0f)

## [1.1.2] - May 2nd 2018

Expand Down Expand Up @@ -519,8 +546,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial Public Release

[1.0.0]: https://github.com/Esri/arcgis-rest-js/compare/265d6aed1856d3ae1ff81f03ce85aba449b01f21...v1.0.0 "v1.0.0"
[1.0.1]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.0...v1.0.1 "v1.0.1"
[1.0.2]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.1...v1.0.2 "v1.0.2"
[1.0.2]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.0...v1.0.2 "v1.0.2"
[1.0.3]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.2...v1.0.3 "v1.0.3"
[1.1.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.0.3...v1.1.0 "v1.1.0"
[1.1.1]: https://github.com/Esri/arcgis-rest-js/compare/v1.1.0...v1.1.1 "v1.1.1"
Expand All @@ -529,4 +555,5 @@ Initial Public Release
[1.2.1]: https://github.com/Esri/arcgis-rest-js/compare/v1.2.0...v1.2.1 "v1.2.1"
[1.3.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.2.1...v1.3.0 "v1.3.0"
[1.4.0]: https://github.com/Esri/arcgis-rest-js/compare/v1.3.0...v1.4.0 "v1.4.0"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v1.4.0...HEAD "Unreleased Changes"
[1.4.1]: https://github.com/Esri/arcgis-rest-js/compare/v1.4.0...v1.4.1 "v1.4.1"
[HEAD]: https://github.com/Esri/arcgis-rest-js/compare/v1.4.1...HEAD "Unreleased Changes"
6 changes: 3 additions & 3 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": "1.4.0",
"version": "1.4.1",
"description": "arcgis-rest-js node command-line item search example",
"main": "ago.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"author": "Dave Bouwman <dbouwman@esri.com>",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-items": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-items": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
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": "1.4.0",
"version": "1.4.1",
"description": "arcgis-rest-js batch geocode sample",
"main": "batch-geocode.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-common-types": "^1.4.0",
"@esri/arcgis-rest-geocoder": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-common-types": "^1.4.1",
"@esri/arcgis-rest-geocoder": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-form-data": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/express/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@esri/arcgis-rest-demo-express",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "Demo of @esri/arcgis-rest-* packages in an Express server",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0",
"express": "^4.15.4",
"isomorphic-fetch": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions demos/feature-service-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "feature-service-browser",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-feature-service",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-feature-service": "^1.4.0",
"@esri/arcgis-rest-feature-service": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions demos/geocoder-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@esri/arcgis-rest-geocoder-vanilla",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-geocoder",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-geocoder": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-geocoder": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"devDependencies": {
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": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "to do",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-request": "^1.4.0",
"@esri/arcgis-rest-items": "^1.4.0"
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-items": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"devDependencies": {
"http-server": "*"
Expand Down
4 changes: 2 additions & 2 deletions demos/oauth2-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@esri/arcgis-rest-demo-vanilla",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "Vanilla JavaScript demo of @esri/arcgis-rest-* packages",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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": "1.4.0",
"version": "1.4.1",
"author": "",
"license": "Apache-2.0",
"private": true,
Expand All @@ -11,7 +11,7 @@
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0",
"vue": "^2.5.11",
"vue-router": "^3.0.1"
Expand Down
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": "1.4.0"
"version": "1.4.1"
}
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": "1.4.0",
"version": "1.4.1",
"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
4 changes: 2 additions & 2 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": "1.4.0",
"version": "1.4.1",
"description": "Authentication helpers for @esri/arcgis-rest-*.",
"main": "dist/node/index.js",
"browser": "dist/umd/auth.umd.js",
Expand All @@ -19,7 +19,7 @@
"@esri/arcgis-rest-request": "^1.2.1"
},
"devDependencies": {
"@esri/arcgis-rest-common-types": "^1.4.0",
"@esri/arcgis-rest-common-types": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/arcgis-rest-common-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-common-types",
"version": "1.4.0",
"version": "1.4.1",
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.",
"types": "dist/types/index.d.ts",
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/arcgis-rest-feature-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-feature-service",
"version": "1.4.0",
"version": "1.4.1",
"description": "Feature service helpers for @esri/arcgis-rest-request",
"main": "dist/node/index.js",
"browser": "dist/umd/feature-service.umd.js",
Expand All @@ -19,7 +19,7 @@
"@esri/arcgis-rest-request": "^1.2.1"
},
"devDependencies": {
"@esri/arcgis-rest-common-types": "^1.4.0",
"@esri/arcgis-rest-common-types": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-geocoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-geocoder",
"version": "1.4.0",
"version": "1.4.1",
"description": "Geocoding helpers for @esri/arcgis-rest-request",
"main": "dist/node/index.js",
"browser": "dist/umd/geocoder.umd.js",
Expand All @@ -20,8 +20,8 @@
"@esri/arcgis-rest-request": "^1.2.1"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-common-types": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-common-types": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-groups/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-groups",
"version": "1.4.0",
"version": "1.4.1",
"description": "Portal Group helpers for @esri/arcgis-rest-request",
"main": "dist/node/index.js",
"browser": "dist/umd/groups.umd.js",
Expand All @@ -20,8 +20,8 @@
"@esri/arcgis-rest-request": "^1.2.1"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-common-types": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-common-types": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-items/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-items",
"version": "1.4.0",
"version": "1.4.1",
"description": "Portal Item helpers for @esri/arcgis-rest-request",
"main": "dist/node/index.js",
"browser": "dist/umd/items.umd.js",
Expand All @@ -20,8 +20,8 @@
"@esri/arcgis-rest-request": "^1.2.1"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-common-types": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-common-types": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-sharing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-sharing",
"version": "1.4.0",
"version": "1.4.1",
"description": "Helper utilities for managing access to ArcGIS content in Node.js and modern browsers.",
"main": "dist/node/index.js",
"browser": "dist/umd/sharing.umd.js",
Expand All @@ -17,8 +17,8 @@
"@esri/arcgis-rest-request": "^1.3.0"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-common-types": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-common-types": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-users/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-users",
"version": "1.4.0",
"version": "1.4.1",
"description": "Portal user helpers for @esri/arcgis-rest-request",
"main": "dist/node/index.js",
"browser": "dist/umd/users.umd.js",
Expand All @@ -20,8 +20,8 @@
"@esri/arcgis-rest-request": "^1.2.1"
},
"devDependencies": {
"@esri/arcgis-rest-auth": "^1.4.0",
"@esri/arcgis-rest-common-types": "^1.4.0",
"@esri/arcgis-rest-auth": "^1.4.1",
"@esri/arcgis-rest-common-types": "^1.4.1",
"@esri/arcgis-rest-request": "^1.4.0"
},
"scripts": {
Expand Down

0 comments on commit 2c52423

Please sign in to comment.