Skip to content

Releases: fasthttp/router

v0.6.1

11 Feb 20:18
Compare
Choose a tag to compare
  • 80dc8ef Upgrade fasthttp to v1.9.0 (Sergio Andres Virviescas Santana)

v0.6.0

21 Jan 15:08
f905dab
Compare
Choose a tag to compare
  • f905dab Align features with julienschmidt/httprouter (#18) (Sergio Andrés Virviescas Santana)

    • Align features with julienschmidt/httprouter
    • Tests refactor
    • Add go.1.13 support

v0.5.5

14 Jan 10:25
Compare
Choose a tag to compare
  • 8c72a81 Upgrade fasthttp to v1.8.0 (Sergio Andres Virviescas Santana)

v0.5.4

05 Jan 11:00
Compare
Choose a tag to compare
  • 7797cab Upgrade fasthttp to v1.7.1 (Sergio Andres Virviescas Santana)

v0.5.3

21 Dec 19:24
Compare
Choose a tag to compare
  • b57b37e Upgrade fasthttp to v1.7.0 (Sergio Andres Virviescas Santana)

v0.5.2

28 Oct 21:28
Compare
Choose a tag to compare
  • ea7c971 Upgrade fasthttp to v1.6.0 (Sergio Andres Virviescas Santana)

v0.5.1

16 Sep 07:36
Compare
Choose a tag to compare
  • 3b1cc46 Upgrade gotils (Sergio Andres Virviescas Santana)
  • e082c90 Upgrade fasthttp to v1.5.0 (Sergio Andres Virviescas Santana)

v0.5.0

16 Aug 09:11
Compare
Choose a tag to compare
  • f1572c4 Fix list (Sergio Andres Virviescas Santana)
  • 45fea56 Not add the last slash in optional paths (Sergio Andres Virviescas Santana)
  • 252e686 Add Router.List to list all registered paths grouped by method (Sergio Andres Virviescas Santana)
  • 206eda7 Small code refactor (Sergio Andres Virviescas Santana)
  • 1d731d8 Add ServeFiles with custom settings (Sergio Andres Virviescas Santana)

v0.4.1

18 Jul 21:22
Compare
Choose a tag to compare
  • 3406fea Fix subrouter group when ServeFiles (Sergio Andres Virviescas Santana)
  • c24d142 Fix gofmt auth example (Sergio Andres Virviescas Santana)

v0.4.0

16 Jul 06:42
fa6f7f8
Compare
Choose a tag to compare
  • fa6f7f8 Merge pull request #10 from AnikHasibul/master (Sergio Andrés Virviescas Santana)
    |\
    | * 57eaeed 📖 DOC: comment before testing a group (AnikHasibul)
    | * 60434e0 🐛 FIX: multiple sub-router group chaining bug (AnikHasibul)
    | * dcba8b2 🐛 FIX: multiple router group chaining bug (AnikHasibul)
    | * 86281a4 👌 IMPROVE: Automatically add router groups to parent router (AnikHasibul)
  • | 90f164f Add optional path parameters (Sergio Andres Virviescas Santana)
  • | dad1702 Merge pull request #9 from AnikHasibul/master (Sergio Andrés Virviescas Santana)
    |\ \
    | |/
    | * d483976 📦 NEW: Router Grouping (AnikHasibul)
    |/
  • 1dfb16f Upgrade fasthttp to v1.4.0 (Sergio Andres Virviescas Santana)
  • e4a69b3 Merge pull request #7 from fasthttp/add-security-policy (Sergio Andrés Virviescas Santana)
  • d021e5e Create SECURITY.md (Kirill Danshin)