Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 10:35
· 1 commit to main since this release

ver 1.1.0
fix: fix float comparison and update yyjson

  • Fix float comparison in Equals function

    • Uses epsilon comparison for reliable float equality checks
  • Update yyjson to latest version

    • See yyjson changelog for details
  • Documentation improvements

    • Clarify JSON Pointer usage
  • Minor code improvements

    • Remove redundant areClose function
    • Update float comparison in array functions