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

Swift Package Manager Support #122

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

Commits on Sep 24, 2020

  1. Added SwiftPM support.

    Joel Saltzman committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    cfe92f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Fixed swift build warnings

    Joel Saltzman committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    557b97c View commit details
    Browse the repository at this point in the history
  2. Remove asset catalog

    Joel Saltzman committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    3ac912b View commit details
    Browse the repository at this point in the history
  3. Updated travis

    Joel Saltzman committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    b258f4b View commit details
    Browse the repository at this point in the history
  4. added .swiftpm for ci

    Joel Saltzman committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f0be8d0 View commit details
    Browse the repository at this point in the history
  5. removed user files

    Joel Saltzman committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f48f1c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Added content builder

    Joel Saltzman committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    ecc2dbc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Added headers to content builder

    Joel Saltzman committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    5ada890 View commit details
    Browse the repository at this point in the history
  2. Fixed content builder headers not being sent

    Joel Saltzman committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    a1d61f0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

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

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    3468185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d25378 View commit details
    Browse the repository at this point in the history
  3. feat: add text builder

    kylef authored and billbonney1138 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    11f5a44 View commit details
    Browse the repository at this point in the history
  4. feat: add support for redirect responses

    Closes kylef#101
    kylef authored and billbonney1138 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    1ea0efa View commit details
    Browse the repository at this point in the history
  5. feat: add redirect(to:) builder

    kylef authored and billbonney1138 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    98d39a2 View commit details
    Browse the repository at this point in the history