cJSON v1.6.0 Release Notes

Release Date: 2017-10-09 // over 6 years ago
  • ๐Ÿ”‹ Features:

    • You can now build cJSON as both shared and static library at once with CMake using -DBUILD_SHARED_AND_STATIC_LIBS=On, see #178
    • ๐Ÿ‘€ UTF-8 byte order marks are now ignored, see #184
    • ๐Ÿ‘€ Locales can now be disabled with the option -DENABLE_LOCALES=Off, see #202, thanks @Casperinous
    • ๐Ÿ‘ Better support for MSVC and Visual Studio

    Other Changes:

    • โž• Add the new warnings -Wswitch-enum, -Wused-but-makred-unused, -Wmissing-variable-declarations, -Wunused-macro
    • โœ… More number printing tests.
    • โœ… Continuous integration testing with AppVeyor (semi automatic at this point), thanks @simon-p-r