Skip to content

v0.52.0

Compare
Choose a tag to compare
@kyoshino kyoshino released this 30 Dec 19:36
· 66 commits to main since this release
9dd4277
  • The date transformation now supports the time zone argument. The only available value is utc, which converts a date to UTC. This is useful if the specified DateTime field is local, but you want to force UTC in the entry slug, e.g. {{date | date('YYYYMMDD-HHmm', 'utc')}}. This solves #278 (comment).
  • Bug fixes and improvements.

Full Changelog: v0.51.1...v0.52.0