这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

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
Choose a base ref
...
head repository: yamlresume/yamlresume
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 10 commits
  • 46 files changed
  • 1 contributor

Commits on Jun 16, 2025

  1. feat: add some fancy badges

    xiaohanyu committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    c49a5e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Configuration menu
    Copy the full SHA
    411362f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    ac4e3a1 View commit details
    Browse the repository at this point in the history
  2. 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
    xiaohanyu committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    9d6e08d View commit details
    Browse the repository at this point in the history
  3. 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.
    xiaohanyu committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    36b86b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e7f219 View commit details
    Browse the repository at this point in the history
  5. refactor: add tsc check

    TODO: enable tsc strict mode
    xiaohanyu committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    37aae2e View commit details
    Browse the repository at this point in the history
  6. 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
    xiaohanyu committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    f3edc01 View commit details
    Browse the repository at this point in the history
  7. feat: add 50+ languages

    xiaohanyu committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    790fe20 View commit details
    Browse the repository at this point in the history
  8. chore(release): 0.4.2

    xiaohanyu committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    dd97fcb View commit details
    Browse the repository at this point in the history
Loading