Skip to content

v0.3.0

Compare
Choose a tag to compare
@philvarner philvarner released this 09 Dec 16:28
· 14 commits to main since this release
b33ba82

[0.3.0] - 2024-12-6

Added

none

Changed

  • OrderStatusCode and ProviderRole are now StrEnum instead of (str, Enum)
  • All types using Result[A, Exception] have been replace with the equivalent type ResultE[A]
  • Order and OrderCollection extend _GeoJsonBase instead of Feature and FeatureCollection, to allow for tighter constraints on fields

Deprecated

none

Removed

none

Fixed

none

Security

none