mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
parent
8048399a0b
commit
d714306c9d
@ -79,7 +79,7 @@ conn.postTransaction(txSigned)
|
||||
<meta charset="utf-8">
|
||||
<title>BigchainDB boilerplate</title>
|
||||
<!-- Adjust version to your needs -->
|
||||
<script src="https://unpkg.com/bigchaindb-driver@0.2.0/dist/browser/bigchaindb-driver.window.min.js"></script>
|
||||
<script src="https://unpkg.com/bigchaindb-driver@0.3.0/dist/browser/bigchaindb-driver.window.min.js"></script>
|
||||
|
||||
<script>
|
||||
// BigchainDB server instance or IPDB (e.g. https://test.ipdb.io/api/v1/)
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Updating js-bigchaindb-driver from v0.1.x to v0.2.0
|
||||
# Updating js-bigchaindb-driver from v0.1.x to v0.3.0
|
||||
|
||||
The latest version of js-bigchaindb-driver contains breaking changes to its
|
||||
external API. In this document, we enumerate all changes to allow you to make
|
||||
upgrades efficiently.
|
||||
|
||||
Note that upgrading the js-bigchaindb-driver to v0.2.0 was done to enable
|
||||
Note that upgrading the js-bigchaindb-driver to v0.3.0 was done to enable
|
||||
functionality included in the latest (v1.0) BigchainDB release. A full list of
|
||||
BigchainDB v1.0's breaking changes can be found
|
||||
[here](https://github.com/bigchaindb/bigchaindb/blob/17913dca682ff105540c0ea73365f1763efc2083/docs/upgrade-guides/v0.10--%3Ev1.0.md).
|
||||
@ -97,7 +97,7 @@ The driver is now bundled automatically each time we publish it to npm.com. We
|
||||
now ship packages for `commonjs`, `commonjs2`, `amd`, `umd`, `window` and
|
||||
node.js. Thanks to unpkg.com, we're also able to provide all these packages on
|
||||
a CDN. A link to all the bundles can be found
|
||||
[here](https://unpkg.com/bigchaindb-driver@0.2.0/dist/browser/).
|
||||
[here](https://unpkg.com/bigchaindb-driver@0.3.0/dist/browser/).
|
||||
|
||||
|
||||
A few notes:
|
@ -70,7 +70,7 @@
|
||||
"fetch-ponyfill": "^4.0.0",
|
||||
"five-bells-condition": "^5.0.1",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"js-sha3": "^0.6.0",
|
||||
"js-sha3": "^0.6.1",
|
||||
"js-utility-belt": "^1.5.0",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
"query-string": "^4.3.4",
|
||||
|
Loading…
Reference in New Issue
Block a user