Commit Graph

1750 Commits

Author SHA1 Message Date
Kevin Jahns 059f72ffe1 fix init problems with v12, update examples to be synchronous 2016-08-30 18:10:19 +02:00
Kevin Jahns d2d74a64ab update dist & added note to changelog 2016-08-29 17:56:39 +02:00
Kevin Jahns a1f0140069 updated documentation (changelog for v12, added leveldb, consistency) 2016-08-29 17:21:30 +02:00
Kevin Jahns 7bd8e81342 fix test verifier 2016-08-28 22:13:07 +02:00
Kevin Jahns 34f365cd8f implemented support for synchronous type creation 2016-08-26 13:53:31 +02:00
Kevin Jahns b3ba8e7546 Merge branch 'master' of github.com:y-js/yjs into v12 2016-08-25 04:43:43 +02:00
Kevin Jahns e1e94bcf5d made createType synchronous 2016-08-25 04:42:23 +02:00
Kevin Jahns 4a83ff8514 updated quill example 2016-08-23 11:13:09 +02:00
Kevin Jahns 4078020afd Release 11.2.5 2016-08-22 12:15:32 +02:00
Kevin Jahns e31d5e0e1d fixed late-join sync issue & use leveldb only in node environment 2016-08-22 12:05:39 +02:00
Kevin Jahns acbc884eb5 Release 11.2.4 2016-08-04 19:25:36 +02:00
Kevin Jahns f9315288d0 found another bug that only happens in persistent databases (operationAdded changes an operation, so it needs to be retrieved again after calling it) 2016-08-01 20:48:55 +02:00
Kevin Jahns 3b0d0343f4 Release 11.2.2 2016-08-01 17:04:06 +02:00
Kevin Jahns 74c881bb5b Fixed bug that only occurs in persistent databases (setOperation was not called). 2016-08-01 16:52:02 +02:00
Kevin Jahns 63f8a891be update dist 2016-07-05 16:21:19 +02:00
Kevin Jahns 2083cdb6b0 several bug-fixes (for y-richtext beta) 2016-07-01 17:45:53 +02:00
Kevin Jahns 2091392031 implemented random seed generator, in order to reproduce tests 2016-06-29 17:48:56 +02:00
Kevin Jahns 3dc67e075b debugged some of the special cases of Utils.receivedOp & found some bugs 2016-06-28 16:23:02 +02:00
Kevin Jahns 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 2016-06-14 21:27:42 +02:00
Kevin Jahns e77a753708 fixed bug in array & richtext 2016-06-03 19:04:47 +02:00
Kevin Jahns bc856a09f5 Release 11.2.1 2016-05-24 15:25:14 +02:00
Kevin Jahns f7ae62a906 Release 11.2.0 2016-05-10 18:13:01 +02:00
Kevin Jahns 6669be104e Release 11.1.0 2016-05-07 13:20:43 +01:00
Kevin Jahns 14d59de2bd improved awaitOps 2016-05-07 13:16:48 +01:00
Kevin Jahns 483d2c78aa Use uglify-js v2.5.0 to fix #52 2016-05-06 12:57:07 +01:00
Kevin Jahns 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 2016-05-06 12:53:10 +01:00
Kevin Jahns 996566419c some flush updates 2016-05-04 17:14:39 +02:00
Kevin Jahns 5d6a9872e2 Michael found a weird character in my code 2016-05-02 11:04:24 +02:00
Kevin Jahns 8930865a21 Release 11.0.4 2016-05-02 11:00:07 +02:00
Kevin Jahns 2897695680 update dist, more args for SmallLookupBuffer 2016-04-30 23:01:36 +01:00
Kevin Jahns 5118f02b49 Release 11.0.3 2016-04-27 12:04:39 +01:00
Kevin Jahns a10933beef fixed awaitedInserts (critical for y-richtext) 2016-04-27 12:02:39 +01:00
Kevin Jahns c2ffe0b697 Release 11.0.2 2016-04-26 21:28:21 +02:00
Kevin Jahns 2d1a7b067b fixed some minor problems related to compareId 2016-04-26 21:27:08 +02:00
Kevin Jahns 2675f0277c Release 11.0.1 2016-04-26 15:34:19 +02:00
Kevin Jahns 918bc334b2 Release 11.0.0 2016-04-26 15:02:44 +02:00
Kevin Jahns accf0dbafb fixed bump script 2016-04-26 15:01:22 +02:00
Kevin Jahns 6b8ce0ab4f changed the observe functionality 2016-04-25 16:32:45 +02:00
Kevin Jahns 71bf6438e1 found some gc bugs that occur when using deletion lengths 2016-04-25 13:09:52 +02:00
Kevin Jahns 90b7b01e9a fixes #49 2016-04-22 22:09:49 +01:00
Kevin Jahns 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 2016-04-22 21:27:43 +01:00
Kevin Jahns bffd130b92 fixed first two random cases, (gc seems still to be an issue ..) 2016-04-21 18:04:46 +02:00
Kevin Jahns feae0d51bd fixed content.length in tryExecute 2016-04-20 12:37:56 +02:00
Kevin Jahns f46c8df605 fixed some cases that lead to inconsistencies 2016-04-20 12:03:06 +02:00
Kevin Jahns 82025c5de9 better debugging, pretty print (no undefined) in logtable 2016-04-19 16:34:14 +02:00
Kevin Jahns 153ec811e2 fixed some gc bugs, improved applyDeleteSet 2016-04-18 16:13:29 +02:00
Kevin Jahns 01031d27c3 some gc fixes 2016-04-18 10:48:48 +01:00
Kevin Jahns c72f62ecb6 implemented support for range of deletions (unfinished) 2016-04-14 18:09:27 +02:00
Kevin Jahns e1df1a7a12 fixed one more problem with ds & fixed ace example & insertions are combined even when created in different execution tasks 2016-04-13 16:59:54 +02:00
Kevin Jahns a7f845f553 fixed some old todos, fixed some cases related to "content is an array" 2016-04-12 16:18:05 +02:00