Changes in version 0.4.1 o Ensure better error message in unmarshal in case of user error on input (Dirk fixing #4) Changes in version 0.4.0 (2024-06-04) o Switch two functions to fork by Chris Bove using std::chrono instead of time_t for consistent millisecond resolution (#3 fixing #2) o Updated documentation showing consistent millisecond functionality o Added unit tests for millisecond functionality Changes in version 0.3.1 (2024-04-02) o New Maintainer o Deleted several repository files no longer used or needed o Added .editorconfig, ChangeLog and cleanup o Converted NEWS.md to NEWS.Rd o Simplified R/ directory to one source file o Simplified src/ removing redundant Makevars o Added ulid() alias o Updated / edited roxygen and README.md documention o Removed vignette which was identical to README.md o Switched continuous integration to GitHub Actions o Placed upstream (header-only) library into src/ulid/ o Renamed single interface file to src/wrapper Changes in version 0.3.0 (2019-07-09) o Updated libary o Uses R C random bits vs std::rand() o Vignette o Converted to tinytest Changes in version 0.2.0 o Polished version Changes in version 0.1.0 o Initial release