Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1f4f616
newArch2
Nov 23, 2025
cfad2bf
Merge branch 'newArch2'
Nov 23, 2025
8909194
fix: migration form /prisma/migrations by default
Nov 24, 2025
28e3245
fix: capture prisma async state by value
Mar 14, 2026
cd52410
Add synchronous React Native reads
Jun 27, 2026
d151d08
重构 React Native Prisma 7 为同步驱动架构并移除旧原生引擎,支持 Expo SQLite 同步 CRUD 与事务回滚
Aug 25, 2026
75a5fea
升级开发基线到 Expo 58 canary,移除 fork 内 Expo 57 依赖树并对齐主工程运行环境
Aug 25, 2026
cc8788e
补齐 Prisma 7 在 React Native JSC 下的运行时兼容与幂等安装修补,移除 Node 内置模块依赖并自动准备同步查询客户端
Aug 25, 2026
69d4c3b
精简同步专用 API 命名并明确 Prisma 客户端准备脚本职责
Aug 25, 2026
45c2728
完善 Prisma 7.9 中文文档与可复现发布构建,统一客户端准备脚本并加入轻量混淆产物
Aug 25, 2026
1fc2fa6
精简 Prisma 7.9 工程配置并移除无原生模块后的无效自动链接声明
Aug 25, 2026
120e29f
新增 Prisma 7.9 SQLite 原生查询编译器并通过 Expo Modules 提供同步 iOS JSI 能力
Aug 25, 2026
2090949
接入 Hermes 原生 Query Compiler 并移除生成客户端运行时的 WebAssembly 依赖
Aug 25, 2026
f3805ce
更新中文文档说明 Hermes 同步架构与 release 预编译二进制交付方式
Aug 25, 2026
6310399
补齐 x86_64 模拟器预编译切片以支持通用 iOS Simulator Release 链接
Aug 25, 2026
fc6ced5
支持 PrismaClient 在设备端自动应用迁移并保持后续查询同步返回
Aug 25, 2026
04147a9
精简 React Native Prisma 公开入口与无用类型依赖,统一根包导入方式
Aug 25, 2026
c281704
更新中文文档说明迁移生成、设备应用流程与精简后的数据库用法
Aug 25, 2026
9e5f0bc
修正 Expo Canary 的 peer 版本范围以消除预发布依赖警告
Aug 25, 2026
cf3077c
兼容 Expo 58 Canary 的 SemVer 预发布匹配规则
Aug 25, 2026
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: 0 additions & 2 deletions .eslintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

19 changes: 0 additions & 19 deletions .github/actions/setup/action.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/check-updates.yml

This file was deleted.

27 changes: 13 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main

concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [push, pull_request]

jobs:
test:
name: Run test
uses: ./.github/workflows/test.yml
secrets: inherit
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- run: corepack enable
- run: yarn install --immutable
- run: yarn typecheck
- run: yarn prepare
108 changes: 0 additions & 108 deletions .github/workflows/test.yml

This file was deleted.

139 changes: 0 additions & 139 deletions .github/workflows/update-and-publish.yml

This file was deleted.

Loading