2.5:
- Added Windows Arm64 build.
2.0:
- Added Apple Silicon support.
- Added iOS support.
1.6:
- Fixed issue where MacOS Catalina thought the plugin segments were not code signed.
- Added Version constant to the class to aid conditional compile Macros.
1.5.4:
- Changed compiler on Linux 32 bit to Clang.
- Changed compiler on Linux 64 bit to Clang.
- Changed the compiler on Linux ARM 32 bit to Clang.
1.5:
- Added 64 bit compile support for Mac targets.
- Added 64 bit compile support for Windows targets.
- Added 64 bit compile support for Linux targets.
- Added ARM compile support for Linux targets.
1.3:
- Greatly reduced dependencies on Linux so the plugin can work in Linux console application where no GUI libraries are installed in the Linux system.
1.2:
- GetSourceFormatted function now returns its result with the encoding defined as UTF8 instead of undefined encoding.
- GetSourceRaw function now returns its result with the encoding defined as UTF8 instead of undefined encoding.
- Is now linked against much newer version of libjson.
1.1:
- Now also ships with a Xojo plugin. The Xojo plugin comes in the new Xojo format and is compiled with newer SDK.
- Plugin segments come code signed on MacOS X systems.
- Documentation now also ships as docset for the awesome Dash viewer from http://kapeli.com/dash.
- Fixed the plugin to work with more modern Linux distros.
- Added 2 Pop functions to the JSONNode class.
- Added 2 Remove methods to the JSONNode class.
- Added Comment property to the JSONNode class.
1.0.2:
- Made the plugin work in console applications.
1.0:
- This is the first version.