Skip to content

Commit 87549c8

Browse files
bum version, release notes
1 parent 8ce62d8 commit 87549c8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/release-notes/2.0.5.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Summary
2+
This version introduces resolver-engine as a dependency. It is used for import standard import resolution.
3+
4+
Functionality that it adds to the project:
5+
6+
* [x] Filesystem, relative and absolute imports
7+
* [x] NPM and node_modules with support for monorepo pattern
8+
* [x] URI and URL support
9+
* [x] Github and branch support
10+
* [x] IPFS through a gateway
11+
* [x] Swarm through a gateway
12+
13+
Additionally, backwards compatibility was added to support Waffle's original resolution methods
14+
15+
16+
## About Resolver-Engine
17+
[Resolver-Engine](https://github.com/Crypto-Punkers/resolver-engine) project is an [Ethereum Foundation grantee](https://blog.ethereum.org/2018/08/17/ethereum-foundation-grants-update-wave-3/), with a goal to create tooling for standardised Solidity import resolution.
18+
19+
In the past each and every framework has a different way of resolving imports, causing great anguish for the end-developers. With the Resolver-Engine, all projects that use it have a common set of supported functionality, sane defaults and maintenance of a dedicated team meaning that in the future Waffle will be able to support more imports just by upgrading the dependency.
20+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ethereum-waffle",
33
"description": "Sweeter, faster and simpler than truffle.",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"author": "Marek Kirejczyk <[email protected]> (http://ethworks.io)",
66
"repository": "[email protected]:EthWorks/Waffle.git",
77
"private": false,

0 commit comments

Comments
 (0)