Releases: Esri/arcgis-rest-js
Releases · Esri/arcgis-rest-js
v1.16.0
v1.15.2
@esri/arcgis-rest-request
- New Features
- arcgis-rest-js: add a headers option to IRequestOptions and pass on the headers to the request
266b85a
🙏rgwozdz🙏
- arcgis-rest-js: add a headers option to IRequestOptions and pass on the headers to the request
@esri/arcgis-rest-users
- New Features
- arcgis-rest-users: added
updateUser()
method33ce92d
- arcgis-rest-users: added
Other Changes
- Documentation
- cdn: add sri hashes
49fa5cd
🙏COV-GIS🙏
- cdn: add sri hashes
v1.14.4
@esri/arcgis-rest-request
- Docs
- a conceptual guide was written to explain the purpose of this library.
5502c13
- a conceptual guide was written to explain the purpose of this library.
@esri/arcgis-rest-auth
- Added
- UserSession.refreshSession() now clears cached user metadata.
9564158
ApplicationSession
now calculates accurate token expirations.5af14d7
ApplicationSession
's constuctor now exposes the ability to customize the associatedportal
.3ffdddb
ApplicationSession
's constructor now exposes the ability to customize the lifespan of generated tokens.5af14d7
- UserSession.refreshSession() now clears cached user metadata.
@esri/arcgis-rest-geocoder
- Bug Fixes
- ensure that the batch geocoder handles addresses with no match whatsoever
cba60dc
- ensure that the batch geocoder handles addresses with no match whatsoever
Other Changes
- Changed
- Packages no longer expose a
browser
field in their package.json files.unpkg
is now used instead to clue the CDN into which specific file to serve up.c4e0697d
- Packages no longer expose a
v1.14.3
@esri/arcgis-rest-auth
- Bug Fixes
- arcgis-rest-auth: ensure that mixed casing of federated server urls does not break the system
07c92f55
- arcgis-rest-auth: ensure that mixed casing of federated server urls does not break the system
demos/oauth2-browser
- Bug Fixes
ensure that the response is parsed correctly when 'keep me signed in' is checked.924f790
Other Changes
- Documentation
- moved existing code snippets above the fold.
- added lots more code snippets.
- made it clearer that JSON
data()
can be passed along when an item is created.
Other Changes
- Bug Fixes
- arcgis-rest-auth: Allow mixed casing of federated server urls
c4e0697d
- arcgis-rest-auth: Allow mixed casing of federated server urls
v1.14.2
@esri/arcgis-rest-request
- Added
cleanUrl()
utility method to trim whitespace and remove trailing slashes to standardize input to other methods.
Other Changes
- Security
- **:closed_lock_with_key: version locked the devDependency [email protected]. see dominictarr/event-stream#116 for more information.
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
v1.14.0
@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 whencred.server
contains sharing/rest.
@esri/arcgis-rest-common-types
Added
- added
numViews
andsize
properties to IItem1d38da1
Other Changes
Chores
- prettier: updated prettier to better handle newer TS syntax, specifically optional tuple elem
d2bb7ade
v1.13.2
@esri/arcgis-rest-geocoder
- Bug Fixes
@esri/arcgis-rest-groups
- Bug Fixes
- Ensure createGroup() succeeds when no input tags are passed
@esri/arcgis-rest-common-types
- Bug Fixes
- Clarify that
access
is a required property ofIGroupAdd
.
- Clarify that
@esri/arcgis-rest-groups
- Ensure createGroup() succeeds when no input tags are passed
v1.13.1
@esri/arcgis-rest-common-types
- Added
- a few new typings for layer definitions
8bdb30b
- a few new typings for layer definitions
@esri/arcgis-rest-request
- Changes
- added utility method for passing through lots of custom request params that was previously housed in @esri/arcgis-rest-feature-service
b2a6942
- added utility method for passing through lots of custom request params that was previously housed in @esri/arcgis-rest-feature-service
@esri/arcgis-rest-geocoder
- Fixes
- ensure all request options are passed through to
geocode()
ad28f27
- ensure all request options are passed through to
@esri/arcgis-rest-feature-service-admin
- Fixes
- its now possible to update a service definition without pointing at an existing item id
462af65
- its now possible to update a service definition without pointing at an existing item id
@esri/arcgis-rest-demo-vanilla
- Documentation
- oauth2-browser: make demo directions for creating an application more specific
d1acf0ad
- oauth2-browser: make demo directions for creating an application more specific
Other Changes
- Chores
- ci: only build the master branch when a pull request is submitted
5a7c82c8
- docs: add in missing types library from npm install notes
67788a56
- docs: fix suggest docs
8cd94a02
🙏deeg🙏 - docs: more suggest doc fixes
8abca8fa
🙏deeg🙏 - add all our contributors to the repo package.json
- make sure our tslint pre-commit hook only runs once.
- ci: only build the master branch when a pull request is submitted