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: vuejs/vitepress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.0
Choose a base ref
...
head repository: vuejs/vitepress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.1
Choose a head ref
  • 5 commits
  • 14 files changed
  • 1 contributor

Commits on Feb 12, 2022

  1. deps: bump vite + vue

    yyx990803 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    b404c66 View commit details
    Browse the repository at this point in the history
  2. feat: use git-based lastUpdated data

    - The main reason behind this change is because previously the FS-based
    timestamp is inaccurate and will change on every remote deployment in
    CI environments, resulting in cache invalidation on every build. Using
    git timestamps makes them stable.
    
    - This is now disabled by default for performance reasons, as getting
    the git timestamp requires spawning a child process and is expensive.
    To enable it, use the new `lastUpdated: true` config option.
    yyx990803 committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    d32d8d4 View commit details
    Browse the repository at this point in the history
  3. docs: enable lastUpdated

    yyx990803 committed Feb 12, 2022
    1 Configuration menu
    Copy the full SHA
    2b9f186 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. 1 Configuration menu
    Copy the full SHA
    2324948 View commit details
    Browse the repository at this point in the history
  2. release: v0.22.1

    yyx990803 committed Feb 14, 2022
    1 Configuration menu
    Copy the full SHA
    9f7323f View commit details
    Browse the repository at this point in the history
Loading