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

Add Saji's notable #273

Merged
merged 2 commits into from
Dec 21, 2023
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
17 changes: 13 additions & 4 deletions src/content/lookback/2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
},
{
"title": "Announcing TypeScript 5.0 Beta",
"overview": "TypeScript 5.0 の beta がリリース",
"overview": "TypeScript 5.0 の beta がリリース。4.8から計画されていた「ECMAScript Decorator」の対応が入ったのが印象的なリリースでした。もとも TypeScript が独自に持っていた Decorator との兼ね合いも含め改めて復習したい内容です。",
"url": "https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/",
"date": "2023-01-26"
"date": "2023-01-26",
"isNotable": true
},
{
"title": "The Turbopack vision",
Expand Down Expand Up @@ -173,9 +174,10 @@
},
{
"title": "Ecma International approves new standards - Ecma International",
"overview": "Ecma International 125 で採択された ES2023 の新要素 について",
"overview": "Ecma International 125 ES2023 が採択されました。Arrayに対して toReversed や toSorted といった非破壊処理メソッドや逆順に走査する findLast メソッドなどが追加されました。またファイル先頭の #! に続く文字列をコメントとして解釈するようにもなりました。",
"url": "https://ecma-international.org/news/ecma-international-approves-new-standards-at-the-125th-general-assembly-27-june-2023/",
"date": "2023-06-27"
"date": "2023-06-27",
"isNotable": true
},
{
"title": "Next.js 13 の SSR Streaming を AWS Lambda Response Streaming で実装する方法",
Expand Down Expand Up @@ -237,6 +239,13 @@
"url": "https://twitter.com/shadcn/status/1688945578439499776?s=20",
"date": "2023-08-09"
},
{
"title": "Announcing TypeScript 5.2",
"overview": "TypeScript5.2 がリリースされました。Explicit Resource Management と呼ばれる Proposal に対応しその構文で利用される Using 宣言もサポートされるようになりました。ファイル操作やイベント送受信などで明示的にリソースの解放を定義できます。",
"url": "https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/",
"date": "2023-08-24",
"isNotable": true
},
{
"title": "Astro 3.0",
"overview": "Astro v3がリリース。View Trantisonsがstableに",
Expand Down