Skip to content

Releases: teamhide/fastapi-event

0.1.3

12 Jul 07:44
Compare
Choose a tag to compare

Feature

  • Edit validator to class variable

0.1.2

09 Jun 09:30
Compare
Choose a tag to compare

Feature

  • Replace BaseHTTPMiddleware to Raw ASGI Middleware

0.1.1

23 Feb 04:45
5b76db3
Compare
Choose a tag to compare

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
dc1fc17
Compare
Choose a tag to compare

Feature

  • Fix ordering for event

0.0.9

08 Feb 06:14
a1218ac
Compare
Choose a tag to compare

Fix

  • Add Inheritance BaseModel to EventAndParameter
  • Add test codes

0.0.7

07 Feb 15:55
Compare
Choose a tag to compare

Feature

  • Add order guarantee between events

Fix

  • Fix default run_at_once to True
  • Blackify

0.0.5

17 Dec 04:48
0af0147
Compare
Choose a tag to compare

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
Choose a tag to compare

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
e870658
Compare
Choose a tag to compare

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