irisout 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/dist/index.js +6024 -6010
  3. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # 変更履歴
2
2
 
3
- ## 0.2.1 - 未公開
3
+ ## 0.2.2 - 2026-09-12
4
+
5
+ - 導入手順、実装状況、開発計画の記述を現状に合わせた。
6
+ - irisoutを使うアプリ開発用スキルの対象と手順を整理した。
7
+
8
+ 公開入口、記法、生成コードの変更はない。
9
+
10
+ ## 0.2.1 - 2026-09-11
4
11
 
5
12
  - `signal((previous) => next)`による関数形式の更新を追加した。
6
13
  - `signal(initial, keyOf)`と`.update(key, updater)`を削除した。