Update other docs to version 0.3.0

Close #76. Close #77.
This commit is contained in:
vrde 2017-07-06 09:49:22 +02:00 committed by Tim Daubenschütz
parent 8048399a0b
commit d714306c9d
3 changed files with 5 additions and 5 deletions

View File

@ -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/)

View File

@ -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:

View File

@ -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",