v1.14.1
@esri/arcgis-rest-request
- Fixed
- ensure the same
referer
header is used in requests that was supplied when callinggenerateToken()
.
@esri/arcgis-rest-feature-service
- Changed
features
is now the preferred argument foraddFeatures()
andupdateFeatures()
andobjectIds
fordeleteFeatures()
.
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