-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: miscellaneous breaking cleanup for v2.0.0 #511
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AFFECTS PACKAGES: @esri/arcgis-rest-geocoder BREAKING CHANGE: remove serviceInfo() from geocoder package
AFFECTS PACKAGES: @esri/arcgis-rest-geocoder BREAKING CHANGE: remove IGeocodeParams from geocoder package
…ckage AFFECTS PACKAGES: @esri/arcgis-rest-feature-service @esri/arcgis-rest-geocoder BREAKING CHANGE: appendCustomParams is no longer exported by feature-service package
AFFECTS PACKAGES: @esri/arcgis-rest-auth BREAKING CHANGE: change casing of IOauth2Options to IOAuth2Options
AFFECTS PACKAGES: @esri/arcgis-rest-groups BREAKING CHANGE: remove serializeGroup helper method from groups package
AFFECTS PACKAGES: @esri/arcgis-rest-items
AFFECTS PACKAGES: @esri/arcgis-rest-common-types @esri/arcgis-rest-feature-service BREAKING CHANGE: rename esriGeometryType interface GeometryType
…e other getItem methods AFFECTS PACKAGES: @esri/arcgis-rest-items BREAKING CHANGE: the signature of getItemResources is now consistent with the other getItem methods
AFFECTS PACKAGES: @esri/arcgis-rest-items BREAKING CHANGE: IItemResourceAddRequestOptions has been removed
i'll tackle the serious cheese moving in follow up PRs
|
AFFECTS PACKAGES: @esri/arcgis-rest-auth @esri/arcgis-rest-common @esri/arcgis-rest-feature-service-admin @esri/arcgis-rest-feature-service @esri/arcgis-rest-geocoder @esri/arcgis-rest-groups @esri/arcgis-rest-items @esri/arcgis-rest-sharing @esri/arcgis-rest-users batch-geocoder BREAKING CHANGE: deprecate common-types package (in favor of common)
… feature-service) AFFECTS PACKAGES: @esri/arcgis-rest-feature-service BREAKING CHANGE: deprecate feature-service-admin package (and bundle code in feature-service)
…e portal package AFFECTS PACKAGES: @esri/arcgis-rest-feature-service node-cli @esri/jsapi-integration cli-item-management @esri/arcgis-rest-tree-shaking-rollup @esri/arcgis-rest-tree-shaking-webpack sapper-webmap-checker BREAKING CHANGE: replace items, groups, sharing and user packages with single portal package
consolidate items, groups, sharing and users packages into single portal package
consolidate feature-service-admin and feature-service packages
refactor: deprecate common-types package (in favor of common)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
serviceInfo()
fromarcgis-rest-geocoder
esriGeometryType
>GeometryType
(for consistency)IOauth2Options
(to beIOAuth2Options
)"adds"/"updates"/"deletes"
in feature service crud functions with consistent use of a"features"
propappendCustomParams()
re-export from feature-service (see ensure 'first class citizen' geocode request parameters are passed through #365)getItemResources()
(for consistency)IGeocodeParams
re-export IGeocodeParams (until v2.0.0) #468serializeGroup()
fix: deprecate serializeGroup() and simplify SerializeItem() #475IItemResourceAddRequestOptions