Skip to main contentChangelog
Fixed: Enum Documentation
Enums now correctly display all members instead of only the last one.Before: Only the last enum member appeared (e.g., ErrorCode with 30 members showed only VALIDATION_ERROR)After: All enum members now render in a single file with their values and descriptions
Added: TypeInfo Component Generation
- Auto-generates
TypeInfo.jsx with type information
- Includes TypeScript definitions for IDE autocomplete
- Integrated into documentation pipeline
Improved: Template System
- Better type handling in template data converter
- Enhanced error messages in Liquid engine
- Custom template override support