Releases: Sharkitek/Core
Releases · Sharkitek/Core
2.1.1
Allow undefined values in simple objects.
2.1.0
- Add a simple object type.
- Update library build and test configuration.
- Minor typings improvements.
- Remove reflect-metadata dependency.
2.0.1
Switch back to parcel for library build, esbuild caused trouble when the result was used in webpack.
2.0.0
Architecture simplification: stop using decorators which add 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.
1.3.1
Fix array serializeDiff and resetDiff for null or undefined values.
1.3.0
New build script.
Fix ArrayType: support null or undefined values.
1.0.2
Handle NULL values of models properties (= in ModelType).
1.0.1
Fix Model.serialize return type (void => any).