Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3 (typescript included) #104

Merged
merged 33 commits into from Apr 3, 2019
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
37a4d0d
install typescript
d-yokoi Mar 23, 2019
717868a
add tsconfig.json
d-yokoi Mar 23, 2019
54169e3
install prettier and add config files
d-yokoi Mar 23, 2019
52aa129
install types
d-yokoi Mar 23, 2019
4aadbec
enable resolveJsonModule
d-yokoi Mar 23, 2019
0c20add
uninstall safe-buffer to use built-in Buffer
d-yokoi Mar 23, 2019
bb82323
add typescript implementation
d-yokoi Mar 23, 2019
31fd6e8
add @types/node
d-yokoi Mar 23, 2019
b9df613
move wordlists to under ts root directory
d-yokoi Mar 23, 2019
ad5dec9
add build artifacts
d-yokoi Mar 23, 2019
4649846
fix unit test
d-yokoi Mar 23, 2019
834389c
add tslint and fix lint errors
d-yokoi Mar 23, 2019
b91260e
fix exports
d-yokoi Mar 23, 2019
a998922
replace standard with prettier and tslint
d-yokoi Mar 23, 2019
558732c
update repository url
d-yokoi Mar 23, 2019
a8393a0
anchor new dependencies
d-yokoi Mar 24, 2019
5561a45
delete old file
d-yokoi Mar 24, 2019
427eb0c
move @types/node from devDep to dep
d-yokoi Mar 24, 2019
0bc1939
prefer simpler module path
d-yokoi Mar 24, 2019
d84e282
clean output dir before build
d-yokoi Mar 24, 2019
ac0da78
change build target from es2015 to es2017
d-yokoi Mar 24, 2019
00e50b3
delete comment
d-yokoi Mar 24, 2019
c49db9f
prefer destructuring to slice
d-yokoi Mar 25, 2019
9f805df
prefer const in README examples
d-yokoi Mar 25, 2019
6dedef0
Fix util to download into ts folder
junderw Mar 26, 2019
c30b47b
Allow excluding wordlists when building for browserify
junderw Mar 26, 2019
6194c3f
Add tests and getDefaultWordlist
junderw Mar 28, 2019
cce4bd0
Add git diff check to travis
junderw Apr 1, 2019
68d0bb4
Merge pull request #105 from bitcoinjs/tsAllowExclude
junderw Apr 2, 2019
b6e8f0a
Merge branch 'master' into typescript
junderw Apr 2, 2019
91b0efd
Remove unorm dependency
junderw Apr 2, 2019
4acb712
Remove hex functions and make async default
junderw Apr 2, 2019
981b010
3.0.0
junderw Apr 3, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Empty file added .prettierignore
Empty file.
4 changes: 4 additions & 0 deletions .prettierrc.json
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
178 changes: 0 additions & 178 deletions index.js

This file was deleted.