Skip to content

7.1.0

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 24 Jun 01:28
· 274 commits to master since this release

See also

Summary

  • Added a Visual Studio Code workspace file.
  • Improvements to json_value_get_child_by_index() efficiency.
  • Updates to CMake install rule for better compatibility with Visual Studio.
  • Fix for undeclared variable causing failing test on Mac 🐞
  • Fixed a bug where using json%add() to create new variables in a structure would stop the program if stop_on_failure was enabled. 🐞