Releases: starfederation/datastar-python
Releases · starfederation/datastar-python
v0.6.5
What's Changed
- Allow filtering on data-persist and data-json-signals by @gazpachoking in #19
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- Add support for data-style by @travispaxton in #11
- Run the pre-commit hooks in a github action by @gazpachoking in #12
- Create README for examples to make them simple to run by @axelknock in #9
- metadata: PEP 639 compliance by @vivodi in #14
- chore(lint): enable Ruff's pydocstyle (D) rules by @vivodi in #15
- Adds delay modifier to attributes by @Bobowski in #16
- fix data-on-intersect attribute generator by @gazpachoking in #18
New Contributors
- @travispaxton made their first contribution in #11
- @vivodi made their first contribution in #14
- @Bobowski made their first contribution in #16
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
- Use runnable code in README snippets by @axelknock in #3
- Close generators on client abort with sanic datastar_response by @gazpachoking in #4
- Fix python <3.11 compat. fix #5 by @gazpachoking in #6
New Contributors
- @axelknock made their first contribution in #3
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Fix runtime type introspection for datastar_response decorator by @gazpachoking in #2
Full Changelog: v0.6.1...v0.6.2
v0.6.1
Fixed
- Sanic
DatastarResponse
now properly handles a collection of events.
Full Changelog: v0.6.0...v0.6.1
v0.6.0
- Updated to support Datastar 1.0.0-RC.1
- Added
@datastar_response
decorator to facilitate generator handlers that yield Datastar events.
This SDK release is not compatible with older versions of Datastar.