17803266d4repairChecker: Yjs is now able to detect incorrect states that happen when messages get lost. When Yjs is in an incorrect state it repairs itself and syncs again
Kevin Jahns
2016-09-27 16:12:35 +02:00
f0e88d192cRelease 12.0.0
Kevin Jahns
2016-09-20 19:19:18 +02:00
f9315288d0found another bug that only happens in persistent databases (operationAdded changes an operation, so it needs to be retrieved again after calling it)
Kevin Jahns
2016-08-01 20:48:55 +02:00
3b0d0343f4Release 11.2.2
Kevin Jahns
2016-08-01 17:04:06 +02:00
74c881bb5bFixed bug that only occurs in persistent databases (setOperation was not called).
Kevin Jahns
2016-08-01 16:52:02 +02:00
63f8a891beupdate dist
Kevin Jahns
2016-07-05 16:21:19 +02:00
5ab60028ceupdate y-richtext example
Kevin Jahns
2016-07-05 16:20:36 +02:00
2083cdb6b0several bug-fixes (for y-richtext beta)
Kevin Jahns
2016-07-01 17:45:53 +02:00
2091392031implemented random seed generator, in order to reproduce tests
Kevin Jahns
2016-06-29 17:48:56 +02:00
3dc67e075bdebugged some of the special cases of Utils.receivedOp & found some bugs
Kevin Jahns
2016-06-28 16:23:02 +02:00
81e72126ceimplemented new extention for awaitOps. It fixes several consistency issues (they were previously hard to detect), and it is also pretty efficient. It still has some debugger statements, so enjoy with care
Kevin Jahns
2016-06-14 21:27:42 +02:00
e77a753708fixed bug in array & richtext
Kevin Jahns
2016-06-03 19:04:47 +02:00
bc856a09f5Release 11.2.1
Kevin Jahns
2016-05-24 15:25:14 +02:00
14d59de2bdimproved awaitOps
Kevin Jahns
2016-05-07 13:16:48 +01:00
483d2c78aaUse uglify-js v2.5.0 to fix#52
Kevin Jahns
2016-05-06 12:57:07 +01:00
5b835563c8implement new method awaitedOps in favor of awaitedDeletes/awaitedInserts. This will fix some bugs when the type gets out of sync with the state of yjs
Kevin Jahns
2016-05-06 12:53:10 +01:00
996566419csome flush updates
Kevin Jahns
2016-05-04 17:14:39 +02:00
5d6a9872e2Michael found a weird character in my code
Kevin Jahns
2016-05-02 11:04:24 +02:00
8930865a21Release 11.0.4
Kevin Jahns
2016-05-02 11:00:07 +02:00
accf0dbafbfixed bump script
Kevin Jahns
2016-04-26 15:01:22 +02:00
5c7bab422fupdated examples to new version
Kevin Jahns
2016-04-26 14:39:49 +02:00
6b8ce0ab4fchanged the observe functionality
Kevin Jahns
2016-04-25 16:32:45 +02:00
71bf6438e1found some gc bugs that occur when using deletion lengths
Kevin Jahns
2016-04-25 13:09:52 +02:00
90b7b01e9afixes#49
Kevin Jahns
2016-04-22 22:09:49 +01:00
895ec86ff6all tests working. Fixed an older bug: When gc an op I forgot to update the state. This only affected offline editing, and was very hard to catch in the past
Kevin Jahns
2016-04-22 21:21:23 +01:00
bffd130b92fixed first two random cases, (gc seems still to be an issue ..)
Kevin Jahns
2016-04-21 18:04:46 +02:00
feae0d51bdfixed content.length in tryExecute
Kevin Jahns
2016-04-20 12:37:56 +02:00
f46c8df605fixed some cases that lead to inconsistencies
Kevin Jahns
2016-04-20 12:03:06 +02:00
82025c5de9better debugging, pretty print (no undefined) in logtable
Kevin Jahns
2016-04-19 16:34:14 +02:00
153ec811e2fixed some gc bugs, improved applyDeleteSet
Kevin Jahns
2016-04-18 16:13:29 +02:00
01031d27c3some gc fixes
Kevin Jahns
2016-04-18 10:48:48 +01:00
c72f62ecb6implemented support for range of deletions (unfinished)
Kevin Jahns
2016-04-14 18:09:27 +02:00
e1df1a7a12fixed one more problem with ds & fixed ace example & insertions are combined even when created in different execution tasks
Kevin Jahns
2016-04-13 16:59:54 +02:00
a7f845f553fixed some old todos, fixed some cases related to "content is an array"
Kevin Jahns
2016-04-12 16:18:05 +02:00
20321c8a7dfixed test connector buffer to really be parallel!
Kevin Jahns
2016-04-11 16:20:27 +02:00
f3fadd3895test suite works again with "contentS" feature!
Kevin Jahns
2016-04-11 15:07:08 +02:00
08a79d0e7bseveral bug fixes regarding "content is an array"
Kevin Jahns
2016-04-07 15:54:47 +02:00
5b21104da3del is applied after ins (type is always called when ins already deleted)
Kevin Jahns
2016-04-06 15:45:30 +02:00
ecc2aef0f8update
Kevin Jahns
2016-04-05 15:38:22 +02:00
1c32067908implementing new insertion struct (unfinished)
Kevin Jahns
2016-04-05 10:43:57 +01:00
fe75ed6208typos in README.md
Kevin Jahns
2016-03-24 12:00:19 +01:00
c2404b1e98Release 10.0.3
Kevin Jahns
2016-03-23 19:55:56 +01:00
83a42271adfix remaining memory leaks
Kevin Jahns
2016-03-23 14:33:51 +01:00
88971b4e69fixed several issues of the gc. I.e. the gc sometimes did not collect the whole subtree when deleting an operation
Kevin Jahns
2016-03-21 21:00:28 +01:00
f844dcbc1ebugfixes creating structs without loading type (e.g. for y-websockets-server)
Kevin Jahns
2016-03-14 19:46:57 +01:00
5cfe209688added xml example
Kevin Jahns
2016-03-14 19:45:50 +01:00
c9c00b5a08found bug: types are not called anymore
Kevin Jahns
2016-03-11 01:08:26 +01:00
d79e3102fcnew approach for type definitions
Kevin Jahns
2016-03-10 17:49:36 +01:00