You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43-5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,44 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
### [Unreleased][HEAD]
9
9
10
+
## [1.17.0] - February 25th 2019
11
+
12
+
### @esri/arcgis-rest-request
13
+
14
+
* New Features
15
+
***request**: adds option to return the raw fetch response [`6fb7c79`](https://github.com/Esri/arcgis-rest-js/commit/6fb7c792f4aab585a06bb1178b41a8687eabc419)[#462](https://github.com/Esri/arcgis-rest-js/issues/462)
16
+
17
+
### @esri/arcgis-rest-auth
18
+
19
+
* New Features
20
+
* basic support for interacting with secure, non-federated services [`fc2f06b`](https://github.com/Esri/arcgis-rest-js/commit/fc2f06b74a40261ae9b6bb959048d353be02153b)[#174](https://github.com/Esri/arcgis-rest-js/issues/174)
21
+
22
+
### @esri/arcgis-rest-items
23
+
24
+
* New Features
25
+
* add new methods to add and remove item relationships and query for related items [`4e67637`](https://github.com/Esri/arcgis-rest-js/commit/4e676374f90e583639eb2c2f3dc9a554f8aab17a)
26
+
27
+
### @esri/arcgis-rest-sharing
28
+
29
+
* Fixes
30
+
* allow organization admins to share public items from outside their organization [`e47a772`](https://github.com/Esri/arcgis-rest-js/commit/e47a772e71c529ff4406ae92ca823a0e9125cf82)[#454](https://github.com/Esri/arcgis-rest-js/issues/454)
31
+
32
+
### @esri/arcgis-rest-geocoder
33
+
34
+
* Fixes
35
+
* remove `magicKey` from `suggest()`[`fb2ba9a`](https://github.com/Esri/arcgis-rest-js/commit/fb2ba9ac2ccaf6ed17e02ecb170009b68f638b00)[#459](https://github.com/Esri/arcgis-rest-js/issues/459)
36
+
37
+
38
+
### Other Changes
39
+
40
+
* Docs
41
+
* the correct base path is now launched in the browser automatically when spinning up the documentation site locally [`68e0ace`](https://github.com/Esri/arcgis-rest-js/commit/68e0acec753334fda70116e3a742ac8643eaafdc)
42
+
43
+
### stream-response-to-file
44
+
45
+
* New Features
46
+
***request**: adds option to return the raw fetch response [`6fb7c79`](https://github.com/Esri/arcgis-rest-js/commit/6fb7c792f4aab585a06bb1178b41a8687eabc419)[#462](https://github.com/Esri/arcgis-rest-js/issues/462)
47
+
10
48
## [1.16.1] - January 30th 2019
11
49
12
50
### @esri/arcgis-rest-feature-service-admin
@@ -1047,7 +1085,8 @@ This change was made for consistency with the REST API itself. the old construct
**TL;DR** - We expect folks that participate in both our online and IRL communities to be kind and considerate of others at all times.
1
+
# Code of Conduct
2
2
3
-
The full CoC text can be found at http://www.esri.com/events/code-of-conduct
3
+
v1.0.0, February 2019
4
+
5
+
> Adapted from Esri's [Conference and Community Spaces Code of Conduct](https://www.esri.com/en-us/about/events/code-of-conduct)
6
+
7
+
## Purpose
8
+
9
+
At Esri, we believe geography can make the world a better place. In adopting this Community Code of Conduct, we as Esri employees are committed to fostering a welcoming environment for collaboration, creativity, and the free exchange of ideas for developing, maintaining, and using open source GIS software. We aim to empower all participants to actively engage and help build a friendly and safe Esri open source developer community.
10
+
11
+
Whether publicly or privately, and whether in-person or online, we expect all members of this community to interact both professionally and without harassment toward others, regardless of race, color, creed, gender, gender identity, religion, marital status, domestic partner status, genetic information, age, national origin or ancestry, military or veteran status, sexual orientation, or either physical or mental disability.
12
+
13
+
## Expectations
14
+
15
+
Behavior we encourage:
16
+
17
+
- Share your ideas, but also listen to others
18
+
- Be professional, kind, and considerate in technical discussions and disagreements
19
+
- Respect personal boundaries and preferences
20
+
- Respect all project contributors and maintainers
21
+
22
+
Inappropriate/unacceptable behavior is anything hurtful that interferes with other people’s experience and participation in our community. This includes:
23
+
24
+
- Harassment, aggression, and intimidation
25
+
- Slurs
26
+
- Derogatory jokes and statements
27
+
- Foul or obscene language
28
+
- Stalking
29
+
- Sharing graphic or derogatory pictures, drawings, or cartoons
30
+
-_Ad hominem_ or personal attacks and insults
31
+
- Unwanted or offensive letters or poems
32
+
- Offensive email, voicemail messages, or social media postings
33
+
- Personal threats
34
+
35
+
## Reporting
36
+
37
+
Repository maintainers reserve the right to remove offensive content. To report inappropriate behavior, you can also contact [[email protected]](mailto:[email protected]).
38
+
39
+
## Consequences
40
+
41
+
Violations of this Code of Conduct may result in:
42
+
* Disqualification from Esri Events and Conferences
43
+
* Being blocked from Esri's [GitHub Organization](https://help.github.com/articles/blocking-a-user-from-your-organization/)
0 commit comments