Skip to content

Commit c684a0c

Browse files
committed
drop: removed remove function
1 parent cdae424 commit c684a0c

File tree

3 files changed

+10
-82
lines changed

3 files changed

+10
-82
lines changed

definitions/standard/runtime_definition/object/object-audit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@
1717

1818
## Renamed:
1919
- put -> set
20+
21+
# 05.06.2025
22+
23+
## Removed
24+
- remove

definitions/standard/runtime_definition/object/object.md

Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,3 @@
1-
## remove
2-
```json
3-
{
4-
"runtime_name": "std::object::remove",
5-
"runtime_parameter_definitions": [
6-
{
7-
"data_type_identifier": {
8-
"data_type_identifier": "OBJECT"
9-
},
10-
"runtime_name": "object",
11-
"name": [
12-
{
13-
"code": "en-US",
14-
"content": "Original Object"
15-
}
16-
],
17-
"description": [
18-
{
19-
"code": "en-US",
20-
"content": "The original object from which a key-value pair will be removed."
21-
}
22-
],
23-
"documentation": [
24-
{
25-
"code": "en-US",
26-
"content": "The object to be modified by removing the specified key."
27-
}
28-
]
29-
},
30-
{
31-
"data_type_identifier": {
32-
"data_type_identifier": "TEXT"
33-
},
34-
"runtime_name": "key",
35-
"name": [
36-
{
37-
"code": "en-US",
38-
"content": "Key"
39-
}
40-
],
41-
"description": [
42-
{
43-
"code": "en-US",
44-
"content": "The key identifying the property to remove from the object."
45-
}
46-
],
47-
"documentation": [
48-
{
49-
"code": "en-US",
50-
"content": "The property key that will be removed from the original object."
51-
}
52-
]
53-
}
54-
],
55-
"return_type_identifier": {
56-
"data_type_identifier": "OBJECT"
57-
},
58-
"name": [
59-
{
60-
"code": "en-US",
61-
"content": "Remove Key from Object"
62-
}
63-
],
64-
"description": [
65-
{
66-
"code": "en-US",
67-
"content": "Removes a property identified by the specified key from the given object."
68-
}
69-
],
70-
"documentation": [
71-
{
72-
"code": "en-US",
73-
"content": "Returns a new object that contains all properties from the original object except the one specified by the key."
74-
}
75-
],
76-
"deprecation_message": [],
77-
"generic_keys": [],
78-
"generic_mappers": [],
79-
"error_type_identifiers": []
80-
}
81-
```
82-
831
## containsKey
842
```json
853
{

definitions/standard/runtime_definition/primitive/text-audit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@
4242

4343
## Added
4444
- isEqual
45+
46+
# 05.06.2025
47+
48+
## Added
49+
- decode

0 commit comments

Comments
 (0)