Releases: dwightjack/vue-types
Releases · dwightjack/vue-types
v.1.6.0
05 Aug 06:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.5.5
05 Jul 05:25
Compare
Sorry, something went wrong.
No results found
Security Fix
updated tooling and build chain
Fix #53 and #52
v.1.5.3
02 Apr 01:02
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fixes missing default values when using the shimmed version #51
v.1.5.0
14 Feb 03:55
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Maintenance Release
Development Dependencies updates
Addressed lodash.isplainobjet vulnerability issue (#33 )
v1.3.2
24 Jun 10:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Minor Changes
New Features
Added TypeScript type definitions
Maintenance
Updated development packages