5.4.0
Version 5.4.0
NOTE: I see i tagged the last version 5.4.5 isntead of 5.3.4 in github release tags. Last release is still released as 5.3.4 at pypi. so i'll just keep things as is in github.
Features
- Allow None values through and skip them.
- Allow primitives through without having to cast them to str first.
- Add Decimal as an allowed primitive.
Internal
- Run tests on python 3.14
What's Changed
- Allow primitives through without having to cast them to str by @thomasborgen in #60
- Internal/also run tests on 3.14 by @thomasborgen in #61
- Allow None in children, but ignore it in output by @thomasborgen in #59
- Release/5.4.0 by @thomasborgen in #62
Full Changelog: 5.4.5...5.4.0