Improvements
- Add `StatementCondition` class, with a function resolver as a replacement for `ConditionDict`.
Removes
- Removes constants `CONDITION_MODIFIERS` and `CONDITION_FUNCTIONS` from `pycfmodel/constants.py`
- Removes `is_conditional_dict` from `pycfmodel/utils.py`
Fixes
- Update `CLOUDFORMATION_ACTIONS`
- Change Metadata dict values to accept any type.