Skip to content

v1.6.2

Choose a tag to compare

@jph00 jph00 released this 04 Aug 02:56
· 160 commits to master since this release

New Features

  • Allow attrs to be added to FT using __call__ (#591)
  • Experimental support for FT.__call__, h/t @cgarciae (#590)
  • FT interoperability with Django and Jinja using __html__() protocol (#589), thanks to @collinanderson