Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.91 KB

File metadata and controls

20 lines (19 loc) · 1.91 KB

0.3.6 (2022-11-13)

Release Highlights

  • rewrite of the Roslyn source generator to use Scriban template engine:
    • more robust, maintainable and less error-prone
    • the template (mixed C# and Scriban) resides now in PluginNativeExports.sbncs
  • better generated code overhaul:
    • output only the least amount of code needed
    • better conditional blocks handling
    • only export required symbols
  • added many interop tests (#f9ec488)
    • added three test plugins (test-plugins folder) to test the main capability combinations

Bugfixes

  • fixed missing plugin_get_extract_event_sources export (#8e17b98)
  • fixed a minor memory leak in Destroy()

0.5.1 (2022-11-19)

Release Highlights