Skip to content

Releases: lukasmasuch/streamlit-pydantic

v0.6.1-rc.3

18 Aug 16:35
Compare
Choose a tag to compare
v0.6.1-rc.3 Pre-release
Pre-release
Fix workflow

v0.6.1-rc.2

17 Aug 19:09
Compare
Choose a tag to compare
v0.6.1-rc.2 Pre-release
Pre-release
Update release workflow

0.6.0

29 Mar 14:33
Compare
Choose a tag to compare
v0.6.0

Clean up readme

0.5.0

17 Nov 16:40
Compare
Choose a tag to compare

PyPi Release

🎁 Features & Improvements

  • Add support for union class (see example)
  • Add support for overwriting streamlit args (see example)
  • Add support for read only string fields.
  • Using non-beta streamlit functions now (#8) by @BenediktPrusas

👥 Contributors

Thanks to @BenediktPrusas, @lukasmasuch for the contributions.

0.4.0

19 Jul 17:38
Compare
Choose a tag to compare

PyPi Release

🎁 Features & Improvements

  • Add support for dataclasses
  • Introduce multi-line format option for text area
  • Add option to ignore_empty_values (applied on "" string or 0 int value)
  • Change input_class parameter to model

👥 Contributors

Thanks to @lukasmasuch for the contributions.

0.3.0

17 Jul 00:44
Compare
Choose a tag to compare

PyPi Release

🎁 Features & Improvements

  • Add support for literal expression for enums.
  • Support default values for enum sets (multiselect).

👥 Contributors

Thanks to @lukasmasuch for the contributions.

0.2.0

11 Jul 16:05
Compare
Choose a tag to compare

PyPi Release

🎁 Features & Improvements

  • Add support for pydantic_form method as proposed by @benlindsay here.
  • Allow creating multiple forms within the same Streamlit application.
  • Implement playground application to showcase examples.

📝 Documentation

  • Update documentation with lots of examples.
  • Improve API documentation.

👥 Contributors

Thanks to @lukasmasuch and @benlindsay for the contributions.

0.1.0

11 Jul 15:50
Compare
Choose a tag to compare

🎁 Features & Improvements

  • Extract UI-generation logic from opyrator
  • Create initial API for usage within Streamlit App.

👥 Contributors

Thanks to @lukasmasuch for the contributions.