Skip to content

v2.3.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 18:14
· 1 commit to main since this release

Changes

  • Support bigint route parameter
import {nft_path} from "./routes"

nft_path(123456789012345678901234567890n)
    // => /nfts/123456789012345678901234567890
  • Fix rake task for non-esm modules. #316