Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmansi committed Dec 26, 2020
1 parent 9f0a4b4 commit 1f9599e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -6,7 +6,7 @@

JavaScript implementation for the new CashAddr address format for Bitcoin Cash.

Compliant with the original CashAddr [specification](https://github.com/Bitcoin-UAHF/spec/blob/master/cashaddr.md) which improves upon [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki).
Compliant with the original CashAddr [specification](https://github.com/bitcoincashorg/bitcoincash.org/blob/master/spec/cashaddr.md) which improves upon [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki).

*Note:* This is a JavaScript implementation of the CashAddr format specification. If you are looking for a general purpose Bitcoin Cash address translation library, check out the easy-to-use and well-tested [BchAddr.js](https://github.com/ealmansi/bchaddrjs).

Expand All @@ -26,7 +26,7 @@ $ bower install --save cashaddrjs

### Manually

You may also download the distribution file manually and place it within your third-party scripts directory: [dist/cashaddrjs-0.4.2.min.js](https://unpkg.com/cashaddrjs@0.4.2/dist/cashaddrjs-0.4.2.min.js).
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/cashaddrjs-0.4.3.min.js](https://unpkg.com/cashaddrjs@0.4.3/dist/cashaddrjs-0.4.3.min.js).

## Usage

Expand Down Expand Up @@ -54,7 +54,7 @@ You may include a script tag in your HTML and the `cashaddr` module will be defi
<html>
<head>
...
<script src="https://unpkg.com/cashaddrjs@0.4.2/dist/cashaddrjs-0.4.2.min.js"></script>
<script src="https://unpkg.com/cashaddrjs@0.4.3/dist/cashaddrjs-0.4.3.min.js"></script>
</head>
...
</html>
Expand All @@ -70,4 +70,4 @@ $ npm run docs

### Online

Browse automatically generated jsdocs [online](https://cdn.rawgit.com/ealmansi/cashaddrjs/master/docs/index.html).
Browse automatically generated jsdocs [online](https://emilio.almansi.me/cashaddrjs/module-cashaddr.html).
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion docs/cashaddr.js.html
Expand Up @@ -373,7 +373,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ca
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Dec 26 2020 19:56:07 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Dec 26 2020 20:08:17 GMT+0100 (Central European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ca
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Dec 26 2020 19:56:07 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Dec 26 2020 20:08:17 GMT+0100 (Central European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-cashaddr-ValidationError.html
Expand Up @@ -211,7 +211,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ca
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Dec 26 2020 19:56:07 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Dec 26 2020 20:08:17 GMT+0100 (Central European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-cashaddr.html
Expand Up @@ -555,7 +555,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ca
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Dec 26 2020 19:56:07 GMT+0100 (Central European Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Sat Dec 26 2020 20:08:17 GMT+0100 (Central European Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cashaddrjs",
"version": "0.4.2",
"version": "0.4.3",
"description": "Bitcoin Cash cashaddr address format support for Node.js and web browsers.",
"main": "src/cashaddr.js",
"files": [
Expand Down

0 comments on commit 1f9599e

Please sign in to comment.