This repository was archived by the owner on Dec 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88
9+ ## [ 1.2.8] - 2019-03-20
10+ - Remove `` asyncawait `` dependency (browser compatibility),
11+ PR [ #38 ] ( https://github.com/ethereumjs/ethereumjs-testing/pull/38 )
12+ - Dropped Node 6 support, added Node 10 support,
13+ PR [ #38 ] ( https://github.com/ethereumjs/ethereumjs-testing/pull/38 )
14+ - Clean up of the `` getTests() `` function,
15+ PR [ #38 ] ( https://github.com/ethereumjs/ethereumjs-testing/pull/38 )
16+
17+ [ 1.2.8 ] : https://github.com/ethereumjs/ethereumjs-testing/compare/v1.2.7...v1.2.8
18+
919## [ 1.2.7] - 2019-01-30
1020Updated `` tests `` submodule to ` 5cef36e ` (Jan 24, 2019) `` ethereum/tests `` commit
1121which merges the PR [ #582 ] ( https://github.com/ethereum/tests/pull/582 )
Original file line number Diff line number Diff line change 11{
22 "name" : " ethereumjs-testing" ,
3- "version" : " 1.2.7 " ,
3+ "version" : " 1.2.8 " ,
44 "description" : " test utils for ethereumjs-*" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments