Commit graph

24 commits

Author SHA1 Message Date
8afce56b9e
Add runtime type checking and errors when invalid values are provided. 2025-03-30 11:33:22 +02:00
f5502109ac
Rewrite model system, solve circular dependencies issues, better testing, clone function. 2025-03-29 22:59:13 +01:00
6eee1b709e
Rename save function to patch to be less confusing (it doesn't actually save anything). 2024-10-05 17:36:03 +02:00
8f8dafed5b
Objects, arrays and models changes deep checks when checking if a model is dirty. 2024-10-05 16:55:09 +02:00
ff9cb91f73
Fix date property change detection. 2024-10-05 16:03:58 +02:00
e373efdd0a
Add a way to get the identifier name of a model. 2024-10-05 14:16:15 +02:00
4eb8b7d3bc
Add models extension system. 2024-10-04 21:24:11 +02:00
576338fa62
Improve returned model type for deserialize function. 2024-10-04 17:41:25 +02:00
62e62f962e
Add a new model class type. 2024-10-04 17:07:40 +02:00
e43e27e2e1
Models rewrite with new API for better typings and extensibility. 2024-10-03 23:33:00 +02:00
498d25a909
Fix undefined date serialization. 2024-09-30 22:58:17 +02:00
9cb2bf1e5c
Fix undefined decimal type serialization. 2024-09-30 22:53:42 +02:00
d96c39d079
Allow undefined values in simple objects. 2024-09-28 17:18:12 +02:00
bb5eed5162
Add a simple object type and other improvements. 2024-09-28 17:02:52 +02:00
0876c59c98
Update library build and test configuration. 2024-09-28 15:13:22 +02:00
1c3c87a4a6 Architecture simplification: stop using decorators which adds unnecessary complexity and some compilation bugs.
+ Add a property definition class.
+ Add some definition functions on models, which have to be redefined when implementing a new model.
- Remove decorators.
2022-11-01 19:13:21 +01:00
dfecfd141c Fix array serializeDiff and resetDiff for null or undefined values. 2022-10-16 01:31:17 +02:00
cfbf74911b Fix ArrayType: support null or undefined values. 2022-10-16 01:20:25 +02:00
6f62b2d053 Add bool type and README improvements. 2022-09-18 19:47:38 +02:00
c6cdfc75ea Add type Date. 2022-09-18 19:28:18 +02:00
f7a200ecc7 Handle NULL values of models properties (= in ModelType). 2022-08-04 01:10:31 +02:00
598f7babcd Fix Model.serialize return type (void => any). 2022-08-03 14:24:12 +02:00
f8bbfe3b80 README rewrite with basic documentation. 2022-08-01 19:08:21 +02:00
ff1d55da78 Sharkitek base: model class and basic types dans behaviors. 2022-08-01 14:30:19 +02:00