b6fe47efe1
changed to syncMethod
DadaMonad
2015-02-05 16:19:55 +00:00
e5f16812b3
added new y-test connector
DadaMonad
2015-02-05 14:15:20 +00:00
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
DadaMonad
2015-02-05 10:46:40 +00:00
58a479be9b
included connector type
DadaMonad
2015-02-03 18:55:02 +00:00
bec7d107bd
fixes in array type
DadaMonad
2015-01-19 02:27:37 +00:00
54844f4535
added support for html content editable. Now you can bind event html tags to text types
DadaMonad
2015-01-19 01:56:22 +00:00
02d0ace241
fixing Polymer elements
DadaMonad
2015-01-16 23:17:19 +00:00
bab4bcc94b
added support for Lists (like Arrays, but mutable). It has the same properties as the mutable string type, formerly known as Word Type
DadaMonad
2015-01-16 21:20:47 +00:00
e54402e842
no more Immutable types :)
DadaMonad
2015-01-16 20:02:06 +00:00
f1f710b269
Introduced a new model for custom collaborative types.
DadaMonad
2015-01-16 19:13:01 +00:00
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
DadaMonad
2015-01-16 13:36:15 +00:00
6b46500325
finishing for tutorial
v0.0.8
DadaMonad
2015-01-12 17:01:20 +00:00
ef9e183138
All tests working again (including double-late-join)
DadaMonad
2015-01-08 15:08:44 +00:00
a1b07f84ea
changing the GC algorith. Only operations left to an deleted insertion can be garbage collected. (incomplete!)
DadaMonad
2015-01-08 12:10:57 +00:00
af3cd2361a
cleaning up
DadaMonad
2015-01-07 14:09:04 +00:00
d898136f64
making sync more efficient. using new connector features. found lots of small bugs
DadaMonad
2015-01-06 10:29:50 +00:00
d2fa906b50
support for the new connector version
DadaMonad
2015-01-04 02:20:12 +00:00
17a752c93e
added tests with paper-slider
DadaMonad
2015-01-03 03:44:50 +00:00
e73829f73b
added XMPP example, fixed bug in TextType binding to textfield
DadaMonad
2015-01-03 01:08:28 +00:00
21f7350c4d
Cleaning up. No more bubbling events. All tests run fine. Following the Object.observe pattern (untested).
DadaMonad
2014-12-17 22:50:08 +00:00
584964153c
Everything is working smoothly again. Execution speed increased by 10x. Cleaned up the code and unused stuff.
DadaMonad
2014-12-16 18:01:33 +00:00
2cf899418a
Adding to HB is now handled by Operation.execute. engine changed. Currently fixing errors and working on memory menagement for large HB tables
DadaMonad
2014-12-16 11:21:57 +00:00
7696864841
cleaning up (1)
DadaMonad
2014-12-14 17:00:02 +00:00
9b582fc795
added support for Object.observe in supported browsers
DadaMonad
2014-12-02 09:50:21 +00:00