Skip to content

Releases: turtletopia/versionsort

versionsort 1.1.0

26 Mar 10:44

Choose a tag to compare

  • Implemented ver_latest() and ver_oldest().
  • Fixed a bug where an error would be thrown when passing an empty vector to ver_sort() and ver_order(). Now the behavior is consistent with base R sort() and order(), returning empty character and integer vectors respectively.

Full Changelog: v1.0.0...v1.1.0

versionsort 1.0.0

16 Dec 09:43

Choose a tag to compare

  • Implemented ver_sort() and ver_order().
  • Added a NEWS.md file to track changes to the package.