mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
91eaed64fe
commit_hash:858625387ea8bd51d243c84e68ff72e7a039777c
136 lines
3.8 KiB
JSON
136 lines
3.8 KiB
JSON
{
|
|
"features": [{
|
|
"id": "methods",
|
|
"name": "Methods basic support",
|
|
"compat": {
|
|
"ios": [{
|
|
"version_added": "29.14.0",
|
|
"notes": "It does not support methods for intermediate values, such as expressions in parentheses, for example <code>(1 + 2)</code>",
|
|
"partial_implementation": true
|
|
}, {
|
|
"version_added": "29.15.0"
|
|
}],
|
|
"web": {
|
|
"version_added": "29.15.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.0.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_to_string",
|
|
"name": "Method <code>toString</code> for the strings, integers, numbers, booleans, colors and urls",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "29.14.0"
|
|
},
|
|
"web": {
|
|
"version_added": "29.15.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.0.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_to_string_dict_array",
|
|
"name": "Method <code>toString</code> for the dicts and arrays",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "29.15.0"
|
|
},
|
|
"web": {
|
|
"version_added": "30.2.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.14.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_dict_getters",
|
|
"name": "Methods-getters for the <code>dict</code>",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "29.14.0"
|
|
},
|
|
"web": {
|
|
"version_added": "29.15.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.17.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_array_getters",
|
|
"name": "Methods-getters for the <code>array</code>",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "29.14.0"
|
|
},
|
|
"web": {
|
|
"version_added": "29.15.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.31.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_dict_contains_key",
|
|
"name": "Method-<code>containsKey</code> for the <code>dict</code>",
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "30.4.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "30.4.0"
|
|
},
|
|
"web": {
|
|
"version_added": "30.4.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_dict_is_empty",
|
|
"name": "Method-<code>isEmpty</code> for the <code>dict</code>",
|
|
"compat": {
|
|
"android": {
|
|
"version_added": "30.19.0"
|
|
},
|
|
"web": {
|
|
"version_added": "30.20.0"
|
|
},
|
|
"ios": {
|
|
"version_added": "30.24.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_array_is_empty",
|
|
"name": "Method-<code>isEmpty</code> for the <code>array</code>",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "30.24.0"
|
|
},
|
|
"web": {
|
|
"version_added": "30.25.0"
|
|
},
|
|
"android": {
|
|
"version_added": "30.30.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_dict_get_keys",
|
|
"name": "Method-<code>getKeys</code> for the <code>dict</code>",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "32.9.0"
|
|
}
|
|
}
|
|
}, {
|
|
"id": "methods_dict_get_values",
|
|
"name": "Method-<code>getValues</code> for the <code>dict</code>",
|
|
"compat": {
|
|
"ios": {
|
|
"version_added": "32.9.0"
|
|
}
|
|
}
|
|
}]
|
|
}
|