lolo32 / fastify-sse

Provide Server-Sent Events to Fastify
20 stars 16 forks source link

Fully remove version checking #6

Open piranna opened 5 years ago

piranna commented 5 years ago

I've tested this module is compatible with upcoming fastify 2.0.0, currently in release candidate, but the version checking makes it incompatible, and changing it to be compatible with 2.x would remove backwards compatibility for nothing. By removing the version checking, it works for any current or future versions without changes.