* 0.2.0 (2018-02-10)
* Add support for `DATE` and `TIME` types.
* Update type conversion rules to be more compatible with **bq load**.
* Allow `DATE`, `TIME` and `TIMESTAMP` to gracefully degrade to `STRING`.
* Allow type conversions of elements within arrays
(e.g. array of `INTEGER` and `FLOAT`, or array of mixed `DATE`, `TIME, or
`TIMESTAMP` elements)
* Better detection of invalid values (e.g. arrays of arrays).