0.7.1
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.