-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/typescript integration (#19)
* fix: set python version for pyenv * refactor: migrate to typescript * test: reference compile js * chore(npm): change npm script prepublish -> prepare * delete .python-version * fix(tsconfig): remove , af the end of last field delclaration * Added HelloStorj.ts, Added two functions Co-authored-by: Ayush <[email protected]>
- Loading branch information
1 parent
85297ca
commit 35e4dc3
Showing
1,347 changed files
with
31,481 additions
and
11,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
build | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,78 @@ | ||
# Storj-Nodejs Changelog | ||
|
||
## [1.0.7] - 24-08-2020 | ||
* Updated Make file | ||
|
||
## [1.0.6] - 10-08-2020 | ||
* Changed function structures | ||
* Updates documentation | ||
* Updated HelloStorj.js | ||
|
||
## [1.0.5] - 13-07-2020 | ||
* Added Testcases | ||
* Updates documentation | ||
|
||
## [1.0.5] - 29-06-2020 | ||
* Bugs fixed | ||
* Removed docs folder | ||
|
||
## [1.0.4] - 25-06-2020 | ||
* Asyncronous function | ||
* Changed HelloStorj.js | ||
* Splitted c files | ||
|
||
## [1.0.3] - 09-06-2020 | ||
### Changelog: | ||
* Updated ReadMe | ||
* Removed Warnings | ||
* Improved Memory managment and memory leaks | ||
* Changed module name | ||
|
||
## [1.0.2] - 09-05-2020 | ||
### Changelog: | ||
* Updated module version | ||
|
||
## [0.10.2] - 06-05-2020 | ||
### Changelog: | ||
* Updated README.md | ||
* Add Makefile | ||
* Resloved MacOS Image not fount issue | ||
|
||
## [0.10.1] - 14-04-2020 | ||
### Changelog: | ||
* Updated README.md | ||
|
||
## [0.10.0] - 13-04-2020 | ||
### Changelog: | ||
* Updated README.md | ||
* Updated Project according to RC 1.0 | ||
* Resolved windows issue | ||
|
||
## [0.9.2] - 05-02-2020 | ||
### Changelog: | ||
* Updated README.md | ||
* Updated Error statements | ||
|
||
## [0.9.1] - 27-01-2020 | ||
### Changelog: | ||
* Automated creation of libuplink.so file. | ||
* Removed dependency from ref modules | ||
|
||
## [0.8.8] - 25-11-2019 | ||
### Changelog: | ||
* Removed download_file and upload_file function from library. | ||
|
||
## [0.8.7] - 18-11-2019 | ||
### Changelog: | ||
* Updated new_uplink fucntion parameters | ||
* Changes made in UplinkConfig->Volatile structure | ||
|
||
## [0.8.6] - 14-11-2019 | ||
### Changelog: | ||
* Updated package to reads path from .env config file | ||
# Storj-Nodejs Changelog | ||
|
||
## [1.0.9] - 27-11-2020 | ||
* Merged PR | ||
|
||
## [1.0.7] - 03-09-2020 | ||
* Added functions and updated code according to uplink-c v1.1.0 master branch | ||
|
||
## [1.0.7] - 24-08-2020 | ||
* Updated Make file | ||
|
||
## [1.0.6] - 10-08-2020 | ||
* Changed function structures | ||
* Updates documentation | ||
* Updated HelloStorj.js | ||
|
||
## [1.0.5] - 13-07-2020 | ||
* Added Testcases | ||
* Updates documentation | ||
|
||
## [1.0.5] - 29-06-2020 | ||
* Bugs fixed | ||
* Removed docs folder | ||
|
||
## [1.0.4] - 25-06-2020 | ||
* Asyncronous function | ||
* Changed HelloStorj.js | ||
* Splitted c files | ||
|
||
## [1.0.3] - 09-06-2020 | ||
### Changelog: | ||
* Updated ReadMe | ||
* Removed Warnings | ||
* Improved Memory managment and memory leaks | ||
* Changed module name | ||
|
||
## [1.0.2] - 09-05-2020 | ||
### Changelog: | ||
* Updated module version | ||
|
||
## [0.10.2] - 06-05-2020 | ||
### Changelog: | ||
* Updated README.md | ||
* Add Makefile | ||
* Resloved MacOS Image not fount issue | ||
|
||
## [0.10.1] - 14-04-2020 | ||
### Changelog: | ||
* Updated README.md | ||
|
||
## [0.10.0] - 13-04-2020 | ||
### Changelog: | ||
* Updated README.md | ||
* Updated Project according to RC 1.0 | ||
* Resolved windows issue | ||
|
||
## [0.9.2] - 05-02-2020 | ||
### Changelog: | ||
* Updated README.md | ||
* Updated Error statements | ||
|
||
## [0.9.1] - 27-01-2020 | ||
### Changelog: | ||
* Automated creation of libuplink.so file. | ||
* Removed dependency from ref modules | ||
|
||
## [0.8.8] - 25-11-2019 | ||
### Changelog: | ||
* Removed download_file and upload_file function from library. | ||
|
||
## [0.8.7] - 18-11-2019 | ||
### Changelog: | ||
* Updated new_uplink fucntion parameters | ||
* Changes made in UplinkConfig->Volatile structure | ||
|
||
## [0.8.6] - 14-11-2019 | ||
### Changelog: | ||
* Updated package to reads path from .env config file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.