Skip to content

Commit 8d8c096

Browse files
committed
1 parent 4065c86 commit 8d8c096

File tree

1 file changed

+1
-47
lines changed

1 file changed

+1
-47
lines changed

README.md

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -173,50 +173,4 @@ If there are no differences, returns an empty array.
173173

174174
## Changelog
175175

176-
#### 0.3.10 (Aug 21, 2014)
177-
178-
Bugfix:
179-
- `test` operation failed of test if properties in two were ordered differently ([#39](https://github.com/Starcounter-Jack/JSON-Patch/issues/39))
180-
- implement `add`, `replace`, `test`, `move`, `copy` operation on object root ([#40](https://github.com/Starcounter-Jack/JSON-Patch/issues/40), [#45](https://github.com/Starcounter-Jack/JSON-Patch/issues/45))
181-
182-
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))
218-
- generated patch contained array `length` (only in native Object.observe version) ([#14](https://github.com/Starcounter-Jack/JSON-Patch/issues/14))
219-
- `jsonpatch.unobserve` now delivers pending changes immediately (previously last-minute changes could be lost)
220-
- stability fixes for browsers with native `Object.observe` (Chrome)
221-
- code cleanup
222-
- removed sourcemap reference from output js file
176+
To see the list of recent changes, see [Releases](https://github.com/PuppetJs/PuppetJs/releases).

0 commit comments

Comments
 (0)