File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,22 @@ This is the current roadmap for the CommandAPI (as of 11th May 2023):
367
367
</tr>
368
368
</thead>
369
369
<tbody>
370
+ <tr>
371
+ <td valign="top"><b>9.0.3</b></td>
372
+ <td valign="top">TBD</td>
373
+ <td valign="top">
374
+ <ul>
375
+ <li>
376
+ https://github.com/JorelAli/CommandAPI/pull/455 Reworked the `MapArgument` with various features, including:
377
+ <ul>
378
+ <li>Optional quotes around keys and values</li>
379
+ <li>No restriction on the characters that are allowed in a key (previously only letters, digits, and underscore)</li>
380
+ <li>May define a String separator between key-value pairs (instead of just space)</li>
381
+ </ul>
382
+ </li>
383
+ </ul>
384
+ </td>
385
+ </tr>
370
386
<tr>
371
387
<td valign="top"><b>9.0.2</b></td>
372
388
<td valign="top">June 2023</td>
You can’t perform that action at this time.
0 commit comments