Skip to content

Commit 6196364

Browse files
committed
docs: update release notes for version 6.0.0-rc.0 and add AppRun Agent Skill details
1 parent 061b51e commit 6196364

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

WHATSNEW.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version 6.0.0 is a release-readiness cleanup for the breaking API work. It makes
99
- `safeHTML()` remains as a deprecated alias for one migration window, but the preferred name is `trustedHTML()` because AppRun does not sanitize HTML.
1010
- `query()` is removed. Use `runAsync()` for event result collection.
1111
- Router patterns now support `:param` and `*`, with exact routes still taking precedence.
12+
- Added the AppRun Agent Skill for AI coding agents. Install it with `npx skills add yysun/apprun` to get AppRun-specific guidance for MVU components, events, routing, custom elements, and repo test coverage.
1213
- The npm package now publishes only the intended generated assets, exposes CJS/ESM entry points through `exports`, treats `immer` as an optional peer for `createState`, and keeps generated `dist`, `esm`, `jsx-runtime.js`, and demo bundles out of source commits.
1314
- CI now runs tests, build, lint, and `npm pack --dry-run`.
1415

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apprun",
3-
"version": "6.0.0",
3+
"version": "6.0.0-rc.0",
44
"description": "JavaScript library that has Elm inspired architecture, event pub-sub and components",
55
"main": "dist/apprun.js",
66
"module": "esm/apprun.js",

0 commit comments

Comments
 (0)