- **cap_tools.models.Info**: add parameters_to_dict and parameters_from_dict methods - **cap_tools.models.Info**: add event_codes_to_dict and event_codes_from_dict methods - **cap_tools.models.Area**: add geocode_to_dict and geocode_from_dict methods
Refactor
- **tests**: move quick tests to dedicated module
2.2.0
Feat
- **cap_tools.models.Area**: add geocodes_to_dict and geocodes_from_dict methods
2.1.0
Feat
- **cap_tools.models.Info**: add get_language and set_language methods
2.0.0
BREAKING CHANGE
- It is very unlikely that this change will affect you. This default value is only relevant when using the Python API to create Alerts, where it now throws an error when omitting a value.
Refactor
- remove default="" from value attributes of ValueName and Value
1.1.0
Feat
- remove kw_only=True from dataclasses with 2 or less attributes