safe_int_id 1.1.1 safe_int_id: ^1.1.1 copied to clipboard
Uncoordinated unique ID that fits MAX_SAFE_INTEGER on web platform for long enough time.
1.1.1 #
- Added test for
incIdAsync
. - Fixed docs re "increasing sequence".
1.1.0 #
- Added
incId()
incrementing counter instead of using random value. Counter resets to zero each millisecond, blocks reachingrandomValues
. - Added
incIdAsync()
if hot loop for less than 1 millisecond burns.
1.0.0 #
- Initial stable release.