Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move proposals to proposals repo #191

Merged
merged 2 commits into from
Oct 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 6 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,12 @@ This source is processed to obtain a human-readable version, which you can view

## Current Proposals

Proposals follow [this process document](https://tc39.github.io/process-document/).

|🚀 | Proposal | Champion | Stage | Notes
|---|---------------------------------------|-------------- | ------|------
| | [Intl.DateTimeFormat.prototype.formatToParts][] | Zibi Braniecki | 4 |
| | [Intl.NumberFormat.prototype.formatToParts][] | Zibi Braniecki | 4 |
| | [Intl.PluralRules][] | Caridy Patiño, Eric Ferraiuolo | 4 |
| | [Intl.Segmenter: Unicode segmentation in JavaScript][] | Daniel Ehrenberg | 3 |
| | [Intl.RelativeTimeFormat][] | Caridy Patiño, Eric Ferraiuolo | 2 |
| | [Intl.ListFormat][] | Zibi Braniecki | 2 |
| | [Exposing Abstract Operations & Locale Info][] | Zibi Braniecki | 2 |
| | [Intl.Locale][] | Zibi Braniecki, Daniel Ehrenberg | 1 |
| | [Intl.DurationFormat][] | Zibi Braniecki | 1 |
| | [Intl.UnitFormat][] | Zibi Braniecki | 1 |
| | [DateTimeFormat dateStyle & timeStyle][] | Zibi Braniecki | 1 |
| | [Fix 9.2.3 LookupMatcher algorithm][] | Rafael Xavier | 0 |
| | [Intl.NumberFormat round option][] | Rafael Xavier | 0 |

[Intl.Segmenter: Unicode segmentation in JavaScript]: https://github.com/tc39/proposal-intl-segmenter
[Intl.ListFormat]: https://github.com/zbraniecki/proposal-intl-list-format
[Fix 9.2.3 LookupMatcher algorithm]: https://github.com/rxaviers/ecma402-fix-lookup-matcher
[Intl.NumberFormat round option]: https://github.com/rxaviers/ecma402-number-format-round-option
[Intl.RelativeTimeFormat]: https://github.com/tc39/proposal-intl-relative-time
[Intl.DurationFormat]: https://github.com/tc39/ecma402/issues/47
[Intl.UnitFormat]: https://github.com/tc39/ecma402/issues/32
[Intl.PluralRules]: https://github.com/tc39/proposal-intl-plural-rules
[Intl.DateTimeFormat.prototype.formatToParts]: https://github.com/tc39/proposal-intl-formatToParts
[Intl.NumberFormat.prototype.formatToParts]: https://github.com/tc39/proposal-intl-formatToParts
[Exposing Abstract Operations & Locale Info]: https://github.com/tc39/ecma402/issues/46
[DateTimeFormat dateStyle & timeStyle]: https://github.com/zbraniecki/proposal-ecma402-datetime-style
[Intl.Locale]: https://github.com/zbraniecki/proposal-intl-locale

🚀 means the champion thinks it's ready to advance but has not yet presented to the committee.
Proposals follow [the TC39 process](https://tc39.github.io/process-document/) and are tracked in the [proposals repository](https://github.com/tc39/proposals).

* [Finished Proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md)
* [Active Proposals](https://github.com/tc39/proposals)
* [Stage 0 Proposals](https://github.com/tc39/proposals/blob/master/stage-0-proposals.md)
* [Inactive Proposals](https://github.com/tc39/proposals/blob/master/inactive-proposals.md)


### Contributing New Proposals
Expand Down