Kevin Jahns
|
2be6e935a4
|
fix lint in xml tests
|
2017-08-26 01:10:50 +02:00 |
|
Kevin Jahns
|
0ddf3bf742
|
Y.Xml renamed to Y.XmlElement
|
2017-08-25 20:35:17 +02:00 |
|
Kevin Jahns
|
ab6cde07e6
|
Implemented Xml Struct
|
2017-08-24 14:44:40 +02:00 |
|
Kevin Jahns
|
7e12ea2db5
|
move array tests and map tests to yjs
|
2017-08-09 02:21:17 +02:00 |
|
Kevin Jahns
|
aa6edcfd9b
|
add warning for message type when ArrayBuffer is expected
|
2017-07-31 01:13:52 +02:00 |
|
Kevin Jahns
|
f31ec9a8b8
|
fixed varUint encoding issue
|
2017-07-30 22:16:59 +02:00 |
|
Kevin Jahns
|
a19cfa1465
|
redesigned connector protocol - enabled binary compression
|
2017-07-22 18:07:56 +02:00 |
|
Kevin Jahns
|
252bec0ad2
|
implemented binary encoding for all basic structs
|
2017-07-13 17:42:21 +02:00 |
|
Kevin Jahns
|
159f37474d
|
checking out new stuff
|
2015-06-15 14:53:02 +02:00 |
|
DadaMonad
|
96ed8b0f98
|
outsourced all types (except for object type)
|
2015-02-27 18:01:21 +00:00 |
|
DadaMonad
|
0a8118367d
|
yay - every test on xml and dom succeeds
|
2015-02-26 21:28:06 +00:00 |
|
DadaMonad
|
f932f560bd
|
completed the xml tests - and lots of them run successfully
|
2015-02-26 18:28:35 +00:00 |
|
DadaMonad
|
f9542b90db
|
made xml tests more expressive
|
2015-02-26 10:09:41 +00:00 |
|
DadaMonad
|
014495febd
|
added random tests for xml test suite
|
2015-02-26 09:20:26 +00:00 |
|
DadaMonad
|
9059618d1f
|
Y-Xml tests pass
|
2015-02-25 22:50:26 +00:00 |
|
DadaMonad
|
9a8f8fba05
|
added tests for new xml type.
|
2015-02-24 20:34:27 +00:00 |
|
DadaMonad
|
3ba89edf7d
|
support for circular structures (e.g. with JSON)
|
2015-02-24 16:09:42 +00:00 |
|
DadaMonad
|
fea6de3bf9
|
starting to refine the Replaceable type. Most types should be a replaceable.
|
2015-02-23 16:36:55 +00:00 |
|
DadaMonad
|
f189ae11b0
|
tests are no longer failing :)
|
2015-02-23 13:20:52 +00:00 |
|
DadaMonad
|
2e9f8f6d03
|
added text as a custom type, more tests are working
|
2015-02-23 11:41:04 +00:00 |
|
DadaMonad
|
860934de06
|
broke the dammn thing
|
2015-02-19 15:55:05 +00:00 |
|
DadaMonad
|
792440a71d
|
devided ops/types
|
2015-02-19 10:41:34 +00:00 |
|
DadaMonad
|
d6526f12fb
|
fixed mocha stop
|
2015-02-18 00:01:43 +00:00 |
|
DadaMonad
|
5ba0a7492a
|
refactoring text types
|
2015-02-17 21:10:46 +00:00 |
|
DadaMonad
|
c65f11b308
|
updated mocha
|
2015-02-17 19:37:15 +00:00 |
|
DadaMonad
|
77b83cae2a
|
fixing double late join test fail
|
2015-02-17 19:23:27 +00:00 |
|
DadaMonad
|
e5f16812b3
|
added new y-test connector
|
2015-02-05 14:15:20 +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
|
31e80f0727
|
cleaning up
|
2015-01-23 16:00:03 +00:00 |
|
DadaMonad
|
bab4bcc94b
|
added support for Lists (like Arrays, but mutable). It has the same properties as the mutable string type, formerly known as Word Type
|
2015-01-16 21:20:47 +00:00 |
|
DadaMonad
|
e54402e842
|
no more Immutable types :)
|
2015-01-16 20:02:40 +00:00 |
|
DadaMonad
|
f1f710b269
|
Introduced a new model for custom collaborative types.
|
2015-01-16 19:13:01 +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
|
ef9e183138
|
All tests working again (including double-late-join)
|
2015-01-08 15:08:44 +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
|
fd1128d456
|
added tests for observer types
|
2014-12-24 11:35:06 +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
|
e1900e8561
|
Finished support for new connector type
|
2014-11-25 15:51:45 +00:00 |
|
Kevin Jahns
|
94e66af751
|
added test for thesis paper
|
2014-10-20 10:04:53 +00:00 |
|
Kevin Jahns
|
3415d0ee5e
|
tests run fine. but it needs some more user testing
|
2014-10-02 21:14:37 +02:00 |
|
Kevin Jahns
|
968e07a8ff
|
fixed jquery.replaceWith
|
2014-09-30 20:10:34 +02:00 |
|
Kevin Jahns
|
1455933abb
|
more jquery methods work
|
2014-09-29 19:26:25 +02:00 |
|
Kevin Jahns
|
eb3afe9106
|
many jquery methods work
|
2014-09-29 18:52:05 +02:00 |
|
Kevin Jahns
|
5cb7951d44
|
more xml
|
2014-09-29 15:28:44 +02:00 |
|
Kevin Jahns
|
51b5294e3c
|
a
|
2014-09-29 13:10:22 +02:00 |
|
Kevin Jahns
|
03d652f70b
|
insertBefore (xml), and prevent bug for addProperty-listener
|
2014-09-29 09:58:44 +02:00 |
|