4.4.1: fix config
ProbeJS Legacy 4.4.0 -> 4.4.1
fix config
- fix config value set by user cannot be read by config
- builtin plugins are now always registered before any other plugins
- better function formatting in
global - reorganized file writing, it's now probably faster by reusing writer
- the values in
GLOBAL_CLASSESare now againtypeof XXXonly, instead a new utility typeAttachJClassis added to attachJClassto result ofjava(...), this has no effect for users - primitive types
charseqandcharacterwill not create redundant codes (namespace, static class) now - config parser for old config format is removed
- config
fullScanis replaced byClass Scannerallowing you to choose class scanner
Full Changelog: 4.4.0...4.4.1