stoplight_elements 0.0.6
stoplight_elements: ^0.0.6 copied to clipboard
A Dart package for OpenAPI generation and Stoplight Elements page rendering.
0.0.6 #
- Restructure documentation: English
README.md(pub.dev default), ChineseREADME_zh.md.
0.0.5 #
- Infer nested types from Dart fields:
@ApiModelclasses →$ref, inline objects,List<T>,Map<K,V>. - Add
ApiProperty.schemashorthand (User→#/components/schemas/User),items,additionalProperties. ApiProperty.requiredis nullable; omitted values are inferred from nullability.
0.0.4 #
- Support field-level
@ApiPropertyon model members (merged with class-levelpropertiesand type inference). ApiProperty.typeis optional; omitted types are inferred from the Dart field type.
0.0.3 #
- Initial version.