Commit graph

7 commits

Author SHA1 Message Date
18a162c6d7
Fix remaining eslint errors.
All checks were successful
/ test (push) Successful in 38s
2025-06-28 23:01:14 +02:00
97a3c18082
Apply prettier.
All checks were successful
/ test (push) Successful in 25s
2025-06-23 20:39:08 +02:00
ecd8852afa
Add extend function to easily extend an inherited model.
All checks were successful
/ test (push) Successful in 40s
2025-06-22 23:25:43 +02:00
2d86f0fa1a
Add applyPatch function to update models using objects returned by patch function.
All checks were successful
/ test (push) Successful in 56s
2025-06-22 17:25:12 +02:00
7707789bbf
Add from function to initialize a model and assign properties values using any object, silently ignoring fields which are not properties.
All checks were successful
/ test (push) Successful in 51s
2025-04-20 20:45:52 +02:00
fbd2763ea6
Add assign function to assign properties values using any object, silently ignoring fields which are not properties. 2025-04-20 20:38:00 +02:00
f5502109ac
Rewrite model system, solve circular dependencies issues, better testing, clone function. 2025-03-29 22:59:13 +01:00