Releases: teamhide/fastapi-event
Releases · teamhide/fastapi-event
0.1.3
Feature
- Edit validator to class variable
0.1.2
Feature
- Replace BaseHTTPMiddleware to Raw ASGI Middleware
0.1.1
Feature
- Changed EventHandler publish method to private
- Changed the order of the EventAndParameter objectification of the
_get_sorted_event_maps()
method
0.0.9
Fix
- Add Inheritance
BaseModel
to EventAndParameter
- Add test codes
0.0.7
Feature
- Add order guarantee between events
Fix
- Fix default
run_at_once
to True
- Blackify
0.0.5
Feature
- Add run_at_once option to EventListener
Fix
- Add tests for EventHandlerValidator
- Add tests for EventListener
- Fix README.md
0.0.4
Feature
- Add test for EventHandler
- Add EventHandlerValidator
- Allow BaseEvent run method can take optional parameter
- Add test for middleware
0.0.3
Feature
- Add validate condition if event context configured well
- Add type hint to
store()
and publish()
Fix
- Add missing
__init__.py
- Fix
event_handler
type EventHandlerMeta
to Type[EventHandlerDelegator]
for pycharm inspection