Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Dec 3, 2023
1 parent 776db19 commit b289476
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions content/articles/2023/12/03.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: 2023/11/27〜2023/12/03の最新情報
tags:
- fresh
- Deno
- fresh
- Deno Deploy
categories:
- news
date: 2023-12-03
description: fresh v1.6 (Tailwind CSSの公式サポートなど), Deno v1.38.4 (spawnSync()のバグ修正と`deno lsp`のパフォーマンス改善), Deno Cron (Deno.cron())のアナウンス, OpenAI Deno SDKが公開
description: fresh v1.6 (Tailwind CSSの公式サポートなど), Deno v1.38.4 (spawnSync()のバグ修正と`deno lsp`のパフォーマンス改善), Deno Cron (Deno.cron())のアナウンス, freshのイテレーションプラン (2023/12), OpenAI Deno SDKが公開, Deno Advent Calendar 2023の記事が公開
---

## fresh v1.6
Expand All @@ -33,10 +33,25 @@ fresh v1.6がリリースされました。

上記の記事によると、`Deno.cron()`はすでにDeno Deployでも利用できるようで、登録されたハンドラを実行する際に、オンデマンドでisolateを立ち上げてくれるようです。

## freshのイテレーションプラン (2023/12)

freshの2023/12におけるイテレーションプランが公開されています。

> [December 2023 iteration plan #2108](https://github.com/denoland/fresh/issues/2108)
[View Transitionsのサポート](https://github.com/denoland/fresh/pull/1532)[Deno v1.38]({{< ref "articles/deno/v1.38.md" >}})で導入されたHMRやprecompiled JSX transformなどに関する検討などが計画されているようです。

## OpenAI Deno SDK

OpenAI公式からDenoのSDKが公開されました。

{{< tweet user="OfficialLoganK" id="1730269205939790086" >}}

[deno.land/x](https://deno.land/x/openai)で公開されています。

## Deno Advent Calendar 2023の記事が公開

[Deno Advent Calendar 2023](https://qiita.com/advent-calendar/2023/deno)の記事の公開が開始されています。

- [Denoでnpmモジュールを実行してみよう - Zenn CLI編](https://zenn.dev/magurotuna/articles/run-zenn-cli-with-deno)
- [DenoでPowerline風OGP生成ツールを作った - notebook](https://swfz.hatenablog.com/entry/2023/12/03/071226)

0 comments on commit b289476

Please sign in to comment.