3fdcf82bcc
fixed error description for observers that throw errors
Kevin Jahns
2016-10-29 16:55:16 +02:00
6dd33f4f90
copy db, connector, and type properties before handing them over to the connector, etc. This prevents some weird errors using y-elements
Kevin Jahns
2016-10-24 23:10:44 +02:00
0521fac8d8
implemented auth utilities for yjs
Kevin Jahns
2016-10-24 11:57:59 +02:00
666ab8285c
update examples
Kevin Jahns
2016-10-13 17:29:24 +02:00
cf3969dff6
fix richtext example
Kevin Jahns
2016-10-13 17:27:13 +02:00
675c7f6638
rephrase intro
Kevin Jahns
2016-10-13 15:53:41 +02:00
463608cb5c
Release 12.0.4
Kevin Jahns
2016-10-12 15:52:04 +02:00
17803266d4
repairChecker: 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
f0e88d192c
Release 12.0.0
Kevin Jahns
2016-09-20 19:19:18 +02:00
f9315288d0
found 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
3b0d0343f4
Release 11.2.2
Kevin Jahns
2016-08-01 17:04:06 +02:00
74c881bb5b
Fixed bug that only occurs in persistent databases (setOperation was not called).
Kevin Jahns
2016-08-01 16:52:02 +02:00
63f8a891be
update dist
Kevin Jahns
2016-07-05 16:21:19 +02:00
5ab60028ce
update y-richtext example
Kevin Jahns
2016-07-05 16:20:36 +02:00
2083cdb6b0
several bug-fixes (for y-richtext beta)
Kevin Jahns
2016-07-01 17:45:53 +02:00
2091392031
implemented random seed generator, in order to reproduce tests
Kevin Jahns
2016-06-29 17:48:56 +02:00
3dc67e075b
debugged some of the special cases of Utils.receivedOp & found some bugs
Kevin Jahns
2016-06-28 16:23:02 +02:00
81e72126ce
implemented 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
e77a753708
fixed bug in array & richtext
Kevin Jahns
2016-06-03 19:04:47 +02:00
bc856a09f5
Release 11.2.1
Kevin Jahns
2016-05-24 15:25:14 +02:00
14d59de2bd
improved awaitOps
Kevin Jahns
2016-05-07 13:16:48 +01:00
483d2c78aa
Use uglify-js v2.5.0 to fix#52
Kevin Jahns
2016-05-06 12:57:07 +01:00
5b835563c8
implement 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
996566419c
some flush updates
Kevin Jahns
2016-05-04 17:14:39 +02:00
5d6a9872e2
Michael found a weird character in my code
Kevin Jahns
2016-05-02 11:04:24 +02:00
8930865a21
Release 11.0.4
Kevin Jahns
2016-05-02 11:00:07 +02:00
accf0dbafb
fixed bump script
Kevin Jahns
2016-04-26 15:01:22 +02:00
5c7bab422f
updated examples to new version
Kevin Jahns
2016-04-26 14:39:49 +02:00
6b8ce0ab4f
changed the observe functionality
Kevin Jahns
2016-04-25 16:32:45 +02:00
71bf6438e1
found 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
895ec86ff6
all 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
bffd130b92
fixed first two random cases, (gc seems still to be an issue ..)
Kevin Jahns
2016-04-21 18:04:46 +02:00
feae0d51bd
fixed content.length in tryExecute
Kevin Jahns
2016-04-20 12:37:56 +02:00
f46c8df605
fixed some cases that lead to inconsistencies
Kevin Jahns
2016-04-20 12:03:06 +02:00
82025c5de9
better debugging, pretty print (no undefined) in logtable
Kevin Jahns
2016-04-19 16:34:14 +02:00
153ec811e2
fixed some gc bugs, improved applyDeleteSet
Kevin Jahns
2016-04-18 16:13:29 +02:00
01031d27c3
some gc fixes
Kevin Jahns
2016-04-18 10:48:48 +01:00
c72f62ecb6
implemented support for range of deletions (unfinished)
Kevin Jahns
2016-04-14 18:09:27 +02:00
e1df1a7a12
fixed 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
a7f845f553
fixed some old todos, fixed some cases related to "content is an array"
Kevin Jahns
2016-04-12 16:18:05 +02:00