lukejacksonn / servor

Dependency free file server for single page app development
MIT License
1.04k stars 70 forks source link

V4 #51

Closed lukejacksonn closed 4 years ago

lukejacksonn commented 4 years ago

This is the culmination of a few new features along with a general tidy up of the codebase. I don't think there are actually any breaking changes as nearly everything lives behind a flag but there are so many new things I thought it deserved a major bump.

Here is a summary of changes:

Some of these changes bring servΓΈr closer to a production server (like gzip and http2) but most of them focus on improving the developer experience when working on projects locally. This is probably going to be the focus of this project going forward.

I have a few more ideas for features that I will have a go at implementing once the dust settles after this release. That said, I am more than open to suggestions for improvements/features that go above and beyond what you might expect from an everyday dev server!

Now that there are actually tests I feel a lot more confident making changes. So hopefully this speeds up making changes in the future.