Releases: turtletopia/versionsort
Releases · turtletopia/versionsort
versionsort 1.1.0
- 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 emptycharacterandintegervectors respectively.
Full Changelog: v1.0.0...v1.1.0
versionsort 1.0.0
- Implemented
ver_sort()andver_order(). - Added a
NEWS.mdfile to track changes to the package.