Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yjs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sweng-group-15
yjs
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
eb136ae1bf0640432069bce5f0dd6d8bf3d4da1e
Select Git revision
Branches
1
v12
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
4
Oct
27
Sep
20
1
31
Aug
30
29
28
26
25
23
22
4
1
5
Jul
1
29
Jun
28
14
3
24
May
10
7
6
4
2
30
Apr
27
26
25
22
21
20
19
18
14
13
12
11
7
6
5
24
Mar
23
21
14
11
10
29
Feb
24
23
22
18
16
15
14
13
4
3
27
Jan
26
23
22
21
18
16
15
11
9
30
Dec
18
9
8
3
2
1
30
Nov
26
25
20
19
18
17
15
14
13
12
11
9
7
6
5
4
2
30
Oct
25
19
18
17
16
15
14
13
12
11
9
8
6
5
2
29
Sep
28
27
26
25
17
16
13
11
10
9
26
Jul
25
24
22
21
19
18
17
16
15
14
12
10
9
8
7
6
3
30
Jun
29
28
27
25
21
19
18
17
16
15
9
28
May
21
19
7
5
4
3
30
Apr
29
28
24
23
20
19
17
16
14
12
7
6
9
Mar
1
27
Feb
26
25
24
23
19
18
17
15
5
3
30
Jan
27
26
23
22
21
19
16
12
8
7
6
4
3
2
26
Dec
24
22
17
16
14
2
1
25
Nov
18
20
Oct
17
6
2
30
Sep
29
26
25
17
26
Aug
24
22
21
20
19
18
17
16
15
14
13
12
9
8
7
6
5
4
2
29
Jul
Fixed "[0] of undefined" server issue
sourcedir is no longer a global variable
Release 12.0.1
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
Release 12.0.0
update doc
update doc
update dist
ready to publish (lint)
update npm example
update help
simplify example
simplify documentation
fix init problems with v12, update examples to be synchronous
update dist & added note to changelog
updated documentation (changelog for v12, added leveldb, consistency)
fix test verifier
implemented support for synchronous type creation
Merge branch 'master' of github.com:y-js/yjs into v12
made createType synchronous
updated quill example
Release 11.2.5
fixed late-join sync issue & use leveldb only in node environment
Release 11.2.4
found another bug that only happens in persistent databases (operationAdded changes an operation, so it needs to be retrieved again after calling it)
Release 11.2.2
Fixed bug that only occurs in persistent databases (setOperation was not called).
update dist
several bug-fixes (for y-richtext beta)
implemented random seed generator, in order to reproduce tests
debugged some of the special cases of Utils.receivedOp & found some bugs
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
fixed bug in array & richtext
Release 11.2.1
Release 11.2.0
Release 11.1.0
improved awaitOps
Use uglify-js v2.5.0 to fix #52
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
some flush updates
Loading