Skip to content

Releases: thollingshead/arcgis-server-store

v1.1.1

31 Oct 18:20
Compare
Choose a tag to compare

A transaction commit now returns a promise for an object containing the ids of the features from transaction operations.

v1.1.0

06 Oct 20:14
Compare
Choose a tag to compare

Implement dojo/store transaction functionality.

Store operations can now be grouped into a transaction, and then be saved (commit()) or discarded (abort()).

v1.0.5

23 Jun 18:06
Compare
Choose a tag to compare

Fixes query() bug with pagination.

v1.0.4

03 Jun 21:49
Compare
Choose a tag to compare

Fixes potential conflict between multiple store instances.

v1.0.3

01 Apr 03:31
Compare
Choose a tag to compare

Updates build profile and fixes hyperlinks.

v1.0.2

08 Oct 20:06
Compare
Choose a tag to compare

Include Dojo build profile.

v1.0.1

06 Oct 19:31
Compare
Choose a tag to compare

Renamed to arcgis-server-store

v1.0.0

17 Mar 21:06
Compare
Choose a tag to compare

Initial release of the dojo/store API implementation for ArcGIS Server REST services.

Supports add, update, delete and query operations for feature services. Enables direct integration of ArcGIS Server REST services with store-backed components.

Properties:

  • idProperty
  • flatten
  • outFields
  • returnGeometry

Methods:

  • get(id)
  • getIdentity(object)
  • put(object, options)
  • add(object, options)
  • remove(id)
  • query(query, options)