Commit graph

36 commits

Author SHA1 Message Date
be6e861ee7 Add link verification and update link format 2026-03-10 20:52:59 +00:00
88d48afce3
Add diff applying error & improve CI (#32)
* Use stable rust

* Add From impls

* Revert to nightly

* Improve dev env & CI setup

* Update lock

* Add thiserror

* Add diff error

* Fix tests

* Lint

* Rename NumberOrString

* Format

* Fix lint script
2025-12-06 21:54:08 +00:00
2bb647cdac Always return numbers instead of bigint 2025-11-16 19:52:43 +00:00
e85eb485e8
Improve compact diff API (#24)
* Remove is_binary from API

* Format

* Rename file

* Test with more feature combinations

* Don't depend on serde for wasm

* Fix lint & tests

* Don't unwrap to MAX number

* Expose undiff to JS

* Add undiff tests

* Lint

* Change name
2025-11-16 15:43:19 +00:00
7d060f22ca Improve dev scripts 2025-10-27 07:18:59 +00:00
9e8c5ef524 Improve versioning script 2025-10-27 07:02:50 +00:00
450eaaff05 Fix lints 2025-10-26 21:29:52 +00:00
61bea53b7c
Always use wee_alloc for wasm 2025-07-12 21:59:18 +01:00
e02410ba91
Run ignored test 2025-07-12 21:58:17 +01:00
ff555d8ab6
Fix version bump 2025-07-08 23:04:35 +01:00
258c1e6ff0
Add build script 2025-07-07 22:09:36 +01:00
1ce0f9c059
Format files with prettier 2025-07-06 22:21:17 +01:00
f07aa5faa7
Use wbpack for website 2025-07-06 15:16:51 +01:00
ee5776c8e1
Fix test script 2025-07-06 12:40:37 +01:00
077ba9416a
Improve docs 2025-07-06 12:28:46 +01:00
24e027517f Generate docs 2025-07-05 10:13:51 +01:00
b7cd6aa272 Update dev script 2025-07-04 03:16:20 +01:00
ae5940718e Use wrapper in example 2025-07-04 03:09:11 +01:00
1bc6117045 Add JS tests 2025-07-04 02:23:32 +01:00
0448e30dd9 Add helper scripts 2025-06-29 19:01:31 +01:00
763f74a0e2
Improve style 2025-06-24 22:05:57 +01:00
a0cfef3238
Improve example 2025-06-22 21:57:45 +01:00
779579d38f
Add mergeTextWithHistory function 2025-06-22 20:49:11 +01:00
2884311b62
Fix CI 2025-06-19 20:31:28 +01:00
dc78fa721a
Updates scripts 2025-06-15 12:16:32 +01:00
e8b9bf40c5
Add API for propagating cursor locations (#61) 2025-06-08 20:20:52 +01:00
792097060b
Add utils folder 2025-03-22 14:12:45 +00:00
47af8323cf
Change port 2025-03-16 21:35:41 +00:00
84ddcaad84
Print logs 2025-03-16 21:24:28 +00:00
0564885aa6
Fix e2e CI 2025-03-16 21:20:07 +00:00
9c512da460
Fix path 2025-03-16 21:00:56 +00:00
577be484b8
Fix docker publishing & version bumping 2025-03-16 20:45:03 +00:00
535169a039
Try fixing CI 2025-03-16 20:37:40 +00:00
75583dedbe
Fix bump version 2025-03-16 20:15:45 +00:00
0688033ff3
Bump versions to 0.0.31 2025-03-16 20:15:23 +00:00
8b8f1d91d9
Fix syncing when network latency is present (#4)
* WIP

* Add debug

* Dedupe inserts

* Add deterministic ordering

* Fix whitespaces

* Update insta

* Add integration test script

* Rename

* Add test

* Working for non-deletes

* omg it mostly works for deletes

* Isdeleted fix

* remove created dates

* update api

* Take document id

* No max attempt

* works

* Use string uuids

* .

* working!!!! (hopefully)

* Improve bundling

* Add module

* lint

* .

* lint

* Fix CI

* use toolchain

* clean up

* Add useSlowFileEvents

* Delete fuzz

* Fix CI

* use docker

* fix script

* clean up

* Clean up

* change node version

* Build docker image on every commit

* fix ci

* 1 db per vault

* Add scritps folder

* Bump versions

* Lint

* .

* Fix tests for real

* Style

* .

* try

* Consistent ordering

* Fix tests

* hmm

* .

* Clean up diff

* Fixes

* .

* Fix version bump

* .

* .

* .
2025-03-16 20:13:49 +00:00