Skip to content

Commit 5c5c530

Browse files
committed
changelog
1 parent 6dd33f5 commit 5c5c530

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

docs/CHANGELOG.md

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,44 @@
1+
2017-12-15
2+
==========
3+
4+
* Package.lock
5+
* Merge pull request [#15](https://github.com/sebs/etherscan-api/issues/15) from morrislaptop/patch-1
6+
Don't pass full URL in again as it is already set
7+
* Merge pull request [#16](https://github.com/sebs/etherscan-api/issues/16) from muxa/master
8+
Support internal transactions by address
9+
10+
2017-12-14
11+
==========
12+
13+
* Added support for fetching internal transactions by address, as well as specifying start/end block and sort order
14+
15+
2017-11-28
16+
==========
17+
18+
* Don't pass full URL in again as it is already set
19+
When creating the jsonClient, otherwise this confuses tools like `nock` when trying to match requests.
20+
21+
2017-11-22
22+
==========
23+
24+
* Merge pull request [#14](https://github.com/sebs/etherscan-api/issues/14) from vicnaum/patch-1
25+
getLogs fixed
26+
27+
2017-11-21
28+
==========
29+
30+
* getLogs fixed
31+
typo in "tolock" - should be "toBlock"
32+
no "address" field set
33+
module should be = 'logs', not 'log'
34+
135
2017-09-17
236
==========
337

38+
* 3.0.11
39+
* changelog
440
* I need new example values for the blockchain
541
* 3.0.10
6-
* changelog
742
* Merge pull request [#10](https://github.com/sebs/etherscan-api/issues/10) from mvayngrib/movebrowserify
843
move dev deps to devDependencies
944
* Merge pull request [#9](https://github.com/sebs/etherscan-api/issues/9) from mvayngrib/fixTxByHash
@@ -171,18 +206,3 @@
171206
* 2.0.3
172207
* (churn): removed prefixes
173208
* 2.0.2
174-
* (churn): splitting tests a bit more helpful
175-
* 2.0.1
176-
* (fix): Checking for the error codes of the API now. This is a bit more delicate
177-
* fixed accounts and stats apis got a doublette
178-
* methods renaming and forgotten parameters
179-
* renaming of tests
180-
* in general: its good to be anal (with errors)
181-
182-
2016-10-09
183-
==========
184-
185-
* changelog
186-
* 2.0.0
187-
* (feature): eth api tests and proxy
188-
* 1.3.2

0 commit comments

Comments
 (0)