Skip to content

Releases: kontext-e/jqa-csharp-plugin

v0.3.3

22 Jan 12:15
Compare
Choose a tag to compare

New Features

  • Support for Linux

v0.3.2

23 Oct 08:49
Compare
Choose a tag to compare

New Features

  • Bugfixes

v0.3.1

23 Oct 08:45
Compare
Choose a tag to compare

New Features

  • Support for .slnf-Files
  • Reworked Concepts
  • Bugfixes

v0.3.0

17 Jul 11:58
Compare
Choose a tag to compare

New Features

  • Generic method type parameters are being analyzed
  • Plugin is now FileScannerPlugin as opposed to DirectoryScanner Plugin
  • Moved C# to json converter from GitHub to Maven (download may take a while)
  • Bugfixes

v0.2.4

04 Jun 13:04
Compare
Choose a tag to compare

New Features

  • Supports now JQAssistant Version 2.1.0
  • Methods and Parameters now have same Type Analysis as Properties and Fields
  • Bugfixes

v0.2.2

14 May 10:21
Compare
Choose a tag to compare

New Features

  • Upgraded to .NET 8
  • Improved Handling of Field and Property Types to better cover generic Types
  • Added higher level namespaces, even if they were not explicitly declared
  • Bugfixes

v0.2.0

18 Mar 13:54
Compare
Choose a tag to compare

New Features

  • Added Support for Records and Structs
  • Added Support for Properties and their accessors
  • Assed Support for Partial Classes and Methods
  • Improved Analysis of invocations
  • Updated to .NET 6.0
  • Various Bugfixes