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

Allow context to be initialised with Any #281

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

Commits on Jul 17, 2019

  1. Allow context to be initialised with Any

    Initialise Context with Any by converting to dictionary
    Allow Any to be pushed onto a Context in a similar way
    Change Environment functions to use these new functions
    adam-fowler committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    cc614b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Unwrap optional values

    adam-fowler committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    03f9156 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Update Tests/StencilTests/TemplateSpec.swift

    Co-Authored-By: Ilya Puchka <[email protected]>
    adam-fowler and ilyapuchka authored Jan 12, 2020
    Configuration menu
    Copy the full SHA
    b98f85e View commit details
    Browse the repository at this point in the history
  2. Update Tests/StencilTests/TemplateSpec.swift

    Co-Authored-By: Ilya Puchka <[email protected]>
    adam-fowler and ilyapuchka authored Jan 12, 2020
    Configuration menu
    Copy the full SHA
    f746ba1 View commit details
    Browse the repository at this point in the history
  3. Update Sources/Context.swift

    Make init(object:environment) public
    
    Co-Authored-By: Ilya Puchka <[email protected]>
    adam-fowler and ilyapuchka authored Jan 12, 2020
    Configuration menu
    Copy the full SHA
    c0510d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

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

Commits on Aug 13, 2020

  1. Update Sources/Context.swift

    Co-authored-by: David Jennes <[email protected]>
    adam-fowler and djbe authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    7374785 View commit details
    Browse the repository at this point in the history