Files
divkit/compat_data/other.json
T
4eb0da 866c99cb1e Upd compat
commit_hash:be7c363bbfa4689cf268c94edf5b7435add6e147
2024-10-09 12:53:32 +03:00

60 lines
1.7 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"
}
}
}]
}