Orion Henry
8e818910d1
Merge remote-tracking branch 'origin/main' into marks_port
2023-02-28 14:47:44 -06:00
Orion Henry
1a539a3d79
add unmark / remove spans/raw_spans/attr
2023-02-27 12:33:55 -06:00
Orion Henry
af9b006bb0
marks name->key, range->start,end, patch callback propogates expceitons and has heads
2023-02-24 17:57:45 -06:00
Orion Henry
d7d2c29dc7
Merge branch 'main' into marks_port
2023-02-24 09:59:19 -08:00
Orion Henry
d7f93c5aca
get mark patches working on load
2023-02-23 17:51:45 -06:00
Alex Good
c92d042c87
@automerge/automerge-wasm@0.1.24 and @automerge/automerge@2.0.2-alpha.2
2023-02-14 17:59:23 +00:00
Alex Good
c5fde2802f
@automerge/automerge-wasm@0.1.24 and @automerge/automerge@2.0.2-alpha.1
2023-02-03 16:31:46 +00:00
alexjg
58a7a06b75
@automerge/automerge-wasm@0.1.23 and @automerge/automerge@2.0.1-alpha.6 ( #509 )
2023-01-27 20:27:11 +00:00
alexjg
6b0ee6da2e
Bump js to 2.0.1-alpha.5 and automerge-wasm to 0.1.22 ( #497 )
2023-01-19 22:15:06 +00:00
Alex Good
22e9915fac
automerge-wasm: publish release build in Github Action
2023-01-12 12:42:19 +00:00
Alex Good
5c02445bee
Bump automerge-wasm, again
...
In order to re-trigger the release action we are testing we bump the
version which was de-bumped in the last commit.
2023-01-12 10:39:11 +00:00
Alex Good
3ef60747f4
Roll back automerge-wasm to test release action
...
The release action we are working conditionally executes based on the
version of `automerge-wasm` in the previous commit. We need to trigger
it even though the version has not changed so we roll back the version
in this commit and the commit immediately following this will bump it
again.
2023-01-12 10:37:11 +00:00
Alex Good
a0d698dc8e
Version bump js and wasm
...
js: 2.0.1-alpha.3
wasm: 0.1.20
2023-01-12 09:55:12 +00:00
Orion Henry
3229548fc7
update js dependencies and some lint errors ( #474 )
2022-12-11 21:26:00 +00:00
Alex Good
becc301877
automerge-wasm@0.1.19 & automerge-js@2.0.1-alpha.2
2022-12-02 15:10:24 +00:00
Alex Currie-Clark
2826f4f08c
automerge-wasm: Add deno as a target
2022-12-02 14:42:13 +00:00
Alex Good
01350c2b3f
automerge-wasm@0.1.18 and automerge@2.0.1-alpha.1
2022-11-22 19:37:01 +00:00
Orion Henry
ca25ed0ca0
automerge-wasm: Use a SequenceTree in the OpObserver
...
Generating patches to text objects (a la the edit-trace benchmark) was
very slow due to appending to the back of a Vec. Use the SequenceTree
(effectively a B-tree) instead so as to speed up sequence patch
generation.
2022-11-22 12:13:42 +00:00
Alex Good
03b3da203d
@automerge/automerge-wasm 0.1.16
2022-11-22 00:02:28 +00:00
Orion Henry
91f313bb83
revert compiler flags to max opt
2022-11-04 18:02:32 +00:00
Alex Good
5adb6952e9
@automerge/automerge@2.0.0-beta.2 and @automerge/automerge-wasm@0.1.15
2022-10-26 14:03:12 +01:00
Orion Henry
d7d2916acb
tiny change that might remove a bloom filter false positive error
2022-10-21 15:15:30 -05:00
Orion Henry
59289f67b1
consolidate inserts and deletes more aggressivly into a single splice
2022-10-18 13:29:56 +01:00
Orion Henry
a2704bac4b
Merge remote-tracking branch 'origin/main' into f2
2022-10-17 16:32:23 -05:00
Orion Henry
ac90f8f028
Merge remote-tracking branch 'origin/freeze' into f2
2022-10-17 16:21:35 -05:00
Orion Henry
c602e9e7ed
update build to match directory restructuring
2022-10-17 16:20:25 -05:00
Alex Good
dd3c6d1303
Move rust workspace into ./rust
...
After some discussion with PVH I realise that the repo structure in the
last reorg was very rust-centric. In an attempt to put each language on
a level footing move the rust code and project files into ./rust
2022-10-16 19:55:51 +01:00