Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b58f902

Browse files
authored
release: v0.5.1023 — feat(ios) #1301 setup --development + fix(compile) #1304 vendored optional_frameworks (#1306)
Folds two PRs that merged post-v0.5.1022 without version bumps. See CHANGELOG.md for the rollup.
1 parent eaf94c0 commit b58f902

4 files changed

Lines changed: 85 additions & 72 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Detailed changelog for Perry. See CLAUDE.md for concise summaries.
44

5+
## v0.5.1023 — feat(ios) #1301 setup --development + fix(compile) #1304 vendored optional_frameworks
6+
7+
Folds two PRs that merged post-v0.5.1022 without version bumps:
8+
9+
- **#1301 / #1302** `feat(ios): perry setup ios --development + on-device
10+
dev-sign path` — adds a `--development` flag to `perry setup ios` and an
11+
on-device development-signing path so iOS apps can run on physical
12+
devices without going through the App Store Connect provisioning flow.
13+
- **#1304 / #1305** `fix(compile): link vendored optional_frameworks
14+
gated on frameworks_env` — `optional_frameworks` from the native
15+
manifest are now only linked when the `PERRY_FRAMEWORKS` env var
16+
enables them, matching the gating contract the manifest doc spells out.
17+
518
## v0.5.1022 — ci(benchmark): refresh binary-size baseline after v0.5.455 → v0.5.1021 release cycle
619

720
Regression Check `binary-size` job failed on v0.5.1021 against the old

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
88

99
Perry is a native TypeScript compiler written in Rust that compiles TypeScript source code directly to native executables. It uses SWC for TypeScript parsing and LLVM for code generation.
1010

11-
**Current Version:** 0.5.1022
11+
**Current Version:** 0.5.1023
1212

1313

1414
## TypeScript Parity Status

0 commit comments

Comments
 (0)