Skip to content

Releases: mascii/vue-yup-form

v1.0.8

02 Jan 07:12
Compare
Choose a tag to compare
  • fix: wrong argument type of privateField (ced7932)

Full Changelog: v1.0.7...v1.0.8

v1.0.7

17 Sep 13:42
Compare
Choose a tag to compare
  • refactor: remove unnecessary type assertion (76aea03)
  • refactor: simplified Array methods arguments (5d22447)
  • ci: add npm pkg delete scripts devDependencies before npm publish (32cbf31)
  • chore: update vue-demi (783df2c)

Full Changelog: v1.0.6...v1.0.7

v1.0.6

14 Aug 14:59
Compare
Choose a tag to compare
  • types: introduce FieldWithPreferredType<T, U> type for readability of Field<T> type (518c21d)
  • docs: describe JSDoc for generics of the field function (a41fe83)

Full Changelog: v1.0.5...v1.0.6

v1.0.5

14 Feb 13:32
Compare
Choose a tag to compare
  • types: declare field() with function overloads (038c354)

Full Changelog: v1.0.4...v1.0.5

v1.0.4

10 Feb 13:59
Compare
Choose a tag to compare
  • chore: change yup@^1.0.0 to recommended version (abd0983)
  • chore: update deps (d997318)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

31 Jan 10:53
Compare
Choose a tag to compare
  • types: refactor internal type ToObjectOutput (5c7d46e)
  • types: add type tests for toObject() (d426747)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

27 Jan 13:14
Compare
Choose a tag to compare
  • types: add U of field<T, U>() to pass the preferred type as the result of toObject() (bcdc9a1)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

23 Jan 14:33
Compare
Choose a tag to compare
  • refactor: hoist typeof schema === "function" (1a4460f)

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Jan 08:08
Compare
Choose a tag to compare

vue-yup-form has been released as stable version! 🎉

Full Changelog: https://github.com/mascii/vue-yup-form/commits/v1.0.0