From 7e2671a99914fee3826115c2a6daa5dd461b655b Mon Sep 17 00:00:00 2001 From: Andreas Schmidt Date: Sun, 15 Jun 2014 19:40:12 +0200 Subject: [PATCH 1/2] Improve objectDiff. * Exportable as NodeJs module. * Proper date handling. * Remove equal elements to save space. * Handle array elements using IDs. * Provide a mechanism for applying changes. * Shortened tokens. --- MIT-LICENSE.txt | 2 +- index.html | 4 +- objectDiff.js | 563 +++++++++++++++++++++++++++--------------------- 3 files changed, 316 insertions(+), 253 deletions(-) diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt index bc57aac..7f826ca 100644 --- a/MIT-LICENSE.txt +++ b/MIT-LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) Nikita Vasilyev +Copyright (c) Nikita Vasilyev (modifications by Andreas Schmidt) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/index.html b/index.html index b2834f3..edaa25f 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ -objectDiff.js on GitHub +objectDiff.js on GitHub