Skip to content

v1.7.0

Compare
Choose a tag to compare
@djl997 djl997 released this 25 Oct 08:17
· 12 commits to main since this release

Added

  • New cascade directives to make a certain amounts of time more readable for humans by @CorwinDev and myself
    • @cascadeFromMinutes
    • @cascadeFromHours
    • @cascadeFromDays
    • @cascadeFromWeeks
    • @cascadeFromMonths
  • New directive to output safe HTML newlines @nl2br by @CorwinDev

Updated

  • The directives @date, @datetime, @year, @month, @day and @time now return the current date if no arguments are passed, but if you pass null (hard-coded, or dynamically) the directive will echo an empty string.