Commit Graph

  • 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
  • 9eac8d9398 Deploy 12.0.0 v12.0.0 Kevin Jahns 2016-09-20 19:19:14 +02:00
  • e66c0f8a4e update doc Kevin Jahns 2016-09-20 19:13:09 +02:00
  • eba3d590cc update doc Kevin Jahns 2016-09-20 19:12:41 +02:00
  • 0b31e63b82 update dist Kevin Jahns 2016-09-20 18:30:52 +02:00
  • 0b14e90585 update examples Kevin Jahns 2016-09-20 18:29:19 +02:00
  • d22fbca6cc ready to publish (lint) Kevin Jahns 2016-09-01 02:40:35 +02:00
  • 330434ee24 update npm example Kevin Jahns 2016-08-31 02:58:28 +02:00
  • 2f0216bf89 update help Kevin Jahns 2016-08-30 21:03:08 +02:00
  • f9d0625bd2 simplify example Kevin Jahns 2016-08-30 20:58:17 +02:00
  • 7a9d60770a simplify documentation Kevin Jahns 2016-08-30 20:43:05 +02:00
  • 059f72ffe1 fix init problems with v12, update examples to be synchronous Kevin Jahns 2016-08-30 18:10:19 +02:00
  • d2d74a64ab update dist & added note to changelog Kevin Jahns 2016-08-29 17:56:39 +02:00
  • 4726c71dd0 update quill example Kevin Jahns 2016-08-29 17:47:38 +02:00
  • a1f0140069 updated documentation (changelog for v12, added leveldb, consistency) Kevin Jahns 2016-08-29 17:21:30 +02:00
  • 7bd8e81342 fix test verifier Kevin Jahns 2016-08-28 22:13:07 +02:00
  • 34f365cd8f implemented support for synchronous type creation Kevin Jahns 2016-08-26 13:53:31 +02:00
  • b3ba8e7546 Merge branch 'master' of github.com:y-js/yjs into v12 Kevin Jahns 2016-08-25 04:43:43 +02:00
  • e1e94bcf5d made createType synchronous Kevin Jahns 2016-08-25 04:42:23 +02:00
  • 4a83ff8514 updated quill example Kevin Jahns 2016-08-23 11:13:09 +02:00
  • 59d859b38b updated quill example Kevin Jahns 2016-08-22 12:57:04 +02:00
  • 4078020afd Release 11.2.5 Kevin Jahns 2016-08-22 12:15:32 +02:00
  • 81c8504462 Deploy 11.2.5 v11.2.5 Kevin Jahns 2016-08-22 12:15:16 +02:00
  • e31d5e0e1d fixed late-join sync issue & use leveldb only in node environment Kevin Jahns 2016-08-22 12:05:39 +02:00
  • acbc884eb5 Release 11.2.4 Kevin Jahns 2016-08-04 19:25:36 +02:00
  • c926ce09f5 Deploy 11.2.4 v11.2.4 Kevin Jahns 2016-08-04 19:25:20 +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
  • 653a436b88 Deploy 11.2.2 v11.2.2 Kevin Jahns 2016-08-01 17:03:26 +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
  • 428d825f41 Deploy 11.2.1 v11.2.1 Kevin Jahns 2016-05-24 15:24:53 +02:00
  • f7ae62a906 Release 11.2.0 Kevin Jahns 2016-05-10 18:13:01 +02:00
  • b9f9c762eb Deploy 11.2.0 v11.2.0 Kevin Jahns 2016-05-10 18:12:57 +02:00
  • 6669be104e Release 11.1.0 Kevin Jahns 2016-05-07 13:20:43 +01:00
  • 80ab682b0a Deploy 11.1.0 v11.1.0 Kevin Jahns 2016-05-07 13:20:37 +01: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
  • 3f60690880 Deploy 11.0.4 v11.0.4 Kevin Jahns 2016-05-02 10:59:58 +02:00
  • 2897695680 update dist, more args for SmallLookupBuffer Kevin Jahns 2016-04-30 23:01:36 +01:00
  • e2f93af86e added drawing example Kevin Jahns 2016-04-30 23:00:23 +01:00
  • 5118f02b49 Release 11.0.3 Kevin Jahns 2016-04-27 12:04:39 +01:00
  • 76ebd3043d Deploy 11.0.3 v11.0.3 Kevin Jahns 2016-04-27 12:04:30 +01:00
  • a10933beef fixed awaitedInserts (critical for y-richtext) Kevin Jahns 2016-04-27 12:02:39 +01:00
  • c2ffe0b697 Release 11.0.2 Kevin Jahns 2016-04-26 21:28:21 +02:00
  • b958b72f1d Deploy 11.0.2 v11.0.2 Kevin Jahns 2016-04-26 21:28:18 +02:00
  • 2d1a7b067b fixed some minor problems related to compareId Kevin Jahns 2016-04-26 21:27:08 +02:00
  • 2675f0277c Release 11.0.1 Kevin Jahns 2016-04-26 15:34:19 +02:00
  • 89a920df68 Deploy 11.0.1 v11.0.1 Kevin Jahns 2016-04-26 15:34:16 +02:00
  • 918bc334b2 Release 11.0.0 Kevin Jahns 2016-04-26 15:02:44 +02:00
  • c2b8d7b164 Deploy 11.0.0 v11.0.0 Kevin Jahns 2016-04-26 15:02:41 +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
  • 90b7b01e9a fixes #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
  • 20321c8a7d fixed test connector buffer to really be parallel! Kevin Jahns 2016-04-11 16:20:27 +02:00
  • f3fadd3895 test suite works again with "contentS" feature! Kevin Jahns 2016-04-11 15:07:08 +02:00
  • 08a79d0e7b several bug fixes regarding "content is an array" Kevin Jahns 2016-04-07 15:54:47 +02:00
  • 5b21104da3 del is applied after ins (type is always called when ins already deleted) Kevin Jahns 2016-04-06 15:45:30 +02:00
  • ecc2aef0f8 update Kevin Jahns 2016-04-05 15:38:22 +02:00
  • 1c32067908 implementing new insertion struct (unfinished) Kevin Jahns 2016-04-05 10:43:57 +01:00
  • fe75ed6208 typos in README.md Kevin Jahns 2016-03-24 12:00:19 +01:00
  • c2404b1e98 Release 10.0.3 Kevin Jahns 2016-03-23 19:55:56 +01:00
  • f21e1c549a Deploy 10.0.3 v10.0.3 Kevin Jahns 2016-03-23 19:55:48 +01:00
  • f363e1e9fc Merge branch 'master' of https://github.com/y-js/yjs Kevin Jahns 2016-03-23 19:54:40 +01:00
  • 749514c074 update dist Kevin Jahns 2016-03-23 19:54:28 +01:00
  • 3156c7b19f updated xml example with commands Kevin Jahns 2016-03-23 19:53:52 +01:00
  • 24f8616386 Release 10.0.2 Kevin Jahns 2016-03-23 14:42:26 +01:00
  • 658081566b Deploy 10.0.2 v10.0.2 Kevin Jahns 2016-03-23 14:42:23 +01:00
  • d4ee8af772 Release 10.0.1 Kevin Jahns 2016-03-23 14:41:08 +01:00
  • ffe0ec5a38 Deploy 10.0.1 v10.0.1 Kevin Jahns 2016-03-23 14:41:04 +01:00
  • 83a42271ad fix remaining memory leaks Kevin Jahns 2016-03-23 14:33:51 +01:00
  • 88971b4e69 fixed 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
  • f844dcbc1e bugfixes creating structs without loading type (e.g. for y-websockets-server) Kevin Jahns 2016-03-14 19:46:57 +01:00
  • 5cfe209688 added xml example Kevin Jahns 2016-03-14 19:45:50 +01:00
  • c9c00b5a08 found bug: types are not called anymore Kevin Jahns 2016-03-11 01:08:26 +01:00
  • d79e3102fc new approach for type definitions Kevin Jahns 2016-03-10 17:49:36 +01:00