-
Notifications
You must be signed in to change notification settings - Fork 20
Permalink
Choose 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 or
learn 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: yamlresume/yamlresume
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: yamlresume/yamlresume
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 62 files changed
- 1 contributor
Commits on Jul 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ba4ae63 - Browse repository at this point
Copy the full SHA ba4ae63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e26c3b - Browse repository at this point
Copy the full SHA 1e26c3bView commit details
Commits on Jul 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e9b955b - Browse repository at this point
Copy the full SHA e9b955bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be8909 - Browse repository at this point
Copy the full SHA 9be8909View commit details -
refactor: reposition layout.margins schemas
The schema are used used by `layout.margins`, so I move them out of primitives.ts
Configuration menu - View commit details
-
Copy full SHA for 66e0295 - Browse repository at this point
Copy the full SHA 66e0295View commit details -
feat: support section reordering
Users could specify `layout.sections.order` if they want to prioritize some sections to the front of the final PDF output. Issue: #12
Configuration menu - View commit details
-
Copy full SHA for 4841635 - Browse repository at this point
Copy the full SHA 4841635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 363830f - Browse repository at this point
Copy the full SHA 363830fView commit details -
feat: tolerate invalid date and fallback to string
When users are intented to write a customized date that cannot be parsed by `Date.parse()`, then we should respect users' intention.
Configuration menu - View commit details
-
Copy full SHA for 8c72cb3 - Browse repository at this point
Copy the full SHA 8c72cb3View commit details
Commits on Jul 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bd5758c - Browse repository at this point
Copy the full SHA bd5758cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb40283 - Browse repository at this point
Copy the full SHA eb40283View commit details -
refactor: get rid of magic-string thing in prod build
Originally the build output: ``` $ pnpm core build:prod > @yamlresume/yamlresume@0.5.0 core /Users/hanyu/work/yamlresume/yamlresume > pnpm --filter @yamlresume/core build\:prod > @yamlresume/core@0.5.0 build:prod /Users/hanyu/work/yamlresume/yamlresume/packages/core > tsup --dts --minify --sourcemap --tsconfig tsconfig.prod.json CLI Building entry: src/index.ts CLI Using tsconfig: tsconfig.prod.json CLI tsup v8.4.0 CLI Using tsup config: /Users/hanyu/work/yamlresume/yamlresume/packages/core/tsup.config.ts CLI Target: esnext CLI Cleaning output folder ESM Build start DTS Build start ESM dist/magic-string.es-PGO5ZCT3.js 21.44 KB ESM dist/index.js 99.37 KB ESM dist/magic-string.es-PGO5ZCT3.js.map 95.28 KB ESM dist/index.js.map 334.78 KB ``` So it seems that rollup/tree-shaking will generate `magic-string-xxx` thing in the build output. A possible reason: ``` The issue was that production code was importing nullifySchema from utils.ts, which also contained test utilities that imported vitest. This caused vitest (and its dependency magic-string) to be included in the production bundle. By separating the production schema utilities into their own file, we've eliminated this dependency leak. ``` This refactor get rid of magic-string thing in the final bundle output.
Configuration menu - View commit details
-
Copy full SHA for 3bbbf77 - Browse repository at this point
Copy the full SHA 3bbbf77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07de6d4 - Browse repository at this point
Copy the full SHA 07de6d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce62d31 - Browse repository at this point
Copy the full SHA ce62d31View commit details
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.5.1...v0.6.0