Skip to content

Commit bb08266

Browse files
Metadata support for property and argument bounds info (#104)
* Function mustache changes and tests * Property Mustache * Proprety working * Updated Property and added changelogging for properties * Added function arguments to changelog * Adjusted formatting in changelog * added bounds to the md * Module tests * Adding removed file * Removed incorrect details nesting * More Mustache formatting * Added more variable property testing * Added more variable parameter testing * Updated test result file * Undo uncessary changes * Remove flags from property change listings. Changed text for min value and max value changes * Updated text by adding new bools for mustache use * Updated tests * Updated tests * Updated Bounds test with latest main changes * Change files * Addressing feedback * Only show arguments if notes are added including bounds * Changed from simple_ordered_array to value * Fix nit * Removed uses of has_min and has_max * Fixed issue with 0 min or max value * Updated to check for some null values and adds interface checks * Added formatting if both bounds exist * Fixed issue with function mustache * Updated based on feedback' * Update usage of bounds in other test modules * Remove extra spacing * Minor edits
1 parent 3e7db0b commit bb08266

File tree

20 files changed

+1684
-38
lines changed

20 files changed

+1684
-38
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "Added property and function argument bounds data to metadata",
4+
"packageName": "@minecraft/api-docs-generator",
5+
"email": "brandon.chan@skyboxlabs.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "Added property and function argument bounds data to metadata",
4+
"packageName": "@minecraft/markup-generators-plugin",
5+
"email": "brandon.chan@skyboxlabs.com",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)