Skip to content

Releases: BastianBlokland/typedtree-generator-dotnet

v2.0

16 Aug 18:00
3d728c8
Compare
Choose a tag to compare
  • TypedTree.Generator.Core
    • Remove dependency on Microsoft.Extensions.Logging.
  • TypedTree.Generator.Cli
    • No changes.
  • TypedTree.Generator.GlobalTool
    • No changes.

V1.2

19 Jul 15:55
Compare
Choose a tag to compare
  • TypedTree.Generator.Core
    • Add support for reading doc-comments for nested types.
  • TypedTree.Generator.Cli
    • No changes.
  • TypedTree.Generator.GlobalTool
    • No changes.

v1.1

23 Apr 05:07
b0b5421
Compare
Choose a tag to compare
  • 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

23 Apr 05:04
0f41143
Compare
Choose a tag to compare

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.