issues
search
tc39
/
proposal-intl-duration-format
https://tc39.es/proposal-intl-duration-format
MIT License
167
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Editorial: Fix several issues resulting from errors in numeric unit formatting refactor
#224
ben-allen
opened
15 hours ago
0
Formatted numeric parts incorrectly handled
#223
anba
opened
23 hours ago
1
Dead assign in FormatNumericUnits when `secondsFormatted` is true
#222
anba
opened
1 day ago
0
Consider changing `is not "auto"` to `is "always"`
#221
anba
opened
1 day ago
0
Note in IsValidDuration referring to Temporal operations is no longer up-to-date
#220
anba
opened
1 day ago
0
FormatNumericSeconds sets options after creating the number formatter
#219
anba
opened
1 day ago
0
Incorrect access to [[HoursMinutesSeparator]] and [[MinutesSecondsSeparator]]
#218
anba
opened
1 day ago
0
Add description for [[HoursMinutesSeparator]] and [[MinutesSecondsSeparator]]
#217
anba
opened
1 day ago
0
Remove [[TwoDigitHours]] from Intl.DurationFormat instances
#216
anba
opened
1 day ago
0
Align initial steps in FormatNumeric{Hours,Minutes,Seconds}
#215
anba
opened
1 day ago
0
Editorial: Modernize intrinsic names, regularize header wording
#214
ben-allen
opened
1 day ago
0
Meta: Update ecmarkup and biblio
#213
anba
closed
2 days ago
1
Oct 24 refactor / cleanup
#212
ben-allen
opened
2 days ago
0
Question about specific localization example
#211
ljharb
opened
1 month ago
1
Can this be used to replace the `ms` package?
#210
styfle
closed
1 month ago
1
Stage 4 Task
#209
FrankYFTang
opened
1 month ago
5
Editorial: DurationSign should return a spec enum, not an integer
#208
michaelficarra
closed
3 months ago
1
Bugfix: Display negative sign on leading numeric-style zeroes
#207
ben-allen
closed
3 months ago
2
question about `maxTimeDuration` for `Intl.DurationFormat`
#206
sosukesuzuki
closed
3 months ago
3
`"fractional"` and `"numeric"` style options for sub-second units
#205
kartva
closed
4 months ago
1
How does the negative sign from negative sub-hour values with digital display appear in the final result?
#204
trflynn89
closed
3 months ago
1
A couple of fixes noticed after implementing the latest spec in LibJS
#203
trflynn89
opened
4 months ago
1
fixup: remove prematurely added Temporal limits
#202
ben-allen
closed
5 months ago
0
Editorial: Renamed `AddFractionalDigits` AO to `ComputeFractionalDigits`
#201
ben-allen
closed
1 week ago
0
Editorial: Match temporal AO names and parameters
#200
ben-allen
closed
5 months ago
2
Sync IsValidDuration with Temporal, including precision range limits
#199
sffc
closed
6 days ago
6
Normative: turn useGrouping false for hours & smaller units when style is 2-digits or numeric
#198
FrankYFTang
closed
2 months ago
6
Bugfix: Table 3 erroneously listed internal-use-only "fractional" style in Values column for subsecond units
#197
ben-allen
closed
6 months ago
1
Table 3 looks broken for fractional units
#196
sffc
closed
6 months ago
2
Create with {"microseconds":"fractional"} cause RangeError
#195
FrankYFTang
closed
6 months ago
5
Impossible condition inside 1.1.6 GetDurationUnitOptions
#194
FrankYFTang
closed
6 months ago
3
Editorial: Remove " from true and false
#193
FrankYFTang
closed
6 months ago
0
In digital format, what should we do with grouping separators in hours, minutes and seconds field when the value is > 60 or > 999?
#192
FrankYFTang
closed
2 months ago
9
Editorial: PartitionDurationFormatPattern accessing non-existent slots
#191
ben-allen
closed
5 months ago
2
Incorrect access of [[HoursValue]] and [[SecondsValue]] of durationFormat in PartitionDurationFormatPattern
#190
FrankYFTang
closed
5 months ago
3
Update locale data resolution to match 402
#189
ryzokuken
opened
8 months ago
0
Editorial: Refactor handling of numeric-like styles, support differing hours/minutes vs minutes/seconds separators
#188
ben-allen
closed
5 months ago
7
How long this feature will be in the experimental statr?
#187
zdm
closed
8 months ago
2
Editorial: Refactor handling of numeric-like styles, support differing hours/minutes vs minutes/seconds separators
#186
ben-allen
closed
8 months ago
1
Refactor numeric styles
#185
ben-allen
closed
9 months ago
4
Editorial: Add negative sign when value is 0
#184
anba
closed
10 months ago
0
Fix and simplify "displayRequired" computation in PartitionDurationFormatPattern
#183
anba
closed
2 months ago
4
Fixup: display negative
#182
ben-allen
closed
10 months ago
1
Major refactor of PartitionDurationFormatPattern
#181
ben-allen
closed
9 months ago
0
Normative: Display certain "auto"/0 values in "numeric" style when not displaying them would result in ambiguous/awkward output
#180
ben-allen
closed
11 months ago
2
Add link to polyfill
#179
longlho
closed
10 months ago
1
Normative: Always throw when style: "numeric" and display: "always" used on sub-second units
#178
ben-allen
closed
10 months ago
2
Should `fractionalDigits` be called `fractionalSecondDigits` instead?
#177
longlho
closed
12 months ago
2
Normative: Only display negative signs on the largest unit when formatting negative Durations
#176
ben-allen
closed
10 months ago
4
Do we have any Polyfill to use this?
#175
khawarizmus
closed
1 year ago
3
Next