Skip to content

Improved performance; Added cycles option; Added number paths for arrays

Compare
Choose a tag to compare
@AsyncBanana AsyncBanana released this 13 Nov 12:44
· 32 commits to master since this release
c8efe46

This release adds a few things:

  • Performance has been improved somewhat through a few different strategies (credits to @brecert and their fork for some ideas)
  • An option has been added to disable cycle checking to optimize if you know there are no cycles (#9):
diff(obj1,obj2,{cyclesFix: false})
  • Now, array paths will have numbers instead of strings (#12).