This repository was archived by the owner on Mar 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +27
-52
lines changed Expand file tree Collapse file tree 3 files changed +27
-52
lines changed Original file line number Diff line number Diff line change 1
1
## Change Log
2
2
3
+ ### remix-analyzer 0.5.0-beta.2 (2020/04/01)
4
+ - [ #1445 ] ( https://github.com/ethereum/remix/pull/1445 ) analyser module listing updated (@Aniket-Engg )
5
+
6
+ ## Change Log
7
+
8
+ ### v0.1.31 (2020/03/31)
9
+ - [ #1444 ] ( https://github.com/ethereum/remix/pull/1444 ) Release 0 1 31 (@Aniket-Engg )
10
+ - [ #1438 ] ( https://github.com/ethereum/remix/pull/1438 ) test function with params will throw error (@Aniket-Engg )
11
+ - [ #1436 ] ( https://github.com/ethereum/remix/pull/1436 ) accounts count increased to 10 (@Aniket-Engg )
12
+ - [ #1434 ] ( https://github.com/ethereum/remix/pull/1434 ) Add type for compilation error (@yann300 )
13
+ - [ #1427 ] ( https://github.com/ethereum/remix/pull/1427 ) Remix-analyzer: LegacyAST to AST (@Aniket-Engg )
14
+
15
+ ## Change Log
16
+
17
+ ### v0.1.30 (2020/02/21 09:53 +00:00)
18
+ - [ #1428 ] ( https://github.com/ethereum/remix/pull/1428 ) release 0.1.30 (@Aniket-Engg )
19
+ - [ #1425 ] ( https://github.com/ethereum/remix/pull/1425 ) remix-analyzer: js to ts (@Aniket-Engg )
20
+ - [ #1423 ] ( https://github.com/ethereum/remix/pull/1423 ) add resetAccounts, new Account, fix getAccounts on remix-simulator (@iurimatias )
21
+ - [ #1422 ] ( https://github.com/ethereum/remix/pull/1422 ) anonymous locals rendering fixed (@Aniket-Engg )
22
+ - [ #1419 ] ( https://github.com/ethereum/remix/pull/1419 ) remix-solidity readme updated (@Aniket-Engg )
23
+ - [ #1418 ] ( https://github.com/ethereum/remix/pull/1418 ) npmignore file added (@Aniket-Engg )
24
+ - [ #1417 ] ( https://github.com/ethereum/remix/pull/1417 ) changelog updated (@Aniket-Engg )
25
+
26
+ ## Change Log
27
+
3
28
### v0.1.29 (2020/01/29)
4
29
- [ #1416 ] ( https://github.com/ethereum/remix/pull/1416 ) bump version (@Aniket-Engg )
5
- - [ #1415 ] ( https://github.com/ethereum/remix/pull/1415 ) undefined value type fixed (@Aniket-Engg )
30
+ - [ #1415 ] ( https://github.com/ethereum/remix/pull/1415 ) undefined value type fixed (@Aniket-Engg )
6
31
7
32
## Change Log
8
33
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remix-analyzer" ,
3
- "version" : " 0.5.0-beta.1 " ,
3
+ "version" : " 0.5.0-beta.2 " ,
4
4
"description" : " Remix Analyzer" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments