v1.14.1
@esri/arcgis-rest-request
- Fixed
- ensure the same
refererheader is used in requests that was supplied when callinggenerateToken().
@esri/arcgis-rest-feature-service
- Changed
featuresis now the preferred argument foraddFeatures()andupdateFeatures()andobjectIdsfordeleteFeatures().
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
- decodeValues: short circuit out of decoding values if there are no CVD fields