Skip to content

Tags: RobThree/IdGen

Tags

3.0.7

Toggle 3.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Fix links to files in README.

3.0.6

Toggle 3.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed an off by 1 issue related to maxmium GeneratorId. (#62)

* Fixed an off by 1 issue related to maxmium GeneratorId.

Max generator id was being calculated as 1 higher than the actual max.
This has been corrected and the message in the exception thrown when the given
generator id is invalid has been appropriately re-worded to include 0
and maxGeneratorId.

* Added unit tests for generator id max/min boundaries with +/- 1
variants

3.0.5

Toggle 3.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Fix run command

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Upped version to 3.0.3

3.0.2

Toggle 3.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
ID is now a record

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Keep major versions in sync

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
* Updated documentation.

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Implemented Spinwaiting on sequence overflow (see #24). Moved MockTim…

…eSource and new MockAutoIncrementingIntervalTimeSource to new namespace. Added spinwait to configuration. Added a bunch of constructor overloads. Upped versions.

2.4

Toggle 2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Fix concurrency issue (see PR #23). Upped version.

2.3

Toggle 2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
RobThree Rob Janssen
Fix title / keywords for latest added versionhistory page.