Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Stage 4!
Browse files Browse the repository at this point in the history
Fixes #14.
  • Loading branch information
ljharb committed Mar 29, 2016
1 parent 4837916 commit 0af6f61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ ECMAScript Proposal, specs, and reference implementation for `Object.values`/`Ob

Spec drafted by [@ljharb](https://github.com/ljharb).

This proposal is currently at [stage 3](https://github.com/tc39/ecma262) of the [process](https://tc39.github.io/process-document/).
This proposal is currently at [stage 4](https://github.com/tc39/ecma262) of the [process](https://tc39.github.io/process-document/), and will be included in ES 2017.

Designated TC39 reviewers: @wycats @littledan @rwaldron

Engine Implementations:
- [Firefox Nightly](https://bugzilla.mozilla.org/show_bug.cgi?id=1208464) (not yet landed, nightly only)
- [WebKit Nightly](https://bugs.webkit.org/show_bug.cgi?id=150131) (not yet landed)
i[Engine Implementations](https://github.com/tc39/proposal-object-values-entries/issues/10)

## Previous discussions
- [TC39 meeting notes](https://github.com/rwaldron/tc39-notes/blob/c61f48cea5f2339a1ec65ca89827c8cff170779b/es6/2014-04/apr-9.md#51-objectentries-objectvalues)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</ol>
</div>
</div>
<h1 class="version">Stage 3 Draft / February 17, 2016</h1>
<h1 class="version">Stage 4 Draft / March 29, 2016</h1>
<h1 class="title">Object.values / Object.entries</h1>
<emu-clause id="Object.keys">
<h1><span class="secnum">1</span>Object.keys( O )<span class="utils"><span class="anchor"><a href="#Object.keys">#</a></span></span></h1>
Expand Down
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="./spec.js"></script>
<pre class="metadata">
title: Object.values / Object.entries
stage: 3
stage: 4
contributors: Jordan Harband
</pre>
<emu-clause id="Object.keys">
Expand Down

0 comments on commit 0af6f61

Please sign in to comment.