Volodymyr Nazarkevych
Volodymyr Nazarkevych
- change the naming swift function from 'setDefaultACL' to 'setDefault' - change the naming swift function from 'handlePush' to 'handle'
The disadvantages of GBTestCases: - not readable ("${"$"}not - pass"); - unable to shrink/expand json nodes; - unable to open in more performant tools like VSCode.
Kotlin version update, AGP, kotlinx-serialization. compileSdk increase.
CachingAndroid#consumeContext() method was added
- evalCondition() method was made more clear; - new test cases were added.
v1.1.52
Bump OkHttp version to 4.9.2
1. Refactored and simplified the logic of the evalConditionValue method. 2. Removed the redundant early check is_array($conditionValue) && static::isOperatorObject($conditionValue). 3. Introduced type detection using static::getType($conditionValue) and switched to switch-based type...
In this PR we: 1. Refactor initialize function to improve maintainability and readability. 2. Add support for SSE functionality to the SDK.