Releases: teamhide/fastapi-event
Releases · teamhide/fastapi-event
0.1.3
12 Jul 07:44
Compare
Sorry, something went wrong.
No results found
Feature
Edit validator to class variable
0.1.2
09 Jun 09:30
Compare
Sorry, something went wrong.
No results found
Feature
Replace BaseHTTPMiddleware to Raw ASGI Middleware
0.1.1
23 Feb 04:45
Compare
Sorry, something went wrong.
No results found
Feature
Changed EventHandler publish method to private
Changed the order of the EventAndParameter objectification of the _get_sorted_event_maps() method
0.1.0
09 Feb 10:00
Compare
Sorry, something went wrong.
No results found
0.0.9
08 Feb 06:14
Compare
Sorry, something went wrong.
No results found
Fix
Add Inheritance BaseModel to EventAndParameter
Add test codes
0.0.7
07 Feb 15:55
Compare
Sorry, something went wrong.
No results found
Feature
Add order guarantee between events
Fix
Fix default run_at_once to True
Blackify
0.0.5
17 Dec 04:48
Compare
Sorry, something went wrong.
No results found
Feature
Add run_at_once option to EventListener
Fix
Add tests for EventHandlerValidator
Add tests for EventListener
Fix README.md
0.0.4
16 Dec 15:01
Compare
Sorry, something went wrong.
No results found
Feature
Add test for EventHandler
Add EventHandlerValidator
Allow BaseEvent run method can take optional parameter
Add test for middleware
0.0.3
16 Dec 00:43
Compare
Sorry, something went wrong.
No results found
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