Skip to content

v0.12.2

Latest
Compare
Choose a tag to compare
@pjbgf pjbgf released this 03 Jan 00:58
· 1 commit to master since this release
626d4b9

This version improves support to Generics and Custom Attributes.

Changelog

  • Add support to property directives.
  • Add support for custom attributes in static properties.
  • Add support for Events with custom attributes.
  • Add test for static events.
  • Indent newly supported directives.
  • Fix fields with special names.
  • Add support to return value attributes.
  • Add support to attributes on parameters.
  • Add delegate with attribute to sample project.
  • Add RVA and hex representation for code size.
  • Fix boolean references.
  • Add class prefix to classes and generic types.
  • Minor refactorings.
  • Add support for native int type and runtime managed methods.
  • Fix missing default keyword on method signatures.