@@ -109,7 +109,7 @@ local html = import 'html.libsonnet';
109109 {
110110 name: 'objectKeysValues' ,
111111 params: ['o' ],
112- availableSince: 'upcoming ' ,
112+ availableSince: '0.20.0 ' ,
113113 description: |||
114114 Returns an array of objects from the given object, each object having two fields:
115115 <code>key</code> (string) and <code>value</code> (object). Does not include hidden fields.
@@ -142,7 +142,7 @@ local html = import 'html.libsonnet';
142142 {
143143 name: 'objectKeysValuesAll' ,
144144 params: ['o' ],
145- availableSince: 'upcoming ' ,
145+ availableSince: '0.20.0 ' ,
146146 description: |||
147147 As <code>std.objectKeysValues</code> but also includes hidden fields.
148148 ||| ,
@@ -453,7 +453,7 @@ local html = import 'html.libsonnet';
453453 {
454454 name: 'isEmpty' ,
455455 params: ['str' ],
456- availableSince: 'upcoming ' ,
456+ availableSince: '0.20.0 ' ,
457457 description: |||
458458 Returns true if the the given string is of zero length.
459459 ||| ,
@@ -1414,7 +1414,7 @@ local html = import 'html.libsonnet';
14141414 {
14151415 name: 'sum' ,
14161416 params: ['arr' ],
1417- availableSince: 'upcoming ' ,
1417+ availableSince: '0.20.0 ' ,
14181418 description: html.paragraphs([
14191419 |||
14201420 Return sum of all element in <code>arr</code>.
@@ -1553,15 +1553,15 @@ local html = import 'html.libsonnet';
15531553 {
15541554 name: 'xor' ,
15551555 params: ['x' , 'y' ],
1556- availableSince: 'upcoming ' ,
1556+ availableSince: '0.20.0 ' ,
15571557 description: |||
15581558 Returns the xor of the two given booleans.
15591559 ||| ,
15601560 },
15611561 {
15621562 name: 'xnor' ,
15631563 params: ['x' , 'y' ],
1564- availableSince: 'upcoming ' ,
1564+ availableSince: '0.20.0 ' ,
15651565 description: |||
15661566 Returns the xnor of the two given booleans.
15671567 ||| ,
0 commit comments