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
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,24 @@
1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
7
-
[0.1.0] - 2024-07-31
8
+
## [1.0.0] - 2024-11-11
8
9
9
10
### Added
11
+
12
+
- Added support for Personalise rules within `Mutually Exclusive Groups`.
13
+
- Settings cache: Cached settings will be used till it expires. Client can set the expiry time of cache.
14
+
- Storage support: Built-in local storage will be used by default if client doesn't provide their own. Client’s storage will be used if it is provided.
15
+
- Call backs added to avoid busy waiting for server call to complete.
16
+
- Changed variable access to method access for Flag - setIsEnabled & isEnabled
17
+
18
+
## [0.1.0] - 2024-07-31
19
+
20
+
### Added
21
+
10
22
- First release of VWO Feature Management and Experimentation capabilities.
11
23
12
24
```kotlin
@@ -53,9 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
65
Log.d("Vwo", "vwoInitFailed: $message")
54
66
}
55
67
})
56
-
57
-
```
68
+
```
58
69
59
70
-**Error handling**
60
71
61
-
-Gracefully handle any kind of error -TypeError, NetworkError, etc.
72
+
-Gracefully handle any kind of error -TypeError, NetworkError, etc.
0 commit comments