Releases: BastianBlokland/typedtree-generator-dotnet
Releases · BastianBlokland/typedtree-generator-dotnet
v2.0
V1.2
- TypedTree.Generator.Core
- Add support for reading doc-comments for nested types.
- TypedTree.Generator.Cli
- No changes.
- TypedTree.Generator.GlobalTool
- No changes.
v1.1
- TypedTree.Generator.Core
- Adds support for embedding comments to nodes.
- Supports loading node-comments from a doc-comment xml file.
- Supports loading node-comments from manually entered comments.
- TypedTree.Generator.Cli
- Load doc-comment xml file along with assembly (if available)
- TypedTree.Generator.GlobalTool
- Load doc-comment xml file along with assembly (if available)
v1.0
Initial release of the dotnet generator.
- TypedTree.Generator.Core
- Supports mapping types of a dotnet assembly to a tree-scheme structure.
- Supported types:
- Basic integer and float primitives
- Strings
- Booleans
- Enums
- Custom classes / structures
- Interfaces
- Supports serializing the tree-scheme structure to json.
- TypedTree.Generator.Cli
- Basic command-line tool (argument parsing and help documentation)
- Supports loading types from a given assembly path.
- Supports writing output json to file.
- TypedTree.Generator.GlobalTool
- Basic command-line tool (argument parsing and help documentation)
- Supports loading types from a given assembly path.
- Supports writing output json to file.