Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 384 Bytes

history.md

File metadata and controls

15 lines (15 loc) · 384 Bytes

{% if (changelog) { changelog.forEach(function(details, version) { var detailsDate = details.detailsDate; if (detailsDate instanceof Date) { detailsDate = moment(detailsDate).format('YYYY-MM-DD'); } print('\n * ' + [ detailsDate, version, details.changes.join(' '), ].join('\u2003\u2003\u2003')); }); } else { %} (Nothing yet) {% } %}