Seph Gentle
|
0dd0a4be14
|
Added draft of INTERNALS.js describing how Yjs works
|
2020-09-03 10:02:04 +10:00 |
|
Kevin Jahns
|
b4fc073aa5
|
properly annotate DeltaItem.insert - fixes #227
|
2020-08-08 18:29:50 +02:00 |
|
Kevin Jahns
|
6a9f853d12
|
fix readme formatting
|
2020-08-08 02:43:03 +02:00 |
|
Kevin Jahns
|
ce3b0f3043
|
13.3.2
v13.3.2
|
2020-08-07 19:31:29 +02:00 |
|
Kevin Jahns
|
94646b2f45
|
fix item.content undefined
|
2020-08-07 19:29:08 +02:00 |
|
Kevin Jahns
|
29c2ad4492
|
13.3.1
v13.3.1
|
2020-08-07 17:53:00 +02:00 |
|
Kevin Jahns
|
637fadf38e
|
lint markdown
|
2020-08-07 17:51:17 +02:00 |
|
Kevin Jahns
|
0c6c11d583
|
Merge branch 'main' of github.com:yjs/yjs into main
|
2020-08-07 17:47:28 +02:00 |
|
Kevin Jahns
|
6f9a2c9df7
|
implement before/afterAllTransactions
|
2020-08-07 17:47:20 +02:00 |
|
Kevin Jahns
|
7876a96163
|
Merge pull request #224 from ajhyndman/document-tojson
Document the doc.toJSON method
|
2020-08-04 16:53:10 +02:00 |
|
Andrew Hyndman
|
22653c799c
|
Document the doc.toJSON method
|
2020-07-22 21:47:55 -07:00 |
|
Kevin Jahns
|
68109b033f
|
lint - fixes #223
|
2020-07-22 12:32:34 +02:00 |
|
Kevin Jahns
|
38eb2e502c
|
stricter searchMarker filter
|
2020-07-16 20:44:54 +02:00 |
|
Kevin Jahns
|
270a69fcf6
|
13.3.0
v13.3.0
|
2020-07-15 22:18:47 +02:00 |
|
Kevin Jahns
|
6e3b708599
|
implement search-marker prototype (limited usage for now)
|
2020-07-15 22:03:02 +02:00 |
|
Kevin Jahns
|
6e8167fe51
|
integration refactor with stackHead magic
|
2020-07-13 17:38:39 +02:00 |
|
Kevin Jahns
|
3449687280
|
micro optimizations in struct reader
|
2020-07-13 15:47:51 +02:00 |
|
Kevin Jahns
|
3406247a3e
|
choose rencoding version at random
|
2020-07-12 21:11:12 +02:00 |
|
Kevin Jahns
|
076d550dfa
|
export YTextEvent - fixes #213
|
2020-07-12 20:13:18 +02:00 |
|
Kevin Jahns
|
bb45816f05
|
remove bare for .. of iterations - fixes #220
|
2020-07-12 20:04:56 +02:00 |
|
Kevin Jahns
|
5414ac7f6e
|
yjs implements unpkg - implements #216
|
2020-07-12 19:13:50 +02:00 |
|
Kevin Jahns
|
0b8f032364
|
add AbstractConnector interface - implements #215
|
2020-07-12 19:07:16 +02:00 |
|
Kevin Jahns
|
dc136ff56a
|
Merge branch 'relm-us-ydoctojson' into main
|
2020-07-12 18:51:04 +02:00 |
|
Kevin Jahns
|
b73a720fdc
|
merge with upstream
|
2020-07-12 18:50:32 +02:00 |
|
Kevin Jahns
|
cf420d6241
|
export decodeStateVector - fixes #218
|
2020-07-12 18:41:34 +02:00 |
|
Kevin Jahns
|
859e169c91
|
fix empty type name
|
2020-07-12 18:40:39 +02:00 |
|
Kevin Jahns
|
6c2cf0f769
|
Implement experimental new encoder 🚀
|
2020-07-12 18:25:54 +02:00 |
|
Duane Johnson
|
1a942aa4e0
|
whitespace
|
2020-07-12 09:38:20 -06:00 |
|
Duane Johnson
|
368dc6b36a
|
Add YDoc toJSON
|
2020-07-12 09:36:51 -06:00 |
|
Kevin Jahns
|
2151c514e5
|
fix empty parentYKey issue
|
2020-07-08 17:54:41 +02:00 |
|
Kevin Jahns
|
bb25ce7731
|
Remove tsc import doc because typescript is now natively supported
|
2020-06-29 00:32:08 +02:00 |
|
Kevin Jahns
|
e31e968f0d
|
fix node arraybuffer decoding
|
2020-06-20 01:48:00 +02:00 |
|
Kevin Jahns
|
1a494761a3
|
add compatibility tests
|
2020-06-19 21:45:10 +02:00 |
|
Kevin Jahns
|
b434501d11
|
merge upstream
|
2020-06-18 00:33:35 +02:00 |
|
Kevin Jahns
|
d1d86277b8
|
update sponsors ❤️
|
2020-06-18 00:32:51 +02:00 |
|
Kevin Jahns
|
d7a11ccf4d
|
fix gc regression issue & add another breaking condition for the integration algorithm
|
2020-06-18 00:31:25 +02:00 |
|
Kevin Jahns
|
4c48116947
|
Added Sponsor ❤️
|
2020-06-13 14:48:11 +02:00 |
|
Kevin Jahns
|
6dd26d3b48
|
reduce number of variables and sanity checks 😵
|
2020-06-09 23:48:27 +02:00 |
|
Kevin Jahns
|
6b0154f046
|
improve mem usage by conditional execution of the integration part (step throught the integration if there are conflicting items)
|
2020-06-09 16:34:07 +02:00 |
|
Kevin Jahns
|
7fb63de8fc
|
13.2.0
v13.2.0
|
2020-06-09 01:04:00 +02:00 |
|
Kevin Jahns
|
c4d80d133d
|
Merge branch 'master' of github.com:yjs/yjs
|
2020-06-09 00:54:59 +02:00 |
|
Kevin Jahns
|
cebe96c001
|
Merge pull request #209 from relm-us/ymap-size
Add 'size' getter to Y.Map
|
2020-06-09 00:54:52 +02:00 |
|
Kevin Jahns
|
4d2369ce21
|
Merge branch 'master' of github.com:yjs/yjs
|
2020-06-09 00:53:38 +02:00 |
|
Kevin Jahns
|
5293ab4df1
|
Improve memory usage by omitting the ItemRef step and directly applying the Item
|
2020-06-09 00:53:05 +02:00 |
|
Duane Johnson
|
e53c01c6c5
|
Add 'size' getter to Y.Map
|
2020-06-07 07:44:37 -06:00 |
|
Kevin Jahns
|
03faa27787
|
Merge pull request #208 from relm-us/ymap-iterable-constructor
Add optional iterable param to Y.Map(), matching Map()
|
2020-06-07 12:34:08 +02:00 |
|
Duane Johnson
|
868dd5f0a5
|
Add optional iterable param to Y.Map(), matching Map()
|
2020-06-06 21:32:24 -06:00 |
|
Kevin Jahns
|
fa58ce53cd
|
Update Sponsors ❤️
|
2020-06-07 01:56:16 +02:00 |
|
Kevin Jahns
|
0a0098fdfb
|
reuse item position references in Y.Text
|
2020-06-05 00:27:36 +02:00 |
|
Kevin Jahns
|
a5a48d07f6
|
13.1.1
v13.1.1
|
2020-06-04 18:15:58 +02:00 |
|