Skip to content

v0.3.0

Compare
Choose a tag to compare
@docentYT docentYT released this 14 Mar 14:41
· 126 commits to main since this release
91c5298

Added

  • to_dict() method and from_dict() class method to Changeset. #7
  • Ability to set user_agent in Diff and Api class. #5
  • osm_object_primitive from_dict() class method now raises ValueError if the type key is not found.

Changed

  • Changeset is now exported from data_classes module.
  • More tests.