Files
4eb0da 07b742924e Compat upd
847da32fa5bee4c1129ea235f7029002162513eb
2024-08-20 17:55:56 +03:00

57 lines
1.6 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"
}
}
}]
}