File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 66 "typescript.enablePromptUseWorkspaceTsdk" : true ,
77 "cSpell.words" : [
88 " abcdefghijklmnopqrstuv" ,
9+ " alphanum" ,
910 " ATCG" ,
1011 " BDFGHJLMNPQRT" ,
1112 " bdfghjmnpqrt" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.1.0 (2022-07-28)
4+
5+ ### Fixes
6+ - Chars.SafeAscii encoder
7+
8+ ### Changes
9+ - Simplified bit shift calc
10+ - Reordered alphanum lower and upper characters (digit are first)
11+ - Optimized sliced values to puid string processing
12+
13+ ### Added
14+ - Chars.Symbol and encoder
15+ - Encoders for Chars.AlphanumLower and Chars.ALphanumUpper
16+
17+ ### Testing
18+ - Test for above fixes, changes and additions
19+
20+ ### Documentation
21+ - Update README
22+
323## v1.0.2 (2022-07-15)
424
525### Documentation
6- - Update npm package keywords
26+ - Update npm package keywords
727
828## v1.0.1 (2022-07-15)
929
1030### Fix
11- - Remove spurious dependency on @bitauth/libauth
31+ - Remove spurious dependency on @bitauth/libauth
1232
1333## v1.0.0 (2022-07-08)
1434
You can’t perform that action at this time.
0 commit comments