Skip to content

v1.2.0

Compare
Choose a tag to compare
@yugabe yugabe released this 18 Jul 13:30
· 5 commits to main since this release

🚀 More new features! 🚀

  • Set the PodNet_EmbedTextIsStaticClass property to make the generated class static. This is technically a breaking change, because originally the generator generated static classes anyways, but now it defaults to false.
  • Awesomely, set PodNet_EmbedTextDirectoryAsClass to true, which will make the content files' containing folder (directory) the name of the generated partial class, with the filename being the property. This results in a type having multiple properties, instead of a type for every property.

🪳 (And fixes!) 🪳

  • If by any reason you wanted to share multiple parts of the same partial class, the generator would break, because the virtual file names would conflict. Now, the names are unique (the namespace, class name and property name are included in the virtual file name).