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 |
|
Kevin Jahns
|
20321c8a7d
|
fixed test connector buffer to really be parallel!
|
2016-04-11 16:20:27 +02:00 |
|
Kevin Jahns
|
f3fadd3895
|
test suite works again with "contentS" feature!
|
2016-04-11 15:07:08 +02:00 |
|
Kevin Jahns
|
08a79d0e7b
|
several bug fixes regarding "content is an array"
|
2016-04-07 15:54:47 +02:00 |
|
Kevin Jahns
|
5b21104da3
|
del is applied after ins (type is always called when ins already deleted)
|
2016-04-06 15:45:30 +02:00 |
|
Kevin Jahns
|
ecc2aef0f8
|
update
|
2016-04-05 15:38:22 +02:00 |
|
Kevin Jahns
|
1c32067908
|
implementing new insertion struct (unfinished)
|
2016-04-05 10:43:57 +01:00 |
|
Kevin Jahns
|
fe75ed6208
|
typos in README.md
|
2016-03-24 12:00:19 +01:00 |
|
Kevin Jahns
|
c2404b1e98
|
Release 10.0.3
|
2016-03-23 19:55:56 +01:00 |
|
Kevin Jahns
|
f363e1e9fc
|
Merge branch 'master' of https://github.com/y-js/yjs
|
2016-03-23 19:54:40 +01:00 |
|
Kevin Jahns
|
749514c074
|
update dist
|
2016-03-23 19:54:28 +01:00 |
|
Kevin Jahns
|
24f8616386
|
Release 10.0.2
|
2016-03-23 14:42:26 +01:00 |
|
Kevin Jahns
|
d4ee8af772
|
Release 10.0.1
|
2016-03-23 14:41:08 +01:00 |
|
Kevin Jahns
|
83a42271ad
|
fix remaining memory leaks
|
2016-03-23 14:33:51 +01:00 |
|
Kevin Jahns
|
88971b4e69
|
fixed several issues of the gc. I.e. the gc sometimes did not collect the whole subtree when deleting an operation
|
2016-03-21 21:00:28 +01:00 |
|
Kevin Jahns
|
f844dcbc1e
|
bugfixes creating structs without loading type (e.g. for y-websockets-server)
|
2016-03-14 19:46:57 +01:00 |
|
Kevin Jahns
|
c9c00b5a08
|
found bug: types are not called anymore
|
2016-03-11 01:08:26 +01:00 |
|
Kevin Jahns
|
d79e3102fc
|
new approach for type definitions
|
2016-03-10 17:49:36 +01:00 |
|
Kevin Jahns
|
ba4f444f32
|
Implemented support for composite type, fixed insert type issues for y-array
|
2016-02-29 13:46:08 +01:00 |
|
Kevin Jahns
|
effc2fe576
|
Release 9.0.4
|
2016-02-24 12:00:50 +01:00 |
|
Kevin Jahns
|
f9a54626b1
|
update dist
|
2016-02-24 12:00:27 +01:00 |
|
Kevin Jahns
|
808a07d218
|
added some error messages
|
2016-02-24 11:40:19 +01:00 |
|
Kevin Jahns
|
afbe81a602
|
update .gitignore
|
2016-02-24 10:09:56 +01:00 |
|
Kevin Jahns
|
2883947641
|
remove jsconfig
|
2016-02-24 10:08:11 +01:00 |
|
Kevin Jahns
|
1c15edd332
|
remove another .vscode
|
2016-02-24 10:07:07 +01:00 |
|
Kevin Jahns
|
214380c3ca
|
updated changelog
|
2016-02-23 16:24:07 +01:00 |
|
Kevin Jahns
|
ecbf03ab10
|
Release 9.0.3
|
2016-02-23 15:50:19 +01:00 |
|
Kevin Jahns
|
5aedddeea3
|
update dist
|
2016-02-23 15:48:15 +01:00 |
|