Commit Graph

32 Commits

Author SHA1 Message Date
65432d1c54 [fabric/core] Rename mapError to errorMap; add Result.assert utility function 2024-10-21 13:01:58 -03:00
8d1528de23 Add validation utilities as a separate package 2024-10-20 11:34:14 -03:00
de8c249faf Rename deno.jsonc to deno.json and improve imports definitions to better define dependencies 2024-10-20 11:32:58 -03:00
2cd252511a [fabric/core] Move some types from domain to core 2024-10-20 11:31:22 -03:00
53a7b31bdc [fabric/core] Add ClockTime class 2024-10-20 11:29:51 -03:00
2ed9291c4d [fabric/core] Add utility functions for value checks and string sanitization 2024-10-17 14:32:47 -03:00
d56c4bd469 [fabric/core] convert AsyncResult to a class for improved usability and update Run functions to use AsyncResult 2024-10-16 16:15:57 -03:00
26cc090284 [fabric/core] Remove src directory for improved usability 2024-10-16 02:07:20 -03:00
4cc99aec91 Format files and configure workspace formatting in vscode 2024-10-16 01:53:38 -03:00
f6de496e73 Migrate packages to deno 2 2024-10-16 01:33:51 -03:00
76af85a496 [fabric/core] Add ensureValue utility function and export utils 2024-10-15 15:10:37 -03:00
0ac04a839f [fabric/core] Add export for Record type in core types 2024-10-15 15:10:08 -03:00
7a56c34941 [fabric/core] Refactor TaggedError and UnexpectedError to accept custom error messages 2024-10-15 14:58:22 -03:00
1886c52ece [fabric/core] Enhance VariantMatcher to support return type parameterization in match function 2024-10-15 07:59:52 -03:00
38e23ba095 Refactor event interface to use VariantTag for event types 2024-10-15 07:45:11 -03:00
b71ecb5de1 [fabric/core] Add EmptyRecord type to define an empty object structure 2024-10-14 09:49:12 -03:00
4171107227 [fabric/core] Add Run.seq overload to handle 4 params 2024-10-14 09:48:43 -03:00
6b46677be9 [fabric/core] Refactor AsyncResult to accept MaybePromise in tryFrom and from functions 2024-10-14 09:47:18 -03:00
559a3f3c22 Update packages and vitest configurations 2024-10-12 21:33:05 -03:00
010e3eecfc Standardize exports and add exports field for improved module resolution 2024-10-12 16:59:09 -03:00
4fff9f91f5 [fabric/domain] Improve Result & AsyncResult types; Refactor model types; Add timestamp and embedded field support 2024-10-10 15:19:15 -03:00
290544dc9a [fabric/core] rename isVariant to Variant.is 2024-10-04 11:54:35 -03:00
3f91e35790 [fabric/core] Add isVariant utility function 2024-10-04 11:07:57 -03:00
80c34e4649 @fabric/domain: extract domain utils from fabric/core and create a new package 2024-09-25 08:20:40 -03:00
59810a2118 fabric-core: Improve some types names 2024-09-21 21:10:57 -03:00
029bf431dd fabric-core: Improve model definitions 2024-09-21 02:27:08 -03:00
b5045ed4c8 Add basic sqlite-driver 2024-09-17 17:23:57 -03:00
61a92033f3 Update dependencies 2024-09-17 17:22:17 -03:00
dca326d0c5 (WIP) Add state-store utils 2024-09-15 21:16:06 -03:00
c4483f073e [fabric-core] Add basic array-element utility types 2024-09-04 20:08:34 -03:00
0ffe2838c1 [fabric-core] Improve some JSDocs, improve some names, and re-organice some files 2024-09-04 20:02:39 -03:00
b164c7d97f Add fabric-core 2024-09-04 19:19:34 -03:00