- Notifications
You must be signed in to change notification settings - Fork0
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:code-found/rts.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v0.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:code-found/rts.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 10commits
- 15files changed
- 1contributor
Commits on Aug 8, 2025
- pallyoung committed
Aug 8, 2025 feat(config): auto-load cwd config and merge with options
- Wire registerRTS to loadConfigFromCwd (supports rts.config.json / rts.config.js)- Merge order: default -> file -> options (options take precedence)- Implement mergeConfig for RTSOptions (merge alias, append transformers)- Move RTSOptions to src/config/index.ts; import type in src/index.ts and tidy imports- Re-export loadConfigFromCwd from ./loader
pallyoung committedAug 8, 2025 test(config): add unit tests for loadConfigFromCwd and mergeConfig
- Cover loading from rts.config.json and rts.config.js (module.exports)- Handle no config file (returns undefined)- Verify mergeConfig merges alias and appends transformers; simple field override- Use isolated temp dirs with proper cleanup- File: test/config.test.ts
pallyoung committedAug 8, 2025 - Remove bundle size (bundlephobia) badge- Remove CI and Codecov badges- Keep npm and GitHub badges
pallyoung committedAug 8, 2025
Commits on Aug 9, 2025
- pallyoung committed
Aug 9, 2025 chore: track Changeset files and add patch Changeset for CI and tests
- Remove .changeset/*.md from .gitignore to allow committing Changeset entries- Add .changeset/ten-chefs-slide.md (patch) describing CI workflow addition and test case fixes
ci(release): publish on PR merge to master; run Changesets version
- Switch workflow trigger to pull_request.closed on master and guard with merged == true- Keep manual trigger via workflow_dispatch- Setup pnpm (v10) before Node.js 20 with pnpm cache- Add a dedicated 'Version' step (pnpm run changeset:version) before publish- Align Changesets config: baseBranch set to master' and commit enabled- Minor polish in release script messaging/flow
pallyoung committedAug 9, 2025
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.0.3...v0.0.4
Uh oh!
There was an error while loading.Please reload this page.