v0.1.2
What's Changed
- bugfix: add support for
\r\nand\rline delimiters by @joshmossas in #11
This gets the event-source-plus parser more compliant with the Server Sent Events specification as outlined in https://html.spec.whatwg.org/multipage/server-sent-events.html#parsing-an-event-stream
Thanks to @teddybee for reporting the issue that led to discovering this bug.
Full Changelog: v0.1.1...v0.1.2