Release 1.0.0 (#94)

* Add some types
* Add prepublish script
* Ignore linting certain files
  * In the future we should add types and re-enable linting
* Use export = syntax
* Allow consumers to use `import keypairs from 'ripple-keypairs'`
  * See: https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require
This commit is contained in:
Elliot Lee
2020-02-05 16:34:53 -08:00
parent 4d0c280996
commit 01e94ad4d6
8 changed files with 89 additions and 70 deletions

View File

@@ -1,9 +1,13 @@
# ripple-keypairs Release History
## 1.0.0-beta.1 (2020-01-28)
## 1.0.0 (2020-02-05)
* Refactor and use TypeScript
* Use Travis CI (.travis.yml)
* Use "dist/*" for distribution files
* Add yarn.lock
* Export members and add default export
* Internal
* Travis: remove node 6 and add node 13 (#59)
* Use published ripple-address-codec (#58)
* Replace TSLint with ESLint + Prettier (#71)
* Add type (#74)
@@ -14,14 +18,6 @@
* Update dependencies
* @types/node, eslint, bn.js, typescript, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, mocha, istanbul, hash.js
## 1.0.0-beta.0 (2019-10-17)
* Refactor and use TypeScript
* Vendor ripple-address-codec (move dependency into this project)
* Add support for Travis CI (.travis.yml)
* Use "dist/*" for distribution files
* Add yarn.lock
## 0.11.0 (2018-10-23)
* Upgrade elliptic (#28)