Streaming multipart/form-data parser v1.0.0 Release Notes

    • โž• Add exception handling in the :code:_Parser class (move to the :code:PS_ERROR state when targets raise an exception)
    • ๐Ÿ‘Œ Support chunk-input validation in :code:Target objects using :code:validator callables
    • โž• Add function hooks in :code:Target classes which should be overridden instead of the actual functions themselves (users should now define :code:on_data_received instead of overriding :code:data_received)