• v2.1.1 d96c39d079

    2.1.1 Stable

    Madeorsk released this 2024-09-28 17:18:36 +02:00 | 15 commits to main since this release

    Signed by Madeorsk
    GPG key ID: 677E51CA765BB79F

    Allow undefined values in simple objects.

    Downloads
  • v2.1.0 f512675906

    2.1.0 Stable

    Madeorsk released this 2024-09-28 17:03:56 +02:00 | 17 commits to main since this release

    Signed by Madeorsk
    GPG key ID: 677E51CA765BB79F
    • Add a simple object type.
    • Update library build and test configuration.
    • Minor typings improvements.
    • Remove reflect-metadata dependency.
    Downloads
  • v2.0.1 13c852cd52

    2.0.1 Stable

    Madeorsk released this 2022-11-01 20:21:20 +01:00 | 21 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:13:21 +01:00 | 23 commits to main since this release

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

    1.3.1 Stable

    Madeorsk released this 2022-10-16 01:32:22 +02:00 | 24 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:24:11 +02:00 | 26 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:48:19 +02:00 | 29 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:29:35 +02:00 | 31 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:11:55 +02:00 | 34 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:25:06 +02:00 | 36 commits to main since this release

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

    Downloads