- Nothing changed yet.
- Fix KeyError when using as_dict() with a missing required dict field
- Fix ListNode passing wrong yaml node for child
- Add support for "variables"
- Give DictNode default instance access to parent and context
- Update README badges
- Add RegexNode
- DictNode fields know what their dict key was
- Add TypelessNode
- Add BoolNode
- Use yaml.safe_load
- Allow DictNode field to have a default value of None
- Cleanup package release tooling and documentation
- Fix a bit of broken documentation
- Start some basic Sphinx documentation for classes
- First release on PyPI.