Skip to content

Commit d3de95a

Browse files
committed
v1.2.0
1 parent 5a555d7 commit d3de95a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,56 @@
11
# Changelog
22

3+
## v1.2.0 (2022-08-08)
4+
5+
### Fixes
6+
7+
- Selection of bit shift. This effected the histogram of some characters sets.
8+
9+
### Changes
10+
11+
- Reordered alphanum lower and upper characters (digit last to match other PUID libraries)
12+
13+
### Added
14+
15+
- Tests for AlphaNumLower & AlphaNumUpper
16+
- Cross puid repo data submodule
17+
- Test of cross puid data. This functions as puid histogram testing since cross repo data has been validated using chi-square tests.
18+
319
## v1.1.0 (2022-07-28)
420

521
### Fixes
22+
623
- Chars.SafeAscii encoder
724

825
### Changes
26+
927
- Simplified bit shift calc
1028
- Reordered alphanum lower and upper characters (digit are first)
1129
- Optimized sliced values to puid string processing
1230

1331
### Added
32+
1433
- Chars.Symbol and encoder
1534
- Encoders for Chars.AlphanumLower and Chars.AlphanumUpper
1635

1736
### Testing
37+
1838
- Test for above fixes, changes and additions
1939

2040
### Documentation
41+
2142
- Update README
2243

2344
## v1.0.2 (2022-07-15)
2445

2546
### Documentation
47+
2648
- Update npm package keywords
2749

2850
## v1.0.1 (2022-07-15)
2951

3052
### Fix
53+
3154
- Remove spurious dependency on @bitauth/libauth
3255

3356
## v1.0.0 (2022-07-08)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puid-js",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Simple, fast, flexible and efficient generation of probably unique identifiers (`puid`, aka random strings) of intuitively specified entropy using pre-defined or custom characters, including unicode",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)