Skip to content

Commit 17e070e

Browse files
committed
Adds getTcM2mToken() and reduceGroupIds(..) to API and Group services
1 parent 009d34c commit 17e070e

File tree

6 files changed

+5459
-5400
lines changed

6 files changed

+5459
-5400
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Topcoder React Lib
22

3+
### v0.7.3
4+
- Added `getTcM2mToken()` function to API service, to facilitate handling of
5+
TC M2M token;
6+
- Added `reduceGroupIds(..)` function to Groups service, to easily extract all
7+
IDs from a group tree.
8+
39
### v0.6.0
410
A few changes related to fetch of projests visitble to users, and creation of
511
new challenges. Minor release to guard against any side-effects.

__tests__/__snapshots__/index.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ Object {
240240
"getApiV2": [Function],
241241
"getApiV3": [Function],
242242
"getApiV4": [Function],
243+
"getTcM2mToken": [Function],
243244
},
244245
"billing": Object {
245246
"default": [Function],
@@ -268,6 +269,7 @@ Object {
268269
"checkUserGroups": [Function],
269270
"default": undefined,
270271
"getService": [Function],
272+
"reduceGroupIds": [Function],
271273
},
272274
"lookup": Object {
273275
"default": undefined,

0 commit comments

Comments
 (0)