bec7d107bdfixes in array type
DadaMonad
2015-01-19 02:27:37 +00:00
54844f4535added support for html content editable. Now you can bind event html tags to text types
DadaMonad
2015-01-19 01:56:22 +00:00
02d0ace241fixing Polymer elements
DadaMonad
2015-01-16 23:17:19 +00:00
bab4bcc94badded 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
e54402e842no more Immutable types :)
DadaMonad
2015-01-16 20:02:06 +00:00
f1f710b269Introduced a new model for custom collaborative types.
DadaMonad
2015-01-16 19:13:01 +00:00
b647b2af58There 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
6b46500325finishing for tutorial
v0.0.8
DadaMonad
2015-01-12 17:01:20 +00:00
ef9e183138All tests working again (including double-late-join)
DadaMonad
2015-01-08 15:08:44 +00:00
a1b07f84eachanging the GC algorith. Only operations left to an deleted insertion can be garbage collected. (incomplete!)
DadaMonad
2015-01-08 12:10:57 +00:00
af3cd2361acleaning up
DadaMonad
2015-01-07 14:09:04 +00:00
d898136f64making sync more efficient. using new connector features. found lots of small bugs
DadaMonad
2015-01-06 10:29:50 +00:00
d2fa906b50support for the new connector version
DadaMonad
2015-01-04 02:20:12 +00:00
17a752c93eadded tests with paper-slider
DadaMonad
2015-01-03 03:44:50 +00:00
e73829f73badded XMPP example, fixed bug in TextType binding to textfield
DadaMonad
2015-01-03 01:08:28 +00:00
cacfb54d5etesting observers, refactoring some Basic Types
DadaMonad
2014-12-22 17:05:15 +00:00
21f7350c4dCleaning up. No more bubbling events. All tests run fine. Following the Object.observe pattern (untested).
DadaMonad
2014-12-17 22:50:08 +00:00
584964153cEverything 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
2cf899418aAdding 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
7696864841cleaning up (1)
DadaMonad
2014-12-14 17:00:02 +00:00
9b582fc795added support for Object.observe in supported browsers
DadaMonad
2014-12-02 09:50:21 +00:00
d4bb2dc173fixed error with native event listeners
DadaMonad
2014-12-01 11:01:14 +00:00
e1900e8561Finished support for new connector type
DadaMonad
2014-11-25 15:51:30 +00:00
03925ab32fMerge branch 'master' into gh-pages
DadaMonad
2014-11-18 11:02:36 +00:00
6965678581removed errors in connector. Added new connector type - this is unfinished
DadaMonad
2014-11-18 11:00:42 +00:00
df838fa1a6extended .gitignore
Kevin Jahns
2014-10-20 10:06:05 +00:00
94e66af751added test for thesis paper
Kevin Jahns
2014-10-20 10:04:53 +00:00