v0.4.0
- Renamed
jclass
type toJClass
, because it clashes withjclass
macro and produces errors with newer Nim - Removed
NaN
methods fromlang.nim
because they clash withsystem.NaN
- Removed long deprecated
jnim1
jclass
type to JClass
, because it clashes with jclass
macro and produces errors with newer NimNaN
methods from lang.nim
because they clash with system.NaN
jnim1