Version 0.2.0
This release breaks compatibility with the 0.1.x series by moving from Nullable{T} to Union{Null, T} to represent missing values. NullableCategoricalArray{T} has been replaced with CategoricalArray{Union{Null, T}}. The package now requires Julia 0.6.