Skip to content

Releases: apexsharp/apexparser

v0.6.17 Beta Release

04 Nov 00:23
Compare
Choose a tag to compare
  • Minor improvements in primitive type conversion

v0.6.16 Beta Release

03 Nov 22:15
Compare
Choose a tag to compare
  • Improved the typeof expression handling
  • Added using Apex to the generated C# code

v0.6.15 Beta Release

01 Nov 15:36
Compare
Choose a tag to compare
  • Floating-point literals are now treated as decimals.

v0.6.14 Beta Release

30 Oct 00:50
Compare
Choose a tag to compare
  • Added more auto-generated constructors when converting Apex exception classes

v0.6.13 Beta Release

28 Oct 00:36
Compare
Choose a tag to compare

v0.6.13

  • Don't translate static member access expressions on primitive types
  • Fixed an issue related to the field declarators
  • Added Apex.ApexSharp.Extensions namespace to generated C# code
  • Automatically add constructors to empty Apex exception classes
  • Updated reserved words

v0.6.12 Beta Release

17 Oct 22:08
Compare
Choose a tag to compare

v0.6.12

  • Added support for the virtual class modifier

v0.6.11 Beta Release

11 Oct 22:36
Compare
Choose a tag to compare

v0.6.11

  • Fixed a bug with string literals
  • Updated Sprache dependency to the stable v2.2.0

v0.6.10 Beta Release

08 Oct 23:17
Compare
Choose a tag to compare

v0.6.10

  • Added switch statement support
  • Updated Roslyn C# parser dependency to v2.9.0

v0.6.2 Beta release

14 Dec 23:46
Compare
Choose a tag to compare
Updated the grammar to be able to parse the standard APIs.