v1.2.0
✨ IMPROVEMENTS
- The parameter
not_use
has been added to replace themonth
,week
andmillisecond
parameters. If you use them in existing templates, it will still work, butnot_use
is more versatile, as you can exclude all time periods using it. Usingnot_use
you can provide the time periods you don't want to use in the output, by default only milliseconds are excluded. Possible values areyear
,month
,week
,day
,hour
,minute
,second
,millisecond
or the abbreviated versionsyr
,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
andmillisecond
in the future, so if you don't use the defaults, make sure to update tonot_use
What's Changed
Full Changelog: v1.1.1...v1.2.0