Files
divkit/compat_data/other.json
T
4eb0da a82b571ecf Compat upd
commit_hash:e1d387310a2755c64e6f0bd452464dc51db16d4a
2025-03-07 15:36:01 +03:00

76 lines
2.3 KiB
JSON

{
"features": [{
"id": "asset_support",
"name": "Built-in <code>divkit-asset://</code> support",
"compat": {
"ios": {
"version_added": "29.11.0"
},
"android": {
"version_added": "29.13.0"
},
"web": {
"notes": "Web support is not planned"
}
}
}, {
"id": "persistent_variable_storage",
"name": "Persistent variable storage (including <code>set_stored_value</code> action and getter functions, such as <code>getStoredStringValue</code>)",
"compat": {
"web": {
"version_added": "29.15.0"
},
"ios": {
"version_added": "27.0.0"
},
"android": {
"version_added": "28.2.0"
}
}
}, {
"id": "item_builder_index_variable",
"name": "<code>index</code> variable inside <code>item_builder</code>",
"compat": {
"ios": {
"version_added": "30.5.0"
},
"android": {
"version_added": "30.6.0"
},
"web": {
"version_added": "30.6.0"
}
}
}, {
"id": "item_builder_id_property",
"name": "<code>id</code> property for a prototype inside <code>item_builder</code>",
"compat": {
"ios": {
"version_added": "30.6.0"
},
"android": {
"version_added": "30.7.0"
},
"web": {
"version_added": "30.21.0"
}
}
}, {
"id": "set_variable_array_from_string",
"name": "Parse <code>array</code> from string and set it into the variable (including both programmic api and the <code>div-action://set_variable</code>)",
"compat": {
"android": {
"version_added": "31.5.0"
}
}
}, {
"id": "set_variable_dict_from_string",
"name": "Parse <code>dict</code> from string and set it into the variable (including both programmic api and the <code>div-action://set_variable</code>)",
"compat": {
"android": {
"version_added": "25.2.0"
}
}
}]
}