Skip to content

Releases: bufferpunk/modelcore

ModelCore v1

01 Jun 20:30

Choose a tag to compare

See CHANGELOG.md

Version 3

06 May 15:09

Choose a tag to compare

This version introduces immutability handling, among other things.

See CHANGELOG.md

Version 2.1

05 May 12:17

Choose a tag to compare

This release adds enum property, beforeValidate and afterValidate hooks, for more functionality

Version 2

05 May 10:38

Choose a tag to compare

Add full TypeScript support

Version 1

04 May 17:12

Choose a tag to compare

CHORE: Consolidate User model into example.js

- The User model definition has been moved from a separate `user.js` file into `example.js`.
- This simplifies the example by keeping all related code in one file.
- The `package.json` version has been updated to 1.0.1 to reflect this change.