Skip to content

Commit 7838d49

Browse files
justingrantptomato
authored andcommitted
Update roadmap & check boxes for completed items
1 parent d6335df commit 7838d49

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ This polyfill is compatible with Node.js 14 or later.
1515

1616
* [x] Fork non-production polyfill from [tc39/proposal-temporal repo](https://github.com/tc39/proposal-temporal/tree/main/polyfill)
1717
* [x] Release initial pre-alpha to NPM at [@js-temporal/polyfill](https://www.npmjs.com/package/@js-temporal/polyfill)
18-
* [ ] Sync the code in this repo with the handful of polyfill changes that have recently been made in the [tc39/proposal-temporal](https://github.com/tc39/proposal-temporal) repo
19-
* [ ] Release alpha version to NPM
20-
* [ ] Deprecate all other earlier Temporal polyfills
18+
* [x] Sync the code in this repo with the handful of polyfill changes that have recently been made in the [tc39/proposal-temporal](https://github.com/tc39/proposal-temporal) repo
19+
* [x] Release alpha version to NPM
20+
* [x] Deprecate all other earlier Temporal polyfills
21+
* [ ] Optimize slow operations by reducing calls to Intl.DateTimeFormat constructor (see #7, #8, #10, #12)
2122
* [ ] Convert to TypeScript for better maintainability
22-
* [ ] (Maybe) Optimize performance of slow operations, notably non-ISO calendar calculations
23+
* [ ] (maybe) Optimize performance of other slow operations
2324
* [ ] Release production version to NPM
2425

2526
## Bug Reports and Feedback

0 commit comments

Comments
 (0)