39a7fac34 Add .hugo_build.lock to .gitignore 920c716a4 fix a typo: to -> two (#1545) 6f0ba9593 Remove godocref from front matter (#1543) 8ec3d5948 remove link to wercker (#1544) b56008719 Delete deployment-with-wercker.md (#1542) e33d29b02 Fix broken links (#1538) 29e9d4c21 Sort commenting systems (#1541) 0b7ea60a7 Delete the news page "HTTP/2 Server Push in Hugo" 6e1515857 Fix quick-start.md (#1525) 62168ab35 Update comments.md (#1535) d92191512 Small typo (#1539) 129c8834a Correct the PostCSS noMap default value (#1534) 6a5b29fcc Add example to index function (#1536) e3dd8c507 Update output-formats.md 0c9321ca0 Remove reference to using LiveReload in production environment 4072d6776 Mod testing 09fabf7d6 Fix typo (#1524) 2fce813c8 Fix grammatical error in quick-start.md (#1523) 45230ab4a Hugo Mod testing 2dd4cd9e7 Update index.md 2c3ed62fd netlify: Bump to 0.88.1 648e2a007 Merge branch 'tempv0.88.1' f216eade1 releaser: Add release notes to /docs for release of 0.88.1 8a7b64d4b Fix typographical errors in 0.88.0 release notes a4bf86300 Release 0.88 738bb8f38 releaser: Add release notes to /docs for release of 0.88.0 8fcf2c55d highlight: Remove some pygments references f2b173de2 HTTPS link c88881c8e Adding link to nginx documentation 6b0a74fe0 Fix typos in docs (#1516) 498b8f0f1 Fix typos in time.Format (#1515) 28723fad6 Fix taxonomy and term examples (#1514) 3ffd00e12 Update front-matter.md 7cc1da82e Fix grammar in 0.86.1 release notes (#1510) 0009c51c3 Update docs helper 7e2f430f4 Update index.md 7857eae7e releaser: Add release notes to /docs for release of 0.87.0 1f08b684b releaser: Add release notes to /docs for release of 0.87.0 36a9e701c docs: Adjust config docs 0f588438e docs: Regen CLI docs 1b4682cd8 docs: Regen docs helper bc8bbaae9 Merge commit 'bd77f6e1c99e04a476f0b1bb4e44569134e02399' into release-0.87.0 6f2480643 docs: Adjust time zone docs git-subtree-dir: docs git-subtree-split: 39a7fac343c289906db644c96079fdcc0298582f
10 KiB
date: 2021-08-03 title: "Localized Time and Dates and Numbers" description: "Hugo 0.87.0 brings time zone support, localized time and dates and numbers backed by CLDR, and more." categories: ["Releases"]
Hugo 0.87
brings two long sought-after features: Default time zone support (per language if needed) for dates without zone offset or location info, and localized time and dates and numbers (backed by CLDR).
For more information, see:
- The time zone config documentation.
- The time.Format documentation. This function will now give you localized dates (with weekdays and months in the current language). It supports all of Go's layout syntax, but also some predefined constants, e.g.
{{ .Date | time.Format ":date_long" }}
. - A set of new localized number formatting functions.
Also in this release, we have switched to using go-toml for all things TOML in Hugo. A big thanks to @pelletier for his work on the v2
version. It's both faster than what we had and TOML v1.0.0 compliant.
This release represents 40 contributions by 4 contributors to the main Hugo code base.@bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @dependabot[bot], @digitalcraftsman, and @jmooring for their ongoing contributions.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 1 contributions by 1 contributors.
Hugo now has:
- 53261+ stars
- 430+ contributors
- 395+ themes
Notes
Enhancements
Templates
- Adjust tests to handle matching local time zones 9ff17c33 @bep #8843
- Add new localized versions of lang.FormatNumber etc. 7907d24b @bep #8820
Other
- Make sure module config loading errors have file positioning info d70c4857 @bep #8845
- Remove superflous replace statement 7aaaf7e3 @bep
- Reduce binary size vs locale, update to CLDR v36.1 3a966555 @bep #8839#8841
- Update github.com/tdewolff/minify/v2 v2.9.20 => v2.9.21 9a7383ca @jmooring #8831
- Fail on invalid time zone 4d221ce4 @bep #8832
- Improve handling of Params e3dc5240 @bep #8825
- Merge branch 'release-0.86.1' 268065cb @bep
- bump github.com/evanw/esbuild from 0.12.16 to 0.12.17 e90b3591 @dependabot[bot]
- bump github.com/getkin/kin-openapi from 0.67.0 to 0.68.0 4b7da6a9 @dependabot[bot]
- Go back to WARNING for Page deprecations 726fe9c3 @bep
- Handle toml.LocalDate and toml.LocalDateTime in front matter b5de37ee @bep #8801
- Upgrade github.com/pelletier/go-toml/v2 v2.0.0-beta.3 => v2.0.0-beta.3.0.20210727221244-fa0796069526 bf301daf @bep
- Switch to go-toml v2 a3701e09 @bep #8801
- bump github.com/tdewolff/minify/v2 from 2.9.19 to 2.9.20 40b6016c @dependabot[bot]
- Add a TOML front matter benchmark 7e130571 @bep
- Add timezone support for front matter dates without one efa5760d @bep #8810
- Localize time.Format a57dda85 @bep #8797
- bump github.com/getkin/kin-openapi from 0.61.0 to 0.67.0 f9afba93 @dependabot[bot]
- bump github.com/spf13/cast from 1.3.1 to 1.4.0 a5d2ba42 @dependabot[bot]
- bump google.golang.org/api from 0.45.0 to 0.51.0 31972f36 @dependabot[bot]
- bump github.com/sanity-io/litter from 1.5.0 to 1.5.1 2e58782f @dependabot[bot]
- bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13 7b68f652 @dependabot[bot]
- bump github.com/spf13/cobra from 1.1.3 to 1.2.1 81265af2 @dependabot[bot]
- bump github.com/mitchellh/mapstructure from 1.3.3 to 1.4.1 c102c971 @dependabot[bot]
- bump github.com/google/go-cmp from 0.5.5 to 0.5.6 7c0f904f @dependabot[bot]
- bump github.com/mitchellh/hashstructure from 1.0.0 to 1.1.0 b2fbd4d1 @dependabot[bot]
- bump github.com/gobuffalo/flect from 0.2.2 to 0.2.3 90041d1b @dependabot[bot]
- bump github.com/pelletier/go-toml from 1.9.0 to 1.9.3 05047096 @dependabot[bot]
- bump github.com/aws/aws-sdk-go from 1.38.23 to 1.40.8 a469156e @dependabot[bot]
- bump github.com/tdewolff/minify/v2 from 2.9.18 to 2.9.19 18fdd85b @dependabot[bot]
- Update github.com/evanw/esbuild v0.11.16 => v0.12.16 aeb1935d @bep
- Update github.com/yuin/goldmark v1.3.9 => v1.4.0 e09d7882 @bep
- bump github.com/frankban/quicktest from 1.12.0 to 1.13.0 15c0eed0 @dependabot[bot]
- Bump all long-living deprecations to ERRORs 91cbb963 @bep