• v3.0.0 72df9f6453

    3.0.0 Stable

    Madeorsk released this 2024-10-03 23:34:27 +02:00 | 1 commits to main since this release

    Models rewrite with new API for better typings and extensibility.

    Downloads
  • v2.1.3 498d25a909

    2.1.3 Stable

    Madeorsk released this 2024-09-30 22:58:27 +02:00 | 3 commits to main since this release

    Fix undefined date serialization.

    Downloads
  • v2.1.2 9cb2bf1e5c

    2.1.2 Stable

    Madeorsk released this 2024-09-30 22:54:01 +02:00 | 4 commits to main since this release

    Fix undefined decimal type serialization.

    Downloads
  • v2.1.1 d96c39d079

    2.1.1 Stable

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

    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 | 7 commits to main since this release

    • Add a simple object type.
    • Update library build and test configuration.
    • Minor typing improvements.
    • Remove reflect-metadata dependency.
    Downloads
  • v2.0.1 13c852cd52

    2.0.1 Stable

    Madeorsk released this 2022-11-01 20:22:56 +01:00 | 11 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 | 13 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 | 14 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 | 16 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 | 19 commits to main since this release

    Add bool type.

    Downloads