Skip to content

Releases: dwightjack/vue-types

v.1.6.0

05 Aug 06:06

Choose a tag to compare

Minor Release

  • The UMD build now includes a minified version of the shim #57
  • Uses is-plain-object instead of lodash/isPlainObject #53 (comment)

v1.5.7

17 Jul 06:18

Choose a tag to compare

Bugfix Release

  • Allow explicit undefined key value in shape validation (#55)
  • Throws an error in type validation when type has a value of undefined (#54 (comment))

v1.5.6

11 Jul 01:59

Choose a tag to compare

Bugfix Release

  • fix .extend() (#54)

v1.5.5

05 Jul 05:25

Choose a tag to compare

Security Fix

  • updated tooling and build chain
  • Fix #53 and #52

v.1.5.3

02 Apr 01:02

Choose a tag to compare

Bug Fixes

  • Fixes missing default values when using the shimmed version #51

v.1.5.0

14 Feb 03:55

Choose a tag to compare

New features

  • Added a production shim to reduce bundle size (docs). #41
  • Added a validate method to native types to setup a validator function in a chainable fashion (see example here). #40
  • Added a global extend method to add custom proptypes to VueTypes (docs) #35

Minor changes

  • Refined Typescript types and test suite

v1.3.3

03 Sep 04:10

Choose a tag to compare

Maintenance Release

  • Development Dependencies updates
  • Addressed lodash.isplainobjet vulnerability issue (#33)

v1.3.2

24 Jun 10:31

Choose a tag to compare

Patch Release

  • Better documentation for VueTypes.shape.def() function (ref #32)
  • Fixed typescript type definition for default values of array and objects prop types. Now accepts both raw values and factories.

v1.3.1

12 Jun 03:55

Choose a tag to compare

Bugfix release

  • TS typings fix: allow any object property when assigning default value to .shape.loose.def(...) types

v1.3.0

30 May 08:43

Choose a tag to compare

Minor Changes

New Features

  • Added TypeScript type definitions

Maintenance

  • Updated development packages