From 91eaed64fea22622d2e1fc9e13f124caa6baa422 Mon Sep 17 00:00:00 2001 From: 4eb0da <4eb0da@yandex-team.com> Date: Wed, 23 Jul 2025 15:14:15 +0300 Subject: [PATCH] Compat upd commit_hash:858625387ea8bd51d243c84e68ff72e7a039777c --- compat_data/expressions.json | 16 ++++++++++++++++ compat_data/extensions.json | 5 ++++- compat_data/methods.json | 16 ++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/compat_data/expressions.json b/compat_data/expressions.json index 8dc497c59..7eb94948d 100644 --- a/compat_data/expressions.json +++ b/compat_data/expressions.json @@ -261,5 +261,21 @@ "version_added": "31.12.0" } } + }, { + "id": "fn_get_dict_keys", + "name": "getDictKeys function", + "compat": { + "ios": { + "version_added": "32.9.0" + } + } + }, { + "id": "fn_get_dict_values", + "name": "getDictValues function", + "compat": { + "ios": { + "version_added": "32.9.0" + } + } }] } diff --git a/compat_data/extensions.json b/compat_data/extensions.json index bcbce8769..4fe869ceb 100644 --- a/compat_data/extensions.json +++ b/compat_data/extensions.json @@ -66,12 +66,15 @@ }, "web": { "version_added": "31.4.0" + }, + "ios": { + "version_added": "32.9.0" } } }, { "id": "ext_lottie_params_expressions", - "name": "Lottie extension expressions in params (lottie_url`, repeat_count)", + "name": "Lottie extension expressions in params (lottie_url, repeat_count)", "compat": { "android": { "version_added": "31.11.0" diff --git a/compat_data/methods.json b/compat_data/methods.json index 642e7f62c..3df9fc80d 100644 --- a/compat_data/methods.json +++ b/compat_data/methods.json @@ -115,5 +115,21 @@ "version_added": "30.30.0" } } + }, { + "id": "methods_dict_get_keys", + "name": "Method-getKeys for the dict", + "compat": { + "ios": { + "version_added": "32.9.0" + } + } + }, { + "id": "methods_dict_get_values", + "name": "Method-getValues for the dict", + "compat": { + "ios": { + "version_added": "32.9.0" + } + } }] }