Releases: cognitoforms/VueModel
Releases · cognitoforms/VueModel
Release 2.1.0
Compare
Sorry, something went wrong.
No results found
Changed
Updates due to model.js type enhancements
Added
Add createVueModel function to support typed model
Release 2.0.0
Compare
Sorry, something went wrong.
No results found
Changed
Fixed
Fix observer issues by using markRaw
Release 0.9.0
Compare
Sorry, something went wrong.
No results found
Changed
Allow any object (i.e. non-string) to be considered a source adapter
Fixed
Update SourceAdapter interfaces to be more accurate
Added
Provide isSource_X_Adapter functions to allow testing for each type
Release 0.8.2
Compare
Sorry, something went wrong.
No results found
Fixed
ensure arrays are made observable to vue
Release 0.8.1
Compare
Sorry, something went wrong.
No results found
Fixed
Avoid null errors in source adapter properties
Release 0.8.0
Compare
Sorry, something went wrong.
No results found
Changed
sort conditions on SourcePathAdapter
Release 0.7.0
Compare
Sorry, something went wrong.
No results found
Changed
Update to model.js@0.7.0 and use evaluateLabel() to take advantage of labelSource option
0.6.1
Compare
Sorry, something went wrong.
No results found
Fixed
Update to model.js version 0.6.1
Fix regression in call to entity constructor from deserialize
0.6.0
Compare
Sorry, something went wrong.
No results found
Changed
Update to model.js version 0.6.0
Fixes for identifier property handling, rename id option to identifier, misc. backing field changes, etc.
Update EntityObserver to use new __fields__ backing field
0.5.0
Compare
Sorry, something went wrong.
No results found
Changed
Update to model.js version 0.5.0
Add Property.isIdentifier, set via id boolean option instead of detecting a property named "Id"