- Add unsafe_setindex_value and unsafe_setindex_isna
- Fix an ambiguity bug
- Fix conversion from Any arrays
- Performance improvements
- Add DataValueInterfaces dep
- Add more lifted methods
- Fix a bug in the hash function
- Add undef constructors for DataValueArray
- Add a missing convert method
- Julia 0.7 deprecations fixed
- Add a missing promotion and conversion rule
- Add a missing conversion constructor
- Improve compat with Missing
- Drop julia 0.6 support, add julia 0.7 support
- This is an incomplete release, broadcasting doesn't work right now
- Fix a method ambiguity bug that occurs when Missings is loaded
- Fix method ambiguity bug
- Fix similar implementation
- Add DataValueArray
- Add isna function (not exported for now)
- Add [] as an alternative to get
- Remove configurable whitelist lifting
- Remove ? function
- Add NA constant
- Add zero method
- Add more isless methods
- Fix DateTime and Date constructors
- Increase test coverage
- Add configurable whitelist lifting
- Add ? function
- Bug fix release
- Initial release