Releases: AnswerDotAI/fastcore
Releases · AnswerDotAI/fastcore
v1.6.7
New Features
- Do not update
-
to _
if special chars present in ft
(#601)
v1.6.6
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
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
New Features
attrmap
and hyperscript support in fastcore.xml.FT (#595)
v1.6.2
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.5.55
New Features
Bugs Squashed
<!doctype html>
should be a void tag type (#585)