- Implemented
ver_latest()
andver_oldest()
. - Fixed a bug where an error would be thrown when passing an empty vector to
ver_sort()
andver_order()
. Now the behavior is consistent with base Rsort()
andorder()
, returning emptycharacter
andinteger
vectors respectively.
Full Changelog: v1.0.0...v1.1.0