Releases: AnswerDotAI/fastcore
Releases · AnswerDotAI/fastcore
v1.5.54
New Features
flexicache
async support
- Handle exceptions in
flexicache
function (#582)
v1.5.53
New Features
- add
flexicache
, along with policies time_policy
and mtime_policy
(#581)
v1.5.51
New Features
- Add nullable dataclass functions (#577)
v1.5.50
New Features
- Add nullable dataclass functions (#577)
v1.5.49
New Features
- Add nullable dataclass functions (#577)
v1.5.48
New Features
- New
expand_wildcards
function (#576)
- New
replace_wildcards
CLI (#576)
v1.5.47
New Features
- Add
void_
attr to XT
and use for skipping closing tags in to_xml
(#575)
v1.5.46
New Features
- Unwrap
NotStr
passed to NotStr.__init__
(#574)
- Provide attr get/set in
XT
(#572)
- Handle non-str types in
to_xml
(#571)
v1.5.45
New Features
- Improve formatting of single child nodes in
to_xml
(#570)