Skip to content

Commit

Permalink
Update README Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matAtWork committed Aug 21, 2017
1 parent bb729ae commit 9664274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,10 @@ This execution case was pointed out by https://github.com/jods4 - many thanks.
Changelog
==========

21-Aug-17 v3.1.2

- Correctly walk destructuring assignment initializers

18-Aug-17 v3.1.1

- Permit the compiler options `es6target`, `noRuntime`, `promises` and `engine` to be defined with the value `"host"`, in which case they are determined from the execution environment the code was compiled in (ie. the version of nodejs). This allows transpiled code to gracefully compile across node >0.10 using additional features of each platform as they are available. An addition named set of options, also called `"host"` is defined to use these values, allowing the directive `"use nodent-host"` to compile code for the current platform. The new value can also be used to set (or reset) names sets in the package.json. For example, to set "host" as the default values:
Expand Down

0 comments on commit 9664274

Please sign in to comment.