Arcgis Rest Js Versions Save

compact, modular JavaScript wrappers for the ArcGIS REST API

@esri/[email protected]

1 year ago

v3.6.0

1 year ago

Added

  • arcgis-rest-portal added getUserProperties and setUserProperties functions.

v3.5.1

1 year ago

Fixed

  • arcgis-rest-request node ReadStream encoding bug at 3.x. addresses #1033 for v3.

v3.5.0

1 year ago

Fixed

  • arcgis-rest-portal createItem and updateItem convert .extent from number[][] to bbox string before sending to request. Closes #1023, #921

v4.0.0

2 years ago

Starting at version 4.x.x ArcGIS REST JS is automatically released by multi-semantic-release which does not support GitHub releases. Each package that is part of ArcGIS REST JS is now versioned independently of other packages. Due to the nature of multi-semantic-release we are no longer using GitHub Releases. To view the latest changes refer to the CHANGELOG.md in each of the package folders:

You can also refer to the v3 to v4 migration guide on the ArcGIS Developers website.

v3.4.3

2 years ago

Added

  • arcgis-rest-auth postMessage auth will return {type: "arcgis:auth:error", error: {name: "tokenExpiredError", message: "..."}} if session is expired.

v3.4.2

2 years ago

Added

  • arcgis-rest-portal ISearchOptions now supports filter, countFields, countSize, categories, categoryFilters

v3.4.1

2 years ago

Fixed

  • arcgis-rest-portal admin uses items/:id/share route for items outside their org

v3.4.0

2 years ago

Added

  • arcgis-rest-portal export getSubscriptionInfo()

v3.3.1

2 years ago

Fixed

  • arcgis-rest-portal query terms containing colons need to be wrapped in quotes