File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929- Initial Release
3030
3131## Minor Releases:
32+ ### [ v1.2.0] - 2019 07 05
33+ #### Added
34+ - Added UUID tests
35+ #### Changed
36+ - Updated Readme
37+ - Refactored tests
38+ #### Removed
39+ - No more Purify-Int dependency
40+
3241### [ v1.1.0] - 2019 06 29
3342#### Added
34- - ` randomUUID() ` Generate RFC 4122 compliant UUIDs
43+ - ` randomUUID() ` Generate v4- compliant UUIDs
3544
3645### [ v1.0.1] - 2019 06 23
3746#### Changed
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ randomLatin('20')
164164
165165### randomUUID()
166166
167- The ` randomUUID() ` method generates RFC 4122 compliant CSPRNG UUID
167+ The ` randomUUID() ` method generates v4- compliant CSPRNG UUID
168168
169169``` javascript
170170const { randomUUID } = require (' make-random' )
You can’t perform that action at this time.
0 commit comments