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

Warp 357 add crypto lib #208

Closed
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
044941c
feat: replacing node-fetch implementation with undici
asiaziola Jan 21, 2022
49f9916
feat: updating bugs and homepage urls
asiaziola Jan 21, 2022
2ff1f79
feat: updating repository url
asiaziola Jan 21, 2022
c04d251
feat: replacing undici request object with fetch
asiaziola Jan 21, 2022
8ba8f3b
1.0.1
asiaziola Jan 21, 2022
7fce451
1.0.2
asiaziola Jan 21, 2022
6ff107c
fix: readme update
asiaziola Jan 21, 2022
0781ed4
docs: docs update
ppedziwiatr Jan 21, 2022
f21eeeb
feat: adding v8 module for node
asiaziola Jan 24, 2022
d3858be
feat: browser fetch fix
asiaziola Jan 25, 2022
1c5c827
v1.0.1
asiaziola Jan 25, 2022
b0e812b
feat: replace whatwg fetch with window fetch
asiaziola Jan 25, 2022
8d039e4
v1.0.2
asiaziola Jan 25, 2022
d820219
feat: adding support for Buffer
asiaziola Mar 7, 2022
f6e9b25
fix: browser Buffer should be compatible with server one
asiaziola Mar 7, 2022
29ee899
v1.1.1
asiaziola Mar 7, 2022
1dd0055
fix: definition for global
asiaziola Mar 11, 2022
4c9c687
docs: buffer update
asiaziola Mar 11, 2022
c71b7e2
v1.1.2
asiaziola Mar 11, 2022
0d2e825
chore: undici update
ppedziwiatr Mar 12, 2022
c32ef89
v1.1.3
ppedziwiatr Mar 12, 2022
9e5bb6f
v1.1.4
ppedziwiatr Mar 12, 2022
e5f91a8
fix: undici imports fix
ppedziwiatr Apr 8, 2022
ceba88a
v1.1.5
ppedziwiatr Apr 8, 2022
967d7c8
feat: textencoder/decoder
ppedziwiatr Apr 8, 2022
93762e7
feat: update undici
cehali Jul 20, 2022
0324e4c
Merge pull request #1 from redstone-finance/update-undici
asiaziola Jul 20, 2022
231038f
1.1.8
asiaziola Jul 20, 2022
efd6d58
fix: fix tests
koonopek Jan 26, 2023
9ed2303
fix: add typescript declarations
koonopek Jan 26, 2023
538572d
feat: use native Buffer impl in nodejs
koonopek Jan 27, 2023
29c75ac
Merge pull request #2 from koonopek/218-missing-typescript-declarations
asiaziola Jan 27, 2023
e8e0b8d
v1.0.0
asiaziola Jan 27, 2023
4cf0f13
feat: add crypto lib
koonopek Feb 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v1.1.2
  • Loading branch information
asiaziola committed Mar 11, 2022
commit c71b7e249d3caac1a45a921a70be12b79380acb8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redstone-isomorphic",
"version": "1.1.1",
"version": "1.1.2",
"description": "Isomorphic API for Node & browser",
"browser": "npm-browser.js",
"main": "npm-node.js",
Expand Down