Skip to content

v1.2.0

Compare
Choose a tag to compare
@TheFes TheFes released this 21 Nov 15:51
· 28 commits to main since this release
2ea8240

✨ IMPROVEMENTS

  • The parameter not_use has been added to replace the month, week and millisecond parameters. If you use them in existing templates, it will still work, but not_use is more versatile, as you can exclude all time periods using it. Using not_use you can provide the time periods you don't want to use in the output, by default only milliseconds are excluded. Possible values are year, month, week, day, hour, minute, second, millisecond or the abbreviated versions yr, mth, wk, day, hr, min, sec, ms. You can provide a list or a comma separated string, so 'yr, month' and ['yr', 'month'] will both work.
  • I will probably remove the month, week and millisecond in the future, so if you don't use the defaults, make sure to update to not_use

What's Changed

Full Changelog: v1.1.1...v1.2.0