You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded test suite to use Benchmark.js instead of JSLitmus
183
-
184
-
#### 0.3.9 (Aug 4, 2014)
185
-
186
-
Feature:
187
-
- expose method `jsonpatch.compare` for comparing two object trees
188
-
189
-
#### 0.3.8 (Jul 18, 2014)
190
-
191
-
Feature:
192
-
- minified build now available in [dist/](https://github.com/Starcounter-Jack/JSON-Patch/tree/master/dist) directory ([#9](https://github.com/Starcounter-Jack/JSON-Patch/issues/9))
193
-
194
-
#### 0.3.7 (May 5, 2014)
195
-
196
-
Feature:
197
-
- add a new method `compare` ([#24](https://github.com/Starcounter-Jack/JSON-Patch/issues/24))
198
-
199
-
#### 0.3.6 (Nov 14, 2013)
200
-
201
-
Update:
202
-
- use the new record type names that landed in Chrome Canary (http://wiki.ecmascript.org/doku.php?id=harmony:observe - listed at 10/29/2013)
203
-
204
-
#### 0.3.5 (Oct 28, 2013)
205
-
206
-
Bugfix:
207
-
- issues with calling observe/unobserve method on an object multiple times in Chrome (native Object.observe) ([#20](https://github.com/Starcounter-Jack/JSON-Patch/issues/20))
208
-
209
-
#### 0.3.4 (Oct 16, 2013)
210
-
211
-
Bugfix:
212
-
- generate array item `remove` patches in reverse order, so they can be correctly applied in order they were generated ([#16](https://github.com/Starcounter-Jack/JSON-Patch/issues/16))
213
-
214
-
#### 0.3.3 (Oct 11, 2013)
215
-
216
-
Bugfixes:
217
-
- properly escape `~` and `/` characters in poiner paths ([#19](https://github.com/Starcounter-Jack/JSON-Patch/pull/19))
0 commit comments