Skip to content

v1.14.0

Compare
Choose a tag to compare
@jgravois jgravois released this 14 Nov 22:41

@esri/arcgis-rest-routing

Added

  • New package!
  • solveRoute() can be used to fetch directions from A to B (or A to Z, or Z to ? to A)

@esri/arcgis-rest-common

Added

  • Another new package to house both shared utility methods and typings for TypeScript users. This package will likely supercede @esri/arcgis-rest-common-types at v2.0.0

@esri/arcgis-rest-feature-service

Added

  • New getLayer() method to fetch metadata for a MapServer or FeatureServer layer.
  • New decodeValues() utility method which translates raw Coded Value Domain codes in a query response into their more legible descriptions. 717404f

@esri/arcgis-rest-request

Fixed

  • ensure a generic referer header is passed along in requests from Node.js applications.

Chores

  • refactored a circular dependency out. 9b58c63

@esri/arcgis-rest-auth

Fixed

  • ensure session.portal url is correct when cred.server contains sharing/rest.

@esri/arcgis-rest-common-types

Added

  • added numViews and size properties to IItem 1d38da1

Other Changes

Chores

  • prettier: updated prettier to better handle newer TS syntax, specifically optional tuple elem d2bb7ade