klawtil 0.14.1 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -81,6 +81,7 @@ import { whiteList, isFalsy } from "klawtil";
81
81
  - [keyGenerator](#keyGenerator)
82
82
  - [randomNumber](#randomNumber)
83
83
  - [randomLetter](#randomLetter)
84
+ - [timeUUID](#timeUUID)
84
85
 
85
86
  ## Comparation
86
87
 
@@ -580,6 +581,15 @@ randomLetter(); // -> A
580
581
  randomLetter(); // -> S
581
582
  ```
582
583
 
584
+ ### timeUUID
585
+
586
+ Gera um uuid v4 baseado no tempo atual
587
+
588
+ ```js
589
+ timeUUID(); // -> 1268a7f9-f641-44b6-079d-1286a5000169
590
+ timeUUID(); // -> 1268a7f9-f641-44d7-56fe-cb23e7400188
591
+ ```
592
+
583
593
  ## Tests
584
594
 
585
595
  100% tested and 100% tests coverage
@@ -588,6 +598,7 @@ randomLetter(); // -> S
588
598
 
589
599
  ## Build
590
600
 
591
- Tested on node versions 10, 12, 14 and 16
601
+ Tested on node versions 18, 20 and 22
602
+
603
+ ![image](https://github.com/klawdyo/klawtil/assets/100168/c4664038-0bf0-46bc-bb98-9a12948caabc)
592
604
 
593
- ![image](https://user-images.githubusercontent.com/100168/153756200-57f2b7a9-28c2-4927-bd44-6e57674c07ab.png)