Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

v3.0.0

Choose a tag to compare

@MarshallOfSound MarshallOfSound released this 18 Feb 13:02
· 36 commits to master since this release
73e22f6

3.0.0 (2019-02-18)

Features

  • add support for multi-inner Generics (#112) (73e22f6)

BREAKING CHANGES

  • innerType is now an array of innerTypes

We now support Record<string, string> (and other multi-inner generics
like Map)