Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
2 changes: 1 addition & 1 deletion .release-please-manifest.premain.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0-rc.1"
".": "0.2.0-rc.2"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.3.0](https://github.com/theory-cloud/FaceTheory/compare/v0.2.0...v0.3.0) (2026-03-28)


### Features

* add external svelte library host example ([1879ed0](https://github.com/theory-cloud/FaceTheory/commit/1879ed0d79309cd36ab418ebe72d5ef644b1150b))
* add FaceTheory SPA navigation helpers ([0fa261d](https://github.com/theory-cloud/FaceTheory/commit/0fa261d37b162c6e3873da3e6e3404fde723c73e))
* Create new log files for tools, websocket, workflow, authentica… ([60a9439](https://github.com/theory-cloud/FaceTheory/commit/60a943951dad7b95c8762dae13c73da0082b284a))
* Create new log files for tools, websocket, workflow, authentication, filesystem, and security. ([cd532e0](https://github.com/theory-cloud/FaceTheory/commit/cd532e0a6ad88ecc70df3618dfa73c8ab0d5c0e0))
* expose document shell attrs in render contract ([728b604](https://github.com/theory-cloud/FaceTheory/commit/728b60496667b901be0e01de676ce9b95da97b71))
* implement R4 blocking ISR runtime ([84aa063](https://github.com/theory-cloud/FaceTheory/commit/84aa0635a8d0bfcd86fff8af341b10fefcbba526))
* implement R5 streaming style strategy ([d187be1](https://github.com/theory-cloud/FaceTheory/commit/d187be13753d0c798083bc1291b9ac21ff4f8a6e))
* implement R6 vue and svelte parity ([fde40d6](https://github.com/theory-cloud/FaceTheory/commit/fde40d61646e58c4fef15beaf9f5474ac0c05535))


### Bug Fixes

* **ci:** allow release infra premain merges ([263f5df](https://github.com/theory-cloud/FaceTheory/commit/263f5df2ae7cb841d88e1704159585bb47969022))
* **ci:** allow staging premain sync prs ([e895398](https://github.com/theory-cloud/FaceTheory/commit/e895398c3c8e4ae8e978e9f8ed15f4b227ac6e71))
* **release:** align prerelease doc versioning ([bc03012](https://github.com/theory-cloud/FaceTheory/commit/bc030120b1507ba29413b2294e1bd4040a8b2e2f))
* **release:** align prerelease doc versioning ([349a7b8](https://github.com/theory-cloud/FaceTheory/commit/349a7b8808bd7edbe7f0a6cbd05706283ebbe019))

## [0.2.0-rc.2](https://github.com/theory-cloud/FaceTheory/compare/v0.2.0-rc.1...v0.2.0-rc.2) (2026-03-28)


### Bug Fixes

* **ci:** allow staging premain sync prs ([e895398](https://github.com/theory-cloud/FaceTheory/commit/e895398c3c8e4ae8e978e9f8ed15f4b227ac6e71))

## [0.2.0-rc.1](https://github.com/theory-cloud/FaceTheory/compare/v0.2.0-rc...v0.2.0-rc.1) (2026-03-28)

### Features
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ FaceTheory is a TypeScript runtime for AWS-first SSR, SSG, and blocking ISR with

Canonical documentation lives under [docs/README.md](./docs/README.md).

## Install v0.2.0-rc.1 <!-- x-release-please-version -->
## Install v0.3.0 <!-- x-release-please-version -->

Install the exact GitHub release tarball:

```bash
export FACETHEORY_VERSION=0.2.0-rc.1 # x-release-please-version
export FACETHEORY_VERSION=0.3.0 # x-release-please-version
npm install --save-exact \
"https://github.com/theory-cloud/FaceTheory/releases/download/v${FACETHEORY_VERSION}/theory-cloud-facetheory-${FACETHEORY_VERSION}.tgz"
```
Expand Down Expand Up @@ -56,7 +56,7 @@ export const handler = createLambdaUrlStreamingHandler({ app });

`createLambdaUrlStreamingHandler()` expects Lambda's `awslambda.streamifyResponse` global at runtime. Outside Lambda, test request handling with `handleLambdaUrlEvent(app, event)` or pass the optional `awslambda` adapter explicitly.

The `v0.2.0-rc.1` GitHub release also ships the matching `facetheory-reference-${FACETHEORY_VERSION}.tar.gz` bundle, which contains the canonical docs, runnable examples, and reference deployment stacks for offline use. <!-- x-release-please-version -->
The `v0.3.0` GitHub release also ships the matching `facetheory-reference-${FACETHEORY_VERSION}.tar.gz` bundle, which contains the canonical docs, runnable examples, and reference deployment stacks for offline use. <!-- x-release-please-version -->

## Repository Development

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-rc.1 # x-release-please-version
0.3.0 # x-release-please-version
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ FaceTheory is a TypeScript runtime for AWS-first SSR, SSG, and blocking ISR with

Use this doc set for supported interfaces, setup, verification, troubleshooting, and deployment guidance. Keep roadmap or planning material out of this navigation path.

The `v0.2.0-rc.1` GitHub release ships the runtime tarball, a reference bundle with docs plus examples, and `SHA256SUMS.txt` so consumers can install without cloning the repository. <!-- x-release-please-version -->
The `v0.3.0` GitHub release ships the runtime tarball, a reference bundle with docs plus examples, and `SHA256SUMS.txt` so consumers can install without cloning the repository. <!-- x-release-please-version -->
2 changes: 1 addition & 1 deletion docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Primary package exports are defined in `ts/package.json`. The repository also in
Install the exact release asset before wiring one of the adapter surfaces into your application:

```bash
export FACETHEORY_VERSION=0.2.0-rc.1 # x-release-please-version
export FACETHEORY_VERSION=0.3.0 # x-release-please-version
npm install --save-exact \
"https://github.com/theory-cloud/FaceTheory/releases/download/v${FACETHEORY_VERSION}/theory-cloud-facetheory-${FACETHEORY_VERSION}.tgz"
```
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use the exact GitHub release asset so your application stays pinned to the publi
### Step 1: Install FaceTheory

```bash
export FACETHEORY_VERSION=0.2.0-rc.1 # x-release-please-version
export FACETHEORY_VERSION=0.3.0 # x-release-please-version
npm install --save-exact \
"https://github.com/theory-cloud/FaceTheory/releases/download/v${FACETHEORY_VERSION}/theory-cloud-facetheory-${FACETHEORY_VERSION}.tgz"
```
Expand Down Expand Up @@ -125,7 +125,7 @@ Important default:

## Reference Bundle

The `v0.2.0-rc.1` GitHub release includes the matching `facetheory-reference-${FACETHEORY_VERSION}.tar.gz` bundle. It contains: <!-- x-release-please-version -->
The `v0.3.0` GitHub release includes the matching `facetheory-reference-${FACETHEORY_VERSION}.tar.gz` bundle. It contains: <!-- x-release-please-version -->

- `docs/` canonical consumer and operator docs
- `ts/examples/` runnable React, Vue, Svelte, and SSG examples
Expand Down
Loading