Commit graph

26 commits

Author SHA1 Message Date
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
22bc42acba
Change description in package.json. 2024-10-04 16:22:06 +02:00
6a14623355
Update repository and keywords. 2024-10-04 15:21:31 +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
b6411c9401
Add default public access as publish config. 2024-09-28 17:13:18 +02:00
f512675906
Version 2.1.0 2024-09-28 17:03:46 +02:00
eb920a3d6d
Remove reflect-metadata dependency. 2024-09-28 17:01:14 +02:00
0876c59c98
Update library build and test configuration. 2024-09-28 15:13:22 +02:00
13c852cd52 Version 2.0.1 2022-11-01 20:21:20 +01:00
5c465ed7ec Switch back to parcel for library build. 2022-11-01 20:20:28 +01: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
13072b453f Version 1.3.1 2022-10-16 01:32:22 +02:00
fb118bd584 Version 1.3.0 2022-10-16 01:24:11 +02:00
c1b8e8adb1 New build script. 2022-10-16 01:19:45 +02:00
9f202bdd9d Version 1.2.0 2022-09-18 19:48:19 +02:00
d25585cc89 Version 1.1.0 2022-09-18 19:29:35 +02:00
3ce2b74900 Add keywords to package.json. 2022-08-04 15:12:29 +02:00
2441c4e8d3 Version 1.0.2 2022-08-04 01:11:55 +02:00
a8de881cd5 Version 1.0.1 2022-08-03 14:25:06 +02:00
683d8b39ee Version 1.0.0 2022-08-01 19:25:36 +02:00
ff1d55da78 Sharkitek base: model class and basic types dans behaviors. 2022-08-01 14:30:19 +02:00