v1.2.0
✨ IMPROVEMENTS
- The parameter
not_usehas been added to replace themonth,weekandmillisecondparameters. If you use them in existing templates, it will still work, butnot_useis more versatile, as you can exclude all time periods using it. Usingnot_useyou 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,millisecondor 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,weekandmillisecondin 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