github-actions
released this
05 Aug 12:55
·
3342 commits
to master
since this release
Major Changes
-
bc6e5c0: Update plugin configuration API to use object only (
string
is no longer supported)Migration Notes
This only effects developers who used to override the
format
. You now need to specify it with a key!Before
plugins: - time: 'DD-MM-YYYY'
After
plugins: - time: format: 'DD-MM-YYYY'