Skip to content

6.8.0

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 20 Jul 00:53
· 359 commits to master since this release

See also

Summary

  • Added some additional checks so that the destroy method could still be used to destroy some malformed JSON linked lists. Also updated the validate method to check for circular references.
  • Added missing arguments (trim_str and adjustl_str) to some of the string wrapper routines.
  • Fixed a dangling pointer bug in the destroy method that was causing unpredictable behavior in this routine which could cause a crash for some compilers. 🪲
  • Various minor changes to remove some compiler warnings and a line length standards violation.
  • Various documentation string updates.