@itwin/access-control-client 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log - @itwin/access-control-client
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
- Added groups client
|
|
5
|
+
- Added group member client
|
|
6
|
+
- Added user member client
|
|
7
|
+
- Removed members client
|
|
8
|
+
|
|
9
|
+
## 1.3.0
|
|
10
|
+
- Added support for the `accept` header inside of `BaseClient`.
|
|
11
|
+
|
|
3
12
|
## 1.2.0
|
|
4
13
|
|
|
5
14
|
- Return newly added members.
|
package/package.json
CHANGED