Skip to content

Commit

Permalink
Update README for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Nov 13, 2018
1 parent 42fe99b commit e64ba8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ for (var contractName in output.contracts) {

#### From version 0.1.6

**Not available since 0.5.0**

Starting from version 0.1.6, multiple files are supported with automatic import resolution by the compiler as follows:

```javascript
Expand All @@ -66,6 +68,8 @@ Note that all input files that are imported have to be supplied, the compiler wi

#### From version 0.2.1

**Not available since 0.5.0**

Starting from version 0.2.1, a callback is supported to resolve missing imports as follows:

```javascript
Expand Down Expand Up @@ -107,6 +111,10 @@ Starting from version 0.4.20 a Semver compatible version number can be retrieved

#### From version 0.5.0

Starting from version 0.5.0, `compile`, `compileStandard` and `compileStandardWrapper` all do the same thing - what `compileStandardWrapper` used to do.

*Note*: with 0.5.1, `compileStandard` and `compileStandardWrapper` will be removed.

Starting from version 0.5.0 the low-level functions are also exposed:
- `solc.lowlevel.compileSingle`: the original entry point, supports only a single file
- `solc.lowlevel.compileMulti`: this supports multiple files, introduced in 0.1.6
Expand Down

0 comments on commit e64ba8d

Please sign in to comment.