Kevin Jahns
|
08bcdfb008
|
implemented es6 import utility function (Y.extend(module) === module(Y))
|
2016-10-07 21:00:17 +02:00 |
|
Kevin Jahns
|
ecd412c6f6
|
sourcedir is no longer a global variable
|
2016-10-04 14:54:52 +02:00 |
|
Kevin Jahns
|
059f72ffe1
|
fix init problems with v12, update examples to be synchronous
|
2016-08-30 18:10:19 +02:00 |
|
Kevin Jahns
|
34f365cd8f
|
implemented support for synchronous type creation
|
2016-08-26 13:53:31 +02:00 |
|
Kevin Jahns
|
e1e94bcf5d
|
made createType synchronous
|
2016-08-25 04:42:23 +02:00 |
|
Kevin Jahns
|
bc856a09f5
|
Release 11.2.1
|
2016-05-24 15:25:14 +02:00 |
|
Kevin Jahns
|
f844dcbc1e
|
bugfixes creating structs without loading type (e.g. for y-websockets-server)
|
2016-03-14 19:46:57 +01:00 |
|
Kevin Jahns
|
d79e3102fc
|
new approach for type definitions
|
2016-03-10 17:49:36 +01:00 |
|
Kevin Jahns
|
808a07d218
|
added some error messages
|
2016-02-24 11:40:19 +01:00 |
|
Kevin Jahns
|
da7e67d97d
|
implemented destroy & updated disconnect
|
2016-02-16 15:51:12 +01:00 |
|
Kevin Jahns
|
38bf398709
|
Improvements that are required for offline editing
|
2016-01-23 01:02:01 +01:00 |
|
Kevin Jahns
|
102555a3b0
|
Release 0.8.3
|
2016-01-15 03:46:55 +01:00 |
|
Kevin Jahns
|
fbbfa9fd47
|
added example
|
2015-12-09 18:40:10 +01:00 |
|
Kevin Jahns
|
7753994e36
|
fixed bugs resolving from new init style
|
2015-12-03 17:27:13 +01:00 |
|
Kevin Jahns
|
709779425c
|
make module import safer
|
2015-12-02 20:04:59 +01:00 |
|
Kevin Jahns
|
334db3234b
|
outsourced Y.Map type
|
2015-12-02 16:57:55 +01:00 |
|
Kevin Jahns
|
0db7fe5d46
|
added support for static content, added jigsaw puzzle
|
2015-12-02 15:58:22 +01:00 |
|
Kevin Jahns
|
3a55ca4f21
|
update
|
2015-12-01 19:27:14 +01:00 |
|
Kevin Jahns
|
8d14a9cbba
|
starting to implement new sharedObjects idea
|
2015-11-30 15:56:45 +01:00 |
|
Kevin Jahns
|
eff6fb1cc5
|
added flow support for everything except tests
|
2015-11-30 15:02:34 +01:00 |
|
Kevin Jahns
|
bd9c3813fd
|
* starting flow integration
* found a bug in EventHelper
* reduce wait() calls
|
2015-11-26 00:46:02 +01:00 |
|
Kevin Jahns
|
940a44bb7c
|
fix transaction wait bug
|
2015-11-25 16:04:01 +01:00 |
|
Kevin Jahns
|
ae12b087e7
|
fixed module loading issue
|
2015-11-14 20:53:38 +01:00 |
|
Kevin Jahns
|
2d20fd59d0
|
outsourced Textbind, improved automatic module loader
|
2015-11-09 03:03:37 +01:00 |
|
Kevin Jahns
|
6dc347642b
|
implemented module loader for yjs
|
2015-11-07 22:12:48 +01:00 |
|
Kevin Jahns
|
138afe39dc
|
improving.. breaking.. the gulpfile
|
2015-11-06 16:16:38 +01:00 |
|
Kevin Jahns
|
29f3f3f722
|
added offline editing demo 🌟
|
2015-10-18 03:07:34 +02:00 |
|
Kevin Jahns
|
541a93d152
|
refactoring the tarnsition functions
|
2015-10-13 21:40:36 +02:00 |
|
Kevin Jahns
|
e32aef4c9f
|
late join works (also when activating garbage collector), added some tests to verify (havent tested for large >500 operations)
|
2015-10-12 15:17:12 +02:00 |
|
Kevin Jahns
|
82e2254302
|
fixed some inconsistency bugs with DS
|
2015-10-05 14:24:11 +02:00 |
|
Kevin Jahns
|
8745fd64ca
|
code refactoring, and documentation
|
2015-09-29 13:59:38 +02:00 |
|
Kevin Jahns
|
183f30878e
|
checking out new gc approach
|
2015-09-25 16:00:20 +02:00 |
|
Kevin Jahns
|
b1d70ef25e
|
added comments to most of the classes.
|
2015-09-17 00:21:01 +02:00 |
|
Kevin Jahns
|
2a601ac6f6
|
fixed some bugs & linted & prettyfied gulpfile
|
2015-09-13 18:22:45 +02:00 |
|
Kevin Jahns
|
82b3e50d49
|
new build system
|
2015-09-11 18:35:32 +02:00 |
|
Kevin Jahns
|
4bfe484fc2
|
node-inspector
|
2015-09-10 19:41:07 +02:00 |
|
Kevin Jahns
|
b9e21665e2
|
update
|
2015-09-09 20:29:39 +02:00 |
|
Kevin Jahns
|
06e7caab2d
|
gc implementation
|
2015-07-26 16:03:13 +00:00 |
|
Kevin Jahns
|
c8ded24842
|
started implementing the garbage collector
|
2015-07-26 03:13:13 +00:00 |
|
Kevin Jahns
|
56165a3c10
|
late sync with insertions only work now
|
2015-07-25 23:26:52 +00:00 |
|
Kevin Jahns
|
dd5e2adc87
|
update
|
2015-07-21 17:25:07 +02:00 |
|
Kevin Jahns
|
f78dc52d7b
|
added textbind example, improved & fixed syncing, RBTree handles ids correctly now, webrtc connector is quite reliable now
|
2015-07-16 06:15:23 +02:00 |
|
Kevin Jahns
|
8cc374cabb
|
added eventhandler
|
2015-07-10 15:00:54 +02:00 |
|
Kevin Jahns
|
9b45a78e58
|
fixing types.
|
2015-07-09 15:50:59 +02:00 |
|
Kevin Jahns
|
a1026bc365
|
use RBTree for in-memory storage
|
2015-07-08 21:25:36 +02:00 |
|
Kevin Jahns
|
f8ad9abcc0
|
late join should work now. Need to test more. root is passed to transaction generator
|
2015-06-30 17:57:19 +02:00 |
|
Kevin Jahns
|
bffbb6ca27
|
basic get&set of Map properties works
|
2015-06-29 13:20:19 +02:00 |
|
Kevin Jahns
|
75793d0ced
|
added memory data store
|
2015-06-28 01:42:17 +02:00 |
|
Kevin Jahns
|
7ec409e09f
|
linted all files
|
2015-06-27 19:01:15 +02:00 |
|
Kevin Jahns
|
fec03dc6e1
|
added test connector, webrtc connector, ideas to apply operations with very low overhead
|
2015-06-25 18:41:00 +02:00 |
|