-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Comparing changes
Open a pull request
base repository: gohugoio/hugo
base: v0.128.2
head repository: gohugoio/hugo
compare: v0.129.0
- 14 commits
- 23 files changed
- 3 contributors
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for edeed52 - Browse repository at this point
Copy the full SHA edeed52View commit details
Commits on Jul 6, 2024
-
Also move the non crypto hash funcs into this new package. This is much faster than e.g. MD5, especially for larger inputs: ``` BenchmarkXxHash/xxHash_43-10 9917955 112.2 ns/op 56 B/op 4 allocs/op BenchmarkXxHash/mdb5_43-10 6017239 204.1 ns/op 96 B/op 3 allocs/op BenchmarkXxHash/fnv32a_43-10 14407333 82.30 ns/op 16 B/op 1 allocs/op BenchmarkXxHash/xxHash_4300-10 2916892 409.7 ns/op 56 B/op 4 allocs/op BenchmarkXxHash/mdb5_4300-10 159748 7491 ns/op 4912 B/op 3 allocs/op BenchmarkXxHash/fnv32a_4300-10 218210 5510 ns/op 16 B/op 1 allocs/op ``` Fixes #12635
Configuration menu - View commit details
-
Copy full SHA for 644d554 - Browse repository at this point
Copy the full SHA 644d554View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251a23e - Browse repository at this point
Copy the full SHA 251a23eView commit details -
Updated bep/gitmap to v1.4.0, to get commit message's Body. Added Body to GitInfo struct. Docs upated with commit body example. Fixes #10905
Configuration menu - View commit details
-
Copy full SHA for 0ee2610 - Browse repository at this point
Copy the full SHA 0ee2610View commit details -
Use xxHash for the change detector
Much faster compared to MD5: ``` name old time/op new time/op delta HashingFs-10 21.3µs ± 2% 3.2µs ±17% -84.96% (p=0.029 n=4+4) name old alloc/op new alloc/op delta HashingFs-10 12.9kB ± 0% 12.8kB ± 1% -1.31% (p=0.029 n=4+4) name old allocs/op new allocs/op delta HashingFs-10 10.0 ± 0% 7.0 ± 0% -30.00% (p=0.029 n=4+4) ``` Updates #12643
Configuration menu - View commit details
-
Copy full SHA for fb8909d - Browse repository at this point
Copy the full SHA fb8909dView commit details
Commits on Jul 7, 2024
-
commands: Simplify the browser live reload logic
And improve the logging for live reload. Closes #12643
Configuration menu - View commit details
-
Copy full SHA for 094f746 - Browse repository at this point
Copy the full SHA 094f746View commit details -
commands: Fix --navigateToChanged server behavior when editing headle…
…ss content Fixes #12648
Configuration menu - View commit details
-
Copy full SHA for cc2d19e - Browse repository at this point
Copy the full SHA cc2d19eView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f42d97 - Browse repository at this point
Copy the full SHA 0f42d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce5a2ce - Browse repository at this point
Copy the full SHA ce5a2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 439f07e - Browse repository at this point
Copy the full SHA 439f07eView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7be0377 - Browse repository at this point
Copy the full SHA 7be0377View commit details -
Throw error if resources.PostProcess is used in a deferred template
That just doesn't work. See #12655
Configuration menu - View commit details
-
Copy full SHA for f0ed91c - Browse repository at this point
Copy the full SHA f0ed91cView commit details -
tpl: Use xxHash instead of MD5 to hash the deferred templates
Motivation is performance. These templates are typically very small, so the win is minor, I guess.
Configuration menu - View commit details
-
Copy full SHA for 4d8bfa7 - Browse repository at this point
Copy the full SHA 4d8bfa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85be29 - Browse repository at this point
Copy the full SHA e85be29View commit details
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.128.2...v0.129.0