[0.1.3] 2024-02-26
What's Changed
- Revert nodes get functions to default components to
NodeComponents.NONE
instead ofALL
. - Added
Enlkind
endpoint and models. - Update local testing/linting configuration.
- Add testing for
utils
methods. - Add
mypy
for type checking during development. - Add
pyonms.utils.check_ip_address()
to validate IP addresses. - Fix type hint for
models.Info
'sversion
anddatetimeformatConfig
attributes. - Rename all
_to_dict()
methods toto_dict()
. Added stub method reference to keep backward compatibility.
Full Changelog: v0.1.2...v0.1.3