Skip to content

0.7.1

Compare
Choose a tag to compare
@b4rtaz b4rtaz released this 15 Jul 19:49
· 34 commits to main since this release
70dec25

This version renames all *ValueModel functions to create*ValueModel, adding the create prefix.

// Old
stringValueModel({ ... });

// New
createStringValueModel({ ... });

This version doesn't introduce breaking changes. The old functions are still available, but they are deprecated.