Skip to content

Releases: cognitoforms/VueModel

Release 2.1.0

Choose a tag to compare

@mattheyan mattheyan released this 19 Apr 21:34

Changed

  • Updates due to model.js type enhancements

Added

  • Add createVueModel function to support typed model

Release 2.0.0

Choose a tag to compare

@mattheyan mattheyan released this 21 Nov 20:40

Changed

  • Upgrade to Vue 2.7.15

Fixed

  • Fix observer issues by using markRaw

Release 0.9.0

Choose a tag to compare

@mattheyan mattheyan released this 02 Oct 13:23

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

Choose a tag to compare

@tskimmett tskimmett released this 20 Oct 17:24

Fixed

  • ensure arrays are made observable to vue

Release 0.8.1

Choose a tag to compare

@tskimmett tskimmett released this 04 Aug 14:56

Fixed

  • Avoid null errors in source adapter properties

Release 0.8.0

Choose a tag to compare

@tskimmett tskimmett released this 07 Aug 20:48

Changed

  • sort conditions on SourcePathAdapter

Release 0.7.0

Choose a tag to compare

@mattheyan mattheyan released this 17 Jun 18:08

Changed

  • Update to model.js@0.7.0 and use evaluateLabel() to take advantage of labelSource option

0.6.1

Choose a tag to compare

@mattheyan mattheyan released this 05 Dec 20:42

Fixed

  • Update to model.js version 0.6.1
    • Fix regression in call to entity constructor from deserialize

0.6.0

Choose a tag to compare

@mattheyan mattheyan released this 05 Dec 15:45

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

Choose a tag to compare

@mattheyan mattheyan released this 04 Dec 21:26

Changed

  • Update to model.js version 0.5.0
    • Add Property.isIdentifier, set via id boolean option instead of detecting a property named "Id"