Skip to content

Releases: Hitmasu/Jitex

6.7.0

09 Apr 03:39
ba44d46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.6.0...6.7.0

6.6.0

11 Sep 01:08
eec4ad5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.5.1...6.6.0

6.5.1

05 Apr 02:03
08bda24
Compare
Choose a tag to compare

What's Changed

  • [Internal bug fix] - Added initialize for module helper by @Hitmasu in #82

Full Changelog: 6.5.0...6.5.1

6.5.0

30 Mar 22:53
a13c4e1
Compare
Choose a tag to compare

What's Changed

  • Added support to intercept constructors by @Hitmasu in #81

Full Changelog: 6.4.2...6.5.0

6.4.2

24 Feb 06:19
78349ed
Compare
Choose a tag to compare

What's Changed

• Fixed Recompile virtual methods (#79)
• Added more properties on CallContext

6.4.1

21 Feb 00:21
cb766c5
Compare
Choose a tag to compare

What's Changed

  • Fix build actions

6.4.0

21 Feb 00:07
d2109bb
Compare
Choose a tag to compare

What's Changed

  • Support for .NET 6.0
  • New implementation to intercept calls
  • Added support for custom resolvers
  • Performance improvements

6.3.0

04 Nov 21:34
a3f8956
Compare
Choose a tag to compare

• Added support to events
• Added event for method compiled.

6.2.1

31 Oct 06:18
83f2834
Compare
Choose a tag to compare

• Fix function pointer overwrite when method is virtual

6.2.0

31 Oct 03:03
bdf8856
Compare
Choose a tag to compare

• Added support to ReadyToRun
• Added log
• Fix ForceRecompile on virtual methods
• Fix bugs