Skip to content

Releases: Sharkitek/Core

2.1.1

28 Sep 15:19
v2.1.1
d96c39d
Compare
Choose a tag to compare

Allow undefined values in simple objects.

2.1.0

28 Sep 15:06
v2.1.0
f512675
Compare
Choose a tag to compare
  • Add a simple object type.
  • Update library build and test configuration.
  • Minor typings improvements.
  • Remove reflect-metadata dependency.

2.0.1

01 Nov 19:23
Compare
Choose a tag to compare

Switch back to parcel for library build, esbuild caused trouble when the result was used in webpack.

2.0.0

01 Nov 18:19
Compare
Choose a tag to compare

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.
  • Remove decorators.

1.3.1

15 Oct 23:33
Compare
Choose a tag to compare

Fix array serializeDiff and resetDiff for null or undefined values.

1.3.0

15 Oct 23:26
Compare
Choose a tag to compare

New build script.
Fix ArrayType: support null or undefined values.

1.2.0

18 Sep 17:49
Compare
Choose a tag to compare

Add bool type.

1.1.0

18 Sep 17:30
Compare
Choose a tag to compare

Add Date type.

1.0.2

03 Aug 23:13
Compare
Choose a tag to compare

Handle NULL values of models properties (= in ModelType).

1.0.1

03 Aug 12:38
Compare
Choose a tag to compare

Fix Model.serialize return type (void => any).