这是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.5.0
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.5.1
Choose a head ref
  • 12 commits
  • 75 files changed
  • 2 contributors

Commits on Jul 8, 2025

  1. fix: fixed broken references in README.md (#35)

    * Fixed reference to pdf file in readme
    
    * Fit reference to software-engineer.yml aswell
    jimmydg authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    b992dba View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. refactor: revise comments in types

    Making it more aligned and consistent
    
    Issue: #28
    xiaohanyu committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    dbb86b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a88ba00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e78503 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Configuration menu
    Copy the full SHA
    b1221b1 View commit details
    Browse the repository at this point in the history
  2. fix: sunset datetime for validation error message

    Replaced consola with console when validate resumes with errors.
    xiaohanyu committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    d34a6b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47e0db4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    682016b View commit details
    Browse the repository at this point in the history
  5. feat: prettify yaml.parse error in clang style

    Just to align with zod schema validation error style.
    
    Before:
    
    ```
     ERROR  Invalid YAML format: Nested mappings are not allowed in compact mappings at line 6, column 10:
    
       name: A
             ^
    ```
    
    After:
    
    ```
    
    /Users/hanyu/tmp/yamlresume/my-resume.yml:6:10: error: Nested mappings are not allowed in compact mappings.
       name: A
             ^
    ```
    xiaohanyu committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    deb61bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2882a01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57afa48 View commit details
    Browse the repository at this point in the history
  8. chore(release): 0.5.1

    xiaohanyu committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    99deaae View commit details
    Browse the repository at this point in the history
Loading