Skip to content

v1.14.1

Compare
Choose a tag to compare
@jgravois jgravois released this 21 Nov 23:52

@esri/arcgis-rest-request

  • Fixed
  • ensure the same referer header is used in requests that was supplied when calling generateToken().

@esri/arcgis-rest-feature-service

  • Changed
    • features is now the preferred argument for addFeatures() and updateFeatures() and objectIds for deleteFeatures().

This change was made for consistency with the REST API itself. the old constructor options will still be honored until v2.0.0.

  • Misc.
    • decodeValues: short circuit out of decoding values if there are no CVD fields 1bac187