Skip to content

Commit 38324ca

Browse files
feat: add changelog
1 parent 6791ff9 commit 38324ca

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## XX.XX.XX
2+
- Added `Countly.userProfile` with following calls and functionality
3+
- `increment` for incrementing custom property value by 1
4+
- `increment_by` for incrementing custom property value by provided value.
5+
- `max` for saving maximal value between existing and provided.
6+
- `min` for saving minimal value between existing and provided.
7+
- `multiply` for multiplying custom property value by provided value.
8+
- `pull` for removing value from array.
9+
- `push` for inserting value to array which can have duplicates.
10+
- `push_unique` for inserting value to array of unique values.
11+
- `save` for sending provided values to server.
12+
- `set_once` for setting value if it does not exist.
13+
- `set_properties` for setting either custom user properties or predefined user properties.
14+
- `set_property` for setting a single user property. It can be either a custom one or one of the predefined ones.
15+
16+
- Deprecated `Countly.userData` added `Countly.userProfile` as replacement, mentioned above.
17+
- Deprecated `Countly.user_details`, please use `Countly.userProfile.set_properties` as replacement.
18+
119
## 24.10.3
220
- Added support for uploading user images by providing path to the local image using `picturePath` parameter in `user_details` method (non-bulk)
321
- Reduced SDK log verbosity

0 commit comments

Comments
 (0)