Skip to content
Merged
Changes from all commits
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
37 changes: 4 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,11 @@ 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](hhttps://github.com/tc39/proposals/blob/master/ecma402/finished-proposals.md)
* [Active Proposals](https://github.com/tc39/proposals/blob/master/ecma402/README.md)
* [Stage 0 Proposals](https://github.com/tc39/proposals/blob/master/ecma402/stage-0-proposals.md)

### Contributing New Proposals

Expand Down