Skip to content

News for Package ulid

Version 0.4.1 (2024-xx-yy)

  • Ensure better error message in unmarshal in case of user error on input (Dirk fixing #4)

Version 0.4.0 (2024-06-03)

  • Switch two functions to fork by Chris Bove using std::chrono instead of time_t for consistent millisecond resolution (#3 fixing #2)
  • Updated documentation showing consistent millisecond functionality
  • Added unit tests for millisecond functionality

Version 0.3.1 (2024-04-02)

  • New Maintainer
  • Deleted several repository files no longer used or needed
  • Added .editorconfig, ChangeLog and cleanup
  • Converted NEWS.md to NEWS.Rd
  • Simplified R/ directory to one source file
  • Simplified src/ removing redundant Makevars
  • Added ulid() alias
  • Updated / edited roxygen and README.md documention
  • Removed vignette which was identical to README.md
  • Switched continuous integration to GitHub Actions
  • Placed upstream (header-only) library into src/ulid/
  • Renamed single interface file to src/wrapper

Version 0.3.0 (2019-07-27)

  • Updated libary
  • Uses R C random bits vs std::rand()
  • Vignette
  • Converted to tinytest

Version 0.2.0 (2019-07-04)

  • Polished version

Version 0.1.0 (2018-12-28)

  • Initial release