Skip to content

v0.8.3

Compare
Choose a tag to compare
@novaugust novaugust released this 07 Aug 17:07
· 234 commits to main since this release

Improvements

  • DateTime rewrites (#62, ht @milmazz)
    • DateTime.compare => DateTime.{before/after} (elixir >= 1.15)
    • Timex.now => DateTime.utc_now
    • Timex.today => Date.utc_today

Fixes

  • Pipes: add ===, !==, and, or, != to list of valid infix operators (#64, ht @ugurtepecik)