• v2.0.1 13c852cd52

    2.0.1 Stable

    Madeorsk released this 2022-11-01 20:22:56 +01:00 | 0 commits to main since this release

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

    Downloads
  • v2.0.0 1c3c87a4a6

    2.0.0 Stable

    Madeorsk released this 2022-11-01 19:17:37 +01:00 | 2 commits to main since this release

    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.
    Downloads
  • v1.3.1 13072b453f

    1.3.1 Stable

    Madeorsk released this 2022-10-16 01:33:14 +02:00 | 3 commits to main since this release

    Fix array serializeDiff and resetDiff for null or undefined values.

    Downloads
  • v1.3.0 fb118bd584

    1.3.0 Stable

    Madeorsk released this 2022-10-16 01:27:15 +02:00 | 5 commits to main since this release

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

    Downloads
  • v1.2.0 9f202bdd9d

    1.2.0 Stable

    Madeorsk released this 2022-09-18 19:49:19 +02:00 | 8 commits to main since this release

    Add bool type.

    Downloads
  • v1.1.0 d25585cc89

    1.1.0 Stable

    Madeorsk released this 2022-09-18 19:30:18 +02:00 | 10 commits to main since this release

    Add Date type.

    Downloads
  • v1.0.2 2441c4e8d3

    1.0.2 Stable

    Madeorsk released this 2022-08-04 01:13:28 +02:00 | 13 commits to main since this release

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

    Downloads
  • v1.0.1 a8de881cd5

    1.0.1 Stable

    Madeorsk released this 2022-08-03 14:37:29 +02:00 | 15 commits to main since this release

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

    Downloads
  • v1.0.0 683d8b39ee

    1.0.0 Stable

    Madeorsk released this 2022-08-01 19:29:55 +02:00 | 17 commits to main since this release

    First version of Sharkitek.

    Downloads