Jackson Mills
91403ec2fa
Fix version ( #1989 )
2022-05-02 13:04:41 -07:00
Jackson Mills
13587e563a
Update history.md with latest changes and ran docgen ( #1988 )
...
* Update history.md with latest changes
* Ran docgen
* Add unreleased sections
2022-05-02 10:37:39 -07:00
Pi Delport
0b9c27ff5f
fix(ripple-keypairs): hexToBytes should produce [] for empty input, not [0] ( #1977 )
...
BN.toArray intentionally returns [0] rather than [] for length zero,
which may make sense for BigNum data, but not for byte strings.
2022-04-28 14:15:07 -07:00
Pi Delport
86001d51f9
fix(ripple-keypairs): make bytesToHex work with typed arrays (Uint8Array) ( #1975 )
...
This works the same as before for Array inputs, but it should now also
work correctly with a wider range of Iterable or ArrayLike input types.
In particular, this makes it work with typed arrays such as Uint8Array,
which previously produced invalid output due to the hex numerals being
coerced back to the element type before the call to `join('')`.
2022-04-28 13:18:39 -07:00
Jackson Mills
0eb64b1447
Update history for all codecs and xrpl.js ( #1849 )
...
* Update xrpl.js history.md
* Update ripple-address-codec history
* Add comment about npm < 7 for all codecs
2021-12-01 15:20:59 -08:00
Greg Weisbrod
f522d3f418
add HISTORY for monorepo updates and update CONTRIBUTING.md for publication
2021-11-15 21:03:42 -05:00
Elliot Lee
3d3f50ad05
release: update history for 1.0.3
2021-02-22 14:50:36 -08:00
Elliot Lee
68761d4fbd
Release 1.0.2
2020-09-12 23:25:38 -07:00
Elliot Lee
63f4aa2b8d
Release 1.0.1
2020-05-12 21:49:08 -07:00
Elliot Lee
01e94ad4d6
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
2020-02-05 16:34:53 -08:00
Elliot Lee
0382e75f82
Release 1.0.0-beta.1
2020-01-28 02:07:41 -08:00
Elliot Lee
e5fad4a521
Update HISTORY.md
2019-10-17 17:03:01 -07:00
Elliot Lee
e9a3e1ab35
Refactor and use TypeScript:
...
- Migrate to TypeScript and TSLint
- Vendor ripple-address-codec (move dependency into this project)
- Add support for Travis CI (.travis.yml)
- Use "dist/*" for distribution files
- Bump version to 1.0.0-beta.0
- Add yarn.lock
2019-01-22 23:23:13 -08:00
Elliot Lee
7304ee46d6
Bump version to 0.10.1 and add HISTORY.md
2017-11-10 15:05:04 -08:00