- Handle embedded quotes in `to_xml` ([604](https://github.com/fastai/fastcore/issues/604)) - Skip dict and listy valued attrs if empty in `ft` ([603](https://github.com/fastai/fastcore/issues/603))
1.6.8
New Features
- stringify list values in `ft` attr vals ([602](https://github.com/fastai/fastcore/issues/602)) - Allow `__ft__` methods to return tuples ([596](https://github.com/fastai/fastcore/pull/596)), thanks to [Rahulbeniwal26119](https://github.com/Rahulbeniwal26119)
1.6.7
New Features
- Do not update `-` to `_` if special chars present in `ft` ([601](https://github.com/fastai/fastcore/issues/601))
1.6.6
New Features
- Add `FT.get(k,default)` ([600](https://github.com/fastai/fastcore/issues/600)) - Add `Safe` str and return it from `to_xml` ([599](https://github.com/fastai/fastcore/issues/599)) - Feat: add an `indent` flag for `to_xml()` ([594](https://github.com/fastai/fastcore/pull/594)), thanks to [phact](https://github.com/phact)
1.6.5
New Features
- Add `valmap` to `ft` ([598](https://github.com/fastai/fastcore/issues/598)) - Allow embedding raw HTML inside FT templates using UTF-8 encoded bytes ([597](https://github.com/fastai/fastcore/pull/597)), thanks to [adamritter](https://github.com/adamritter) - Inline flag for `to_xml()` ([594](https://github.com/fastai/fastcore/pull/594)), thanks to [phact](https://github.com/phact)
1.6.4
New Features
- `attrmap` and hyperscript support in fastcore.xml.FT ([595](https://github.com/fastai/fastcore/issues/595))