- Aug 05, 2023
-
-
Matiss Janis Aboltins authored
Making the `crdt` package fully TypeScript-strict.
-
- Aug 04, 2023
-
-
Matiss Janis Aboltins authored
This PR has no functional changes. Only types are changing and getting improved (more stricter). A follow-up PR will come next that does a few functional changes to make this package fully strict.
-
- Jul 31, 2023
-
-
Matiss Janis Aboltins authored
-
- Jul 05, 2023
-
-
Matiss Janis Aboltins authored
Fix a small regression introduced in https://github.com/actualbudget/actual/pull/1076 Tested locally and this seems to have solved the problem
-
- Jul 04, 2023
-
-
Tom French authored
This PR adds types to the `crdt` directory to make the structure of the merkle tree (really a merkle radix trie) clearer. --------- Co-authored-by:
Jed Fox <git@jedfox.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jun 28, 2023
- Jun 25, 2023
-
-
Tom French authored
I've updated the return values in `sync/index` to sensible values based on how they're being called. I've updated the type of `msg.value` to be `string | number | null` to match the values expected by `serializeValue`
-
- Jun 18, 2023
-
-
Matiss Janis Aboltins authored
actual-server does not need to import the full actual-app/api package. It can import only the CRDT stuff.. so I'm extracting it into a new package to reduce the size of actual-server and make the link between things more transparent.
-