tinyhttp v0.3 Release Notes

Release Date: 2020-09-18 // over 3 years ago
  • This is the first proper github minor release with lots of fixes and changes, all were made during a few months of hard work. Also, during this period, tinyhttp gained quite a good starting audience, people already start using it and I feel excited for what cool things can be built with tinyhttp!

    ๐Ÿš€ Anyways, here's the release notes (I will probably automate it later):

    • โž• add template engine support
    • โž• add sendFile function (most recent addition) and a lot of other Express methods
    • ๐Ÿ“„ finish writing the docs
    • โž• add "common tasks" and "advanced topics" sections to docs
    • ๐Ÿ“ฆ split @tinyhttp/app by 4 separate framework-agnostic packages
    • ๐Ÿ‘• setup husky and commitlint
    • โž• add 25 examples
    • โž• add 10 middlewares, including @tinyhttp/session, @tinyhttp/ip-filter and more