Skip to content

v0.3.10

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 15:12
· 53 commits to main since this release
5b9d29c

Patch Changes

  • 43513b6 Thanks @jviide! - Add support for variadic tuple types

    Tuple and array types now have a new method, .concat() that can be used to create variadic tuple types.

  • 43513b6 Thanks @jviide! - Make v.array() a shorthand for v.array(v.unknown())