Skip to content

Releases: RobTillaart/UUID

0.2.1 release

15 Jan 16:32
5cf45ac

Choose a tag to compare

  • update GitHub actions
  • minor edits

0.2.0 release

01 Apr 08:29
8261cfc

Choose a tag to compare

  • update readme.md with ESP Component reference, thanks to KOIO5
  • optimize performance (especially ESP32)
  • add compile time initialization of randomizer in constructor.
  • add GUID derived class (identical == wrapper)
  • made MODE constants numbering more logical, breaking change in getMode()
  • deprecate setVariant4Mode(), use setVersion4Mode() instead.
  • fix unit test
  • add examples
  • add URL to examples
  • minor edits

0.1.6 release

23 Nov 13:04

Choose a tag to compare

update readme.md

0.1.5 release

02 Feb 14:00
de02a80

Choose a tag to compare

update readme.md (#9)

- update GitHub actions
- update license 2023
- update readme.md
- add **UUID_random_ESP32.ino** seed UUID with build in RNG.
- move code to .cpp
- minor edits

0.1.4 release

27 Nov 08:37
8b7b4a6

Choose a tag to compare

add changelog.md (#7)

0.1.3 release

16 Jun 07:11
b0e9394

Choose a tag to compare

improve performance (#5)

0.1.2 release

15 Jun 08:30
afd2a86

Choose a tag to compare

performance improvements (#4)

0.1.1 release

15 Jun 05:23
11cc9ef

Choose a tag to compare

Fix #2 improve performance  (#3)

* fix #2 improve performance generate()
* update readme.md
* fix bug in generator
* define modi UUID_MODE_VARIANT4 + UUID_MODE_RANDOM

0.1.0 release

14 Jun 13:05
57609f9

Choose a tag to compare

initial version (#1)

* initial version