tinyhttp v0.5.0 Release Notes

Release Date: 2020-10-16 // over 3 years ago
  • โœ… During hacktoberfest, lots of folks helped the project by submitting examples, writing tests and creating new middlewares. Thanks to everyone who contributed to the project!

    ๐Ÿš€ Release details

    Express API implementation progress

    ~96% of API is ready. Only a few methods left.

    • res.append
    • req.path

    ๐Ÿ†• New middleware

    ๐Ÿ†• New examples

    • Prisma REST API
    • Prisma GraphQL
    • PostgreSQL
    • Sapper (Svelte SSR)
    • React SSR
    • rate limiting
    • auth (session)
    • search engine

    Other minor changes

    Coverage increase from 60% to 71%

    @tinyhttp/markdown's recursive prop works properly now