Viktor Szépe
|
f18eab2dfe
|
Fix typos
|
2025-01-03 18:11:43 +00:00 |
|
Kevin Jahns
|
c2e7076400
|
add iterator type checks
|
2023-11-20 12:53:58 +01:00 |
|
Kevin Jahns
|
90f2a06b5e
|
throw error when event changes are computed after a transaction
|
2023-06-27 13:20:53 +02:00 |
|
Noel Levy
|
5d862477cd
|
invalidate cached path when changing currentTarget of event
fixes #544
|
2023-06-19 11:31:45 -07:00 |
|
Kevin Jahns
|
7f6c12a541
|
bump typescript and fix type issues
|
2023-01-31 12:16:03 +01:00 |
|
Thomas Welter
|
4922eeac56
|
Add support for null values in Y.Map and Y.Array
|
2021-09-21 14:23:58 +02:00 |
|
Will Hawker
|
4b35de5ad5
|
add clear to YMap to remove all elements
|
2021-06-08 21:09:44 +01:00 |
|
Kevin Jahns
|
7bd764fba7
|
use non-explicit resolution for lib0
|
2021-05-14 18:53:24 +02:00 |
|
Kevin Jahns
|
4c929c6808
|
lint & refactoring
|
2020-12-19 16:29:17 +01:00 |
|
Kevin Jahns
|
c4d80d133d
|
Merge branch 'master' of github.com:yjs/yjs
|
2020-06-09 00:54:59 +02:00 |
|
Kevin Jahns
|
4d2369ce21
|
Merge branch 'master' of github.com:yjs/yjs
|
2020-06-09 00:53:38 +02:00 |
|
Kevin Jahns
|
5293ab4df1
|
Improve memory usage by omitting the ItemRef step and directly applying the Item
|
2020-06-09 00:53:05 +02:00 |
|
Duane Johnson
|
e53c01c6c5
|
Add 'size' getter to Y.Map
|
2020-06-07 07:44:37 -06:00 |
|
Duane Johnson
|
868dd5f0a5
|
Add optional iterable param to Y.Map(), matching Map()
|
2020-06-06 21:32:24 -06:00 |
|
Kevin Jahns
|
6cd9e2be32
|
lint
|
2020-01-22 16:42:16 +01:00 |
|
Kevin Jahns
|
f53dff5043
|
delay errors in observe callbacks to throw after cleanup is done
|
2019-10-25 23:44:09 +02:00 |
|
Kevin Jahns
|
bb1c0b809f
|
implement snapshot & event.changes
|
2019-09-03 16:33:29 +02:00 |
|
Kevin Jahns
|
2192aa5821
|
Use generic Item with typed content to reduce cache misses
|
2019-05-28 14:18:20 +02:00 |
|
Kevin Jahns
|
37a6d68543
|
implement support for boolean values. fixes #151
|
2019-05-25 03:12:56 +02:00 |
|
Kevin Jahns
|
2ef11a5344
|
splitting an item must always happen inside a transaction, because we always need to check if we can merge it back
|
2019-04-11 00:23:08 +02:00 |
|
Kevin Jahns
|
9fe47e98d5
|
type._map points to the last element instead to enable merging of deletes in Map
|
2019-04-10 21:01:59 +02:00 |
|
Kevin Jahns
|
1b06f59d1c
|
fixed remaining tests
|
2019-04-09 00:48:24 +02:00 |
|
Kevin Jahns
|
12bcc4d080
|
fix remaining random tests
|
2019-04-09 00:31:28 +02:00 |
|
Kevin Jahns
|
7a111de186
|
refactor read/write of structs
|
2019-04-07 23:08:08 +02:00 |
|
Kevin Jahns
|
1b17b5e400
|
fixed 10 tests
|
2019-04-06 13:00:32 +02:00 |
|
Kevin Jahns
|
30bf3742c9
|
add internals file and use it to organize imports
|
2019-04-04 19:35:38 +02:00 |
|
Kevin Jahns
|
92ca001cdc
|
implement getMap, getArray, getXml, ..
|
2019-04-03 03:08:10 +02:00 |
|
Kevin Jahns
|
e23582b1cd
|
more type fixes and rethinking writeStructs
|
2019-04-02 23:08:58 +02:00 |
|
Kevin Jahns
|
a0f0c9c377
|
testing: use lib0.testing.compare to compare Maps and sets
|
2019-03-11 18:34:50 +01:00 |
|
Kevin Jahns
|
95ec2a435a
|
fix remaining y-map tests
|
2019-03-11 17:52:51 +01:00 |
|
Kevin Jahns
|
da9836fe59
|
added all y-map tests
|
2019-03-11 12:31:37 +01:00 |
|
Kevin Jahns
|
3a7411f9e8
|
reworked some ymap tests (a few are running again)
|
2019-03-11 00:00:41 +01:00 |
|
Kevin Jahns
|
39cee7c6e7
|
refix array tests and switch to lib0
|
2019-03-10 23:26:53 +01:00 |
|
Kevin Jahns
|
75f4a0a5f0
|
restructuring the project
|
2019-03-01 23:28:11 +01:00 |
|
Kevin Jahns
|
3ddff186c2
|
back to .js extension
|
2018-11-27 14:59:24 +01:00 |
|
Kevin Jahns
|
c12d00b227
|
mjs nodejs support
|
2018-11-25 22:39:50 +01:00 |
|
Kevin Jahns
|
9c0da271eb
|
large scale refactoring
|
2018-11-25 03:17:00 +01:00 |
|