mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7d3cf7c6e8
commit_hash:d8178679b6d451dce5f027ef0494b2a757f7994c
120 lines
3.3 KiB
JSON
120 lines
3.3 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"
|
|
}
|
|
}
|
|
}]
|
|
}
|