Improved performance; Added cycles option; Added number paths for arrays
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).