Skip to content

Releases: yglukhov/jnim

v0.5.2

28 Apr 17:17
Compare
Choose a tag to compare
  • Compatibility with newer nim

v0.5.1

23 Sep 07:48
Compare
Choose a tag to compare
  • CT_JVM deprecated. Fixes compilation when no JVM found in compile time.

v0.5

01 Aug 13:54
Compare
Choose a tag to compare
  • Package structure changes
  • Experimental jni_export. Implement Java classes in Nim!

v0.4.2

04 Nov 18:53
Compare
Choose a tag to compare

Compatibility with newer Nim

v0.4.1

01 Oct 15:46
db371a1
Compare
Choose a tag to compare
  • Removed nimfp dependency
  • Fixed compilation errors with nim 0.19

v0.4.0

17 Dec 11:57
77aa078
Compare
Choose a tag to compare
  • Renamed jclass type to JClass, because it clashes with jclass macro and produces errors with newer Nim
  • Removed NaN methods from lang.nim because they clash with system.NaN
  • Removed long deprecated jnim1

v0.3.6

14 Nov 14:43
Compare
Choose a tag to compare
  • Fixed potential crash on calling constructors and property setters in certain cases

v0.3.5

02 Nov 14:53
Compare
Choose a tag to compare
  • Fixed undefined behavior (with a decent chance of seemingly correct behavior) when jstring that contains UTF-8 multibyte characters is converted to nim string.

v0.3.4

22 Sep 08:50
Compare
Choose a tag to compare
  • Fixed crash on passing nil strings and nil JVMObjects to generated API. The behavior will now depend on the Java functions being called.

v0.3.3

28 Jul 12:49
Compare
Choose a tag to compare
  • Fixed crash that can randomly occur on Android in release mode.
  • Minor performance improvements.