You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type is not serilaized as attribute. The `implicit` attribute is never serialized is the string is stored in an access specification.
90
-
If no type is known the type part is omiited.
114
+
The type is not serialized as attribute, but as prefix separated by a `::`. The `implicit` attribute is never serialized if the string is stored in an access specification.
115
+
If no type is known the type part is omitted.
91
116
92
117
A list of hints is serialized to
93
118
94
119
<center>
95
120
<*hint*>{`;`<*hint*>}
96
121
</center>
97
122
98
-
*Attributes* names consist of alpha numeric chaŕacters, only.
99
-
If a *value*may not cotain a `::`. If it contains a `;`, `,` or `"`
123
+
*Attributes* names consist of alphanumeric characters, only.
124
+
A *value*may not contain a `::`. If it contains a `;`, `,` or `"`
100
125
character it must be given in double quotes.
101
-
In the double quote form any `"` or `\` character has to be escaped by
126
+
In the double-quoted form any `"` or `\` character has to be escaped by
102
127
a preceding `\` character.
103
128
104
129
To be as compatible as possible, a single attribute hint with the attribute
105
130
`reference` is serialized as naked value (as before) if there are no special
106
131
characters enforcing a quoted form.
107
132
108
-
### Incompatible Changes:
133
+
### Incompatible Changes
109
134
110
-
#### Componwnt Version Representation
135
+
#### Component Version Representation
111
136
112
137
- The new library creates always typed hints for new elements. Old hints are
113
-
left as they are. This means, that old versions of the OCM tooling
114
-
cannot work correctly with component versions with persisted hints in
138
+
left as they are. This means, that old versions of the OCM tooling
139
+
cannot work correctly with component versions with persisted hints in
115
140
access specifications
116
141
- If explicit hints are created, they are not observed by old tool versions.
117
142
Those component versions cannot be verified by an older tool version.
118
143
119
144
#### OCM Library
120
145
121
-
- The `SetResourceBlob`and `SetSourceBlob` API method no accepts
146
+
- The `SetResourceBlob`and `SetSourceBlob` API method no accepts
122
147
a hint array instead of a string-based hint.
123
-
124
148
- Uploaders provided by a plugin now get a serialized hint list
125
-
instead of a simple untyped reference format.
126
-
-
149
+
instead of a simple un-typed reference format.
127
150
- There are new options for creating resource(source access objects.
0 commit comments