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

Use generic for file loading in FileMiddleware #405

Merged
merged 7 commits into from Mar 22, 2024
Merged

Commits on Mar 19, 2024

  1. Use generic for file loading in FileMiddleware

    This will allow for writing custom file loaders that cache file contents or use another source than the local file system for files
    adam-fowler committed Mar 19, 2024
    Copy the full SHA
    cc6af3e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0da62c5 View commit details
    Browse the repository at this point in the history
  3. Fix Linux compile error

    adam-fowler committed Mar 19, 2024
    Copy the full SHA
    739dd1e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f86dd32 View commit details
    Browse the repository at this point in the history
  5. swiftformat

    adam-fowler committed Mar 19, 2024
    Copy the full SHA
    e47572d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Copy the full SHA
    5760018 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6fcee26 View commit details
    Browse the repository at this point in the history