-
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.4.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.4.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 46 files changed
- 1 contributor
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c49a5e2 - Browse repository at this point
Copy the full SHA c49a5e2View commit details
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 411362f - Browse repository at this point
Copy the full SHA 411362fView commit details
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ac4e3a1 - Browse repository at this point
Copy the full SHA ac4e3a1View commit details -
refactor: sunset enum with as const assertion
After sunset all enums, the prod bundle size got reduced by 7%: before: ``` ESM dist/index.js 81.78 KB ESM dist/index.js.map 284.06 KB ESM ⚡️ Build success in 133ms DTS Build start DTS ⚡️ Build success in 1299ms DTS dist/index.d.ts 74.01 KB ``` after: ``` ESM dist/index.js 74.29 KB ESM dist/index.js.map 253.34 KB ESM ⚡️ Build success in 126ms DTS Build start DTS ⚡️ Build success in 1259ms DTS dist/index.d.ts 68.09 KB ``` non prod bundle also got reduced: before: ``` ESM dist/index.js 151.01 KB ESM ⚡️ Build success in 100ms ``` after: ``` ESM dist/index.js 107.34 KB ESM ⚡️ Build success in 83ms ``` ref: https://www.youtube.com/watch?v=jjMbPt_H3RQ
Configuration menu - View commit details
-
Copy full SHA for 9d6e08d - Browse repository at this point
Copy the full SHA 9d6e08dView commit details -
feat: sunset TiptapParser and related tiptap code
TiptapParser right now is only used by PPResume (https://ppresume.com), which should be moved out from yamlresume/core package.
Configuration menu - View commit details
-
Copy full SHA for 36b86b1 - Browse repository at this point
Copy the full SHA 36b86b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7f219 - Browse repository at this point
Copy the full SHA 6e7f219View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37aae2e - Browse repository at this point
Copy the full SHA 37aae2eView commit details -
fix: fallback to default value for unknown option
YAMLResume provides translations for some predefined list of options, and if the option is not in the list, then we should pass through and return the original option instead of `undefined` to the user when translating. Issue: #31
Configuration menu - View commit details
-
Copy full SHA for f3edc01 - Browse repository at this point
Copy the full SHA f3edc01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 790fe20 - Browse repository at this point
Copy the full SHA 790fe20View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd97fcb - Browse repository at this point
Copy the full SHA dd97fcbView 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.4.1...v0.4.2