Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Dec 10, 2017
1 parent bd32f07 commit 7708d05
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 77,887 deletions.
42,068 changes: 16 additions & 42,052 deletions lib/browser.js

Large diffs are not rendered by default.

Binary file modified lib/browser.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion lib/browser.js.map

This file was deleted.

35,845 changes: 15 additions & 35,830 deletions lib/index.js

Large diffs are not rendered by default.

Binary file modified lib/index.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion lib/index.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"name": "@cityofzion/neon-js",
"description": "Javascript libraries for neo wallet using https://github.com/neochainio/neowallet/blob/master/js/wallet.js as the original source.",
"version": "2.1.1",
"version": "2.2.0",
"main": "lib/index.js",
"browser": "lib/browser.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ This details the changes made from the previous recorded version.

- Add ``api.getToken`` which is a combination of ``api.getTokenInfo`` and ``api.getTokenBalance``, allowing for simple info retrieval within a single call. This is exposed semantically as ``Neon.get.token``.
- Bugfix CoinMarketCap truncating prices to integers.
- Bugfix doTransferToken sending gas to wrong address and appending wrong item to txid when successful (was appending the full tx instead).
- Catch getTokenBalance error when using an address with no balance.

- RPC

Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.1.1'
version = u'2.2.0'
# The full version, including alpha/beta/rc tags.
release = u'2.1.1'
release = u'2.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 7708d05

Please sign in to comment.