Skip to content

Releases: globalaiplatform/langdiff

v0.2.0

19 Aug 10:44
Compare
Choose a tag to compare

What's Changed

  • Expose StreamingValue on package root
  • Support to_pydantic() for custom StreamingValue subclass
  • Support more complex type with Atom (e.g. Atom[BaseModel | None], Atom[list[BaseModel]])
  • Add PydanticType annotation for manual type specification

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Aug 09:11
3b2f08a
Compare
Choose a tag to compare

Initial release