Skip to content

Releases: freakzlike/vue-service-model

v0.18.1

17 Jan 09:45
10a2e33
Compare
Choose a tag to compare

Fixes

v2.0.0-alpha.0

08 Oct 14:59
4aecedd
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

This is the first test version after porting to Vue.js 3.
Use with care!

v0.18.0

26 Sep 08:49
922ec36
Compare
Choose a tag to compare

Breaking Changes

  • The render logic from Field has been moved to RenderableField
  • The hint property of Field has been removed completely

Fields

  • You can now use a valueParser to parse a raw value to an compatible data type of your field

v0.17.0

11 Aug 08:44
98d2d7f
Compare
Choose a tag to compare

Features

Components

v0.16.0

06 Jul 18:08
63652e9
Compare
Choose a tag to compare

Breaking Changes

  • The dependency to vue-async-computed package is now optional. You need to activate it in the configuration with useAsyncComputed: true.

Features

Field types

Fields

v0.15.0

17 Jun 18:46
b31ee51
Compare
Choose a tag to compare

Features

Components

  • You can now pass a static model class to FieldLabel instead of a model instance

Model

  • You can now retrieve a field instance from your static model class. See ServiceModel

v0.14.0

24 May 15:37
968da88
Compare
Choose a tag to compare

Features

Field types

Model

  • You can now do a partial update request on your ServiceModel instance
myModel.update({ updateFields: ['field1'] })

v0.13.0

17 May 07:31
c69b38b
Compare
Choose a tag to compare

Features

Field types

Components

  • A loading slot has been added to DisplayField component
  • A loading slot has been added to InputField component
  • A loading slot has been added to FieldLabel component

v0.12.0

09 May 18:10
1d9f701
Compare
Choose a tag to compare

Features

Field types

Configuration

Fixes

  • Fix Typescript declaration for config.js

v0.11.1

03 May 09:41
c5eecb3
Compare
Choose a tag to compare

Fixes

  • Fix compilation of config.js