Detalhes do pacote

raikiri

saltyaom4.4kMIT0.1.3

Elysia's Radix tree router

elysia, raikiri, router

readme (leia-me)

raikiri ⚡️

A fast router optimized for static path searching.

Raikiri is a router implemented using a Radix Tree algorithm.

changelog (log de mudanças)

0.1.3 - 25 Apr 2023

Fix:

  • using mangled part unioned instead of accidental first char
  • using exact match for left over part
  • should be a ble to register param after same prefix

0.1.2 - 21 Apr 2023

Fix:

  • Register mangled path

0.1.0-beta.1 - 21 Mar 2023

Improvement:

  • Return nullable or literal

0.1.0-beta.0 - 15 Mar 2023

Fix:

  • Wildcard without static fallback fail to resolve path

0.1.0-beta.0 - 15 Mar 2023

Improvement:

  • Rewrite router
  • Using single decision path parameter

0.0.0-beta.8 - 23 Feb 2023

Fix:

  • Don't enforce es module

0.0.0-beta.7 - 23 Feb 2023

Fix:

  • Set dependencies to devDependencies

0.0.0-beta.6 - 23 Feb 2023

Improvement:

  • add cjs support

0.0.0-beta.5 - 1 Feb 2023

Fix:

  • path mangling clean up

0.0.0-beta.4 - 1 Feb 2023

Improvement:

  • Using charCode for fast fracture mapping
  • Auto re-ordering for static path