Skip to content

0.2.1

Compare
Choose a tag to compare
@blacksmithgu blacksmithgu released this 23 Mar 23:09
· 740 commits to master since this release

Small fixes.

  • #50: Fix special characters in links; all special characters should now work.
  • #52: Add date.week (week of month), date.weekyear (week of year), and date.weekday (day in week).
  • Add support for parsing 'null' explicitly, so you can now compare against null (field != null).