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

v5.0.0 #1280

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

v5.0.0 #1280

wants to merge 45 commits into from

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    bfd33ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8bd827 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1279 from FoalTS/remove-log-hook

    Remove deprecated `Log` hook
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9f7773a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aa5a80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c7864f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1281 from FoalTS/remove-run-alias

    Remove the alias `foal run-script` of `foal run`.
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8f0345c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cad951a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c46ca7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06704a2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1282 from FoalTS/use-node-20-22

    Add support for Node 22 and drop support for Node 18
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9044f10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed9541a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1283 from FoalTS/remove-node-fetch

    Remove `node-fetch` dependency
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5b2d9b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    20e8a6d View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1284 from FoalTS/context-unkwon

    Make `Context.state` type to `{}` by default
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ccabf9f View commit details
    Browse the repository at this point in the history
  15. Upgrade to TS v5

    LoicPoullain committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4e80cb8 View commit details
    Browse the repository at this point in the history
  16. [Blog] Support TS v5

    LoicPoullain committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fd3683f View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1285 from FoalTS/ts-v5

    Upgrade to TS v5
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cd0246a View commit details
    Browse the repository at this point in the history
  18. Compile to ES2023

    LoicPoullain committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c983483 View commit details
    Browse the repository at this point in the history
  19. Fix linting

    LoicPoullain committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3cb8f2c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    79e40c0 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1286 from FoalTS/compile-to-es2023

    Compile to ES2023
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    aacc37a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f22b313 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    39486bd View commit details
    Browse the repository at this point in the history
  24. [Docs] Fix typo

    LoicPoullain committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b292a5f View commit details
    Browse the repository at this point in the history
  25. Merge pull request #1287 from FoalTS/abstract-provider-type

    Improve `AbstractProvider.getUserInfoFromTokens` return type
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e1941d1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d9a79bd View commit details
    Browse the repository at this point in the history
  27. Use better param name

    LoicPoullain committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a249f41 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #1288 from FoalTS/log-context

    Make `addLogContext` accept a record with multiple params
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c2c4c49 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    139e902 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3e6fb8d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7218835 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #1289 from FoalTS/logger-format

    Remove setting `loggerFormat` and add `logger.logHttpRequests`.
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7b994a9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c61eca9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a6d98cd View commit details
    Browse the repository at this point in the history
  35. Merge pull request #1290 from FoalTS/remove-social-redirect

    Remove deprecated `AbstractProvider.redirect` method
    LoicPoullain authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ed9cfa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    62ebbd4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1291 from FoalTS/upgrade-typeorm-peer-dep

    Upgrade TypeORM peer dependency to v0.3.20
    LoicPoullain authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6c23242 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    d76a1f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7692b0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf395c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1292 from FoalTS/shell-script-services

    Provide a ServiceManager to shell scripts
    LoicPoullain authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    56c0a81 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    36190b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4fa00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de5d843 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

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