Kevin Jahns
|
0ddf3bf742
|
Y.Xml renamed to Y.XmlElement
|
2017-08-25 20:35:17 +02:00 |
|
Kevin Jahns
|
5f29724578
|
merge textarea example
|
2017-08-24 14:46:16 +02:00 |
|
Kevin Jahns
|
ab6cde07e6
|
Implemented Xml Struct
|
2017-08-24 14:44:40 +02:00 |
|
Kevin Jahns
|
6e633d0bd9
|
lint
|
2017-08-14 15:41:37 +02:00 |
|
Kevin Jahns
|
e16195cb54
|
implement timeout for creating Yjs instance
|
2017-08-14 15:39:17 +02:00 |
|
Kevin Jahns
|
8770c8e934
|
Implement persistence layer
|
2017-08-13 01:03:54 +02:00 |
|
Kevin Jahns
|
65e8c29b33
|
remove all async-functions - making it compatible with node 6
|
2017-08-01 16:15:36 +02:00 |
|
Kevin Jahns
|
4dce0816a6
|
fix preferUntransformed sync
|
2017-07-31 14:41:40 +02:00 |
|
Kevin Jahns
|
3c317828d1
|
Use integer as userId instead of String
|
2017-07-13 00:37:35 +02:00 |
|
Kevin Jahns
|
6225fb4dfd
|
fix linting of examples
|
2017-07-05 18:33:16 +02:00 |
|
Kevin Jahns
|
033d24eee7
|
use y-memory@v8 directory structure
|
2017-07-05 17:44:17 +02:00 |
|
Kevin Jahns
|
a6a321da10
|
fix textarea example to fit new directory structure
|
2017-07-05 11:34:28 +02:00 |
|
Kevin Jahns
|
42abcc897c
|
added examples
|
2017-05-19 02:22:00 +02:00 |
|
Kevin Jahns
|
159f37474d
|
checking out new stuff
|
2015-06-15 14:53:02 +02:00 |
|
Kevin Jahns
|
1b63f5efde
|
added lots of magic
|
2015-06-09 22:30:42 +02:00 |
|
Kevin Jahns
|
7a89c1cc6d
|
added first prototype of the new HB with indexedDB
|
2015-06-09 18:08:23 +02:00 |
|
Kevin Jahns
|
d901d5f5e4
|
small fixes
|
2015-04-30 16:29:48 +02:00 |
|
Kevin Jahns
|
b2c7706a2e
|
fixed y-object polymer
|
2015-04-30 15:09:10 +02:00 |
|
Kevin Jahns
|
4d926cf841
|
updated examples
|
2015-04-30 14:15:48 +02:00 |
|
DadaMonad
|
446560d9e8
|
added support for namespaces on types
|
2015-03-09 17:38:26 +00:00 |
|
DadaMonad
|
c663230c1b
|
add xml examples
|
2015-02-26 21:39:12 +00:00 |
|
DadaMonad
|
60de3ce5b0
|
getting ready for 0.4 realeasy
|
2015-02-15 15:33:35 +00:00 |
|
DadaMonad
|
e5f16812b3
|
added new y-test connector
|
2015-02-05 14:15:20 +00:00 |
|
DadaMonad
|
3eb933400a
|
fixed doSync bug, fixed connection problems, improved p2p sync method - still
there are some cases that may lead to inconsistencies. Currently, only the master-slave method is a reliable sync method
|
2015-02-05 10:46:40 +00:00 |
|
DadaMonad
|
58a479be9b
|
included connector type
|
2015-02-03 18:55:02 +00:00 |
|
DadaMonad
|
5681ba84bf
|
added lost dependencies
|
2015-01-26 23:35:36 +00:00 |
|
DadaMonad
|
978203d73e
|
renamed to yjs
|
2015-01-26 23:24:50 +00:00 |
|
DadaMonad
|
d5c7d51dc4
|
change name
|
2015-01-23 22:29:08 +00:00 |
|
DadaMonad
|
bba92f6a73
|
double checked urls
|
2015-01-23 16:17:29 +00:00 |
|
DadaMonad
|
31e80f0727
|
cleaning up
|
2015-01-23 16:00:03 +00:00 |
|
DadaMonad
|
592a0969d3
|
changing the connector adapter to serve a maximum of 30 operations
|
2015-01-19 10:19:00 +00:00 |
|
DadaMonad
|
00458bab58
|
more text bind issues
|
2015-01-19 06:46:08 +00:00 |
|
DadaMonad
|
fb68550e2c
|
really fixed the shadow dom bug :)
|
2015-01-19 05:14:29 +00:00 |
|
DadaMonad
|
bec7d107bd
|
fixes in array type
|
2015-01-19 02:27:37 +00:00 |
|
DadaMonad
|
54844f4535
|
added support for html content editable. Now you can bind event html tags to text types
|
2015-01-19 01:56:22 +00:00 |
|
DadaMonad
|
02d0ace241
|
fixing Polymer elements
|
2015-01-16 23:17:19 +00:00 |
|
DadaMonad
|
b647b2af58
|
There are now "Pseudo operations" that are not sent, and get be queried by a special parameter with the HB.getOperation. This will reduce the number of operations that are sent and is necessary for the Array implementation, that I plan to implement in the near future
|
2015-01-16 13:36:15 +00:00 |
|
DadaMonad
|
6b46500325
|
finishing for tutorial
|
2015-01-12 17:01:20 +00:00 |
|
DadaMonad
|
a1b07f84ea
|
changing the GC algorith. Only operations left to an deleted insertion can be garbage collected. (incomplete!)
|
2015-01-08 12:10:57 +00:00 |
|
DadaMonad
|
af3cd2361a
|
cleaning up
|
2015-01-07 14:09:04 +00:00 |
|
DadaMonad
|
d898136f64
|
making sync more efficient. using new connector features. found lots of small bugs
|
2015-01-06 10:29:50 +00:00 |
|
DadaMonad
|
17a752c93e
|
added tests with paper-slider
|
2015-01-03 03:45:15 +00:00 |
|
DadaMonad
|
e73829f73b
|
added XMPP example, fixed bug in TextType binding to textfield
|
2015-01-03 01:08:28 +00:00 |
|
DadaMonad
|
877365d00c
|
adding yatta-element
|
2015-01-02 22:43:43 +00:00 |
|
DadaMonad
|
6790355232
|
Polymer elements support bind, creation of new elements, overwrite with simple object, events
|
2014-12-26 13:36:45 +00:00 |
|
DadaMonad
|
cacfb54d5e
|
testing observers, refactoring some Basic Types
|
2014-12-22 17:05:15 +00:00 |
|
DadaMonad
|
21f7350c4d
|
Cleaning up. No more bubbling events. All tests run fine. Following the Object.observe pattern (untested).
|
2014-12-17 22:50:08 +00:00 |
|
DadaMonad
|
584964153c
|
Everything is working smoothly again. Execution speed increased by 10x. Cleaned up the code and unused stuff.
|
2014-12-16 18:01:33 +00:00 |
|
DadaMonad
|
2cf899418a
|
Adding to HB is now handled by Operation.execute. engine changed. Currently fixing errors and working on memory menagement for large HB tables
|
2014-12-16 11:21:57 +00:00 |
|
DadaMonad
|
9b582fc795
|
added support for Object.observe in supported browsers
|
2014-12-02 09:50:21 +00:00 |
|