Skip to content

Releases: AnswerDotAI/fastcore

v1.6.8

13 Aug 01:29
Compare
Choose a tag to compare

New Features

v1.6.7

11 Aug 18:48
Compare
Choose a tag to compare

New Features

  • Do not update - to _ if special chars present in ft (#601)

v1.6.6

11 Aug 08:45
Compare
Choose a tag to compare

New Features

  • Add FT.get(k,default) (#600)
  • Add Safe str and return it from to_xml (#599)
  • Feat: add an indent flag for to_xml() (#594), thanks to @phact

v1.6.5

10 Aug 20:38
Compare
Choose a tag to compare

New Features

  • Add valmap to ft (#598)
  • Allow embedding raw HTML inside FT templates using UTF-8 encoded bytes (#597), thanks to @adamritter
  • Inline flag for to_xml() (#594), thanks to @phact

v1.6.4

10 Aug 07:04
Compare
Choose a tag to compare

New Features

  • attrmap and hyperscript support in fastcore.xml.FT (#595)

v1.6.3

05 Aug 02:38
Compare
Choose a tag to compare

New Features

  • add ver2tuple (#593)

v1.6.2

04 Aug 02:56
Compare
Choose a tag to compare

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

v1.6.1

27 Jul 22:44
Compare
Choose a tag to compare

Breaking Changes

  • Rename XT to FT (#586)

v1.6.0

27 Jul 22:14
Compare
Choose a tag to compare

Breaking Changes

  • Rename XT to FT (#586)

v1.5.55

26 Jul 12:10
Compare
Choose a tag to compare

New Features

  • Add ValEnum

Bugs Squashed

  • <!doctype html> should be a void tag type (#585)