Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jsr): support JSR #2662

Merged
merged 30 commits into from
May 24, 2024
Merged

feat(jsr): support JSR #2662

merged 30 commits into from
May 24, 2024

Commits on May 12, 2024

  1. feat(jsr): reduce slow types (#2369)

    * feat(jsr): reduce slow types
    
    * fix: use allow function
    
    * chore: format code
    
    * chore: denoify
    nakasyou committed May 12, 2024
    Configuration menu
    Copy the full SHA
    24dde8a View commit details
    Browse the repository at this point in the history
  2. add deno.json

    yusukebe committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7ac6306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    376c5ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b24707 View commit details
    Browse the repository at this point in the history
  5. don't put JSX on global

    yusukebe committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5bd2b71 View commit details
    Browse the repository at this point in the history
  6. fix test settings for deno

    yusukebe committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c45fa0f View commit details
    Browse the repository at this point in the history
  7. don't use dynamicClass

    yusukebe committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b902590 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf020c6 View commit details
    Browse the repository at this point in the history
  9. goodbye denoify

    yusukebe committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0c776fa View commit details
    Browse the repository at this point in the history
  10. exports ./middleware

    yusukebe committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0ef5bb1 View commit details
    Browse the repository at this point in the history
  11. exports ./helper

    yusukebe committed May 12, 2024
    Configuration menu
    Copy the full SHA
    498c4f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90892be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    804f32b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. feat(jsr): remove helper.ts and middleware.ts (#2667)

    * feat(jsr): remove helper.ts and middleware.ts
    
    * fix: fix test
    nakasyou committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b8b8e70 View commit details
    Browse the repository at this point in the history
  2. dont' use SuperClass

    Co-authored-by: Taku Amano <taku@taaas.jp>
    yusukebe and usualoma committed May 13, 2024
    Configuration menu
    Copy the full SHA
    145d4f2 View commit details
    Browse the repository at this point in the history
  3. feat(jsr): delete mod.ts (#2669)

    nakasyou committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0442b9a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. rename deno.json to jsr.json

    yusukebe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dd84b83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e94939 View commit details
    Browse the repository at this point in the history
  3. lint

    yusukebe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a939e5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc823c9 View commit details
    Browse the repository at this point in the history
  5. fixed runtime test for deno

    yusukebe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8854119 View commit details
    Browse the repository at this point in the history
  6. export all utils

    yusukebe committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0d59d11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e91d92e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    779f157 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    b2a485d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fixed the type error

    yusukebe committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7fc0ec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9d6442 View commit details
    Browse the repository at this point in the history
  3. include jsr.json in jsr.json

    yusukebe committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4068967 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    78d9cc5 View commit details
    Browse the repository at this point in the history
  2. update jsr.json

    yusukebe committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9849612 View commit details
    Browse the repository at this point in the history