Skip to content

v3.1.0

Compare
Choose a tag to compare
@excitement-engineer excitement-engineer released this 26 Feb 12:26
· 60 commits to master since this release

New

This release adds flow types in the NPM package which will help use this package in conjunction with the flow type checker.

Flow now catches errors when the package is imported wrongly:

// Flow error because import is wrong.
import { GraphQLDat } from "graphql-iso-date"