Skip to content

Commit

Permalink
Merge pull request #1464 from svaarala/compat-table-documentation
Browse files Browse the repository at this point in the history
Add compat-table links to documentation
  • Loading branch information
svaarala authored Apr 6, 2017
2 parents eb53ede + 086d948 commit cea8458
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Main features:
* Embeddable, portable, compact
* Ecmascript E5/E5.1 compliant, with some semantics updated from ES2015+
* Partial support for Ecmascript 2015 (E6) and Ecmascript 2016 (E7),
[Post-ES5 feature status](http://wiki.duktape.org/PostEs5Features.html)
[Post-ES5 feature status](http://wiki.duktape.org/PostEs5Features.html),
[kangax/compat-table](https://kangax.github.io/compat-table">kangax/compat-table)
* ES2015 TypedArray and Node.js Buffer bindings
* WHATWG Encoding API living standard
* Built-in debugger
Expand Down
14 changes: 14 additions & 0 deletions doc/release-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,20 @@ Checklist for ordinary releases

- Test JSON proxy

* Prepare an update pull for compat-table

- Fork and branch

- Compile "duk", Duktape.version must match upcoming release

- Go through data-*.js files, and copy previous results directly, e.g.
"duktape20: false," -> add line "duktape21: false,"
- Run "nodejs duktape.js" in compat-table, and update data files to match
new results

- Rerun "nodejs build.js", and finalize the pull

* Release notes (``doc/release-notes-*.rst``)

- Write new release notes for release; needs known issues output from at
Expand Down
3 changes: 3 additions & 0 deletions website/guide/postes5features.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ <h1 id="postes5features">Post-ES5 features</h1>
specification drafts. See Wiki article
<a href="http://wiki.duktape.org/PostEs5Features.html">Post-ES5 features</a>
for current status.</p>

<p>Duktape status is also updated for new releases in
<a href="https://kangax.github.io/compat-table">kangax/compat-table</a>.</p>
3 changes: 2 additions & 1 deletion website/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ <h1>Main features</h1>
<li>Partial support for
<a href="http://www.ecma-international.org/ecma-262/6.0/index.html">Ecmascript 2015 (E6)</a> and
<a href="http://www.ecma-international.org/ecma-262/7.0/index.html">Ecmascript 2016 (E7)</a>, see
<a href="http://wiki.duktape.org/PostEs5Features.html">Post-ES5 feature status</a>
<a href="http://wiki.duktape.org/PostEs5Features.html">Post-ES5 feature status</a> and
<a href="https://kangax.github.io/compat-table">kangax/compat-table</a>
</li>
<li>ES2015 <a href="https://www.khronos.org/registry/typedarray/specs/latest/">TypedArray</a>
and <a href="https://nodejs.org/docs/v6.9.1/api/buffer.html">Node.js Buffer</a> bindings</li>
Expand Down

0 comments on commit cea8458

Please sign in to comment.