Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Correct parseTemplate type, and requestFragment type and initialisation #328

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

Commits on May 8, 2020

  1. Correct requestFragment type and initialisation

    This corrects the type definition for requestFragment, which does not match it's implementation. This resolves zalando#327 and supercedes https://github.com/zalando/tailor/pull/297/files.
    
    This also correct initialisation of custom `requestFragment` functions, which otherwise are not invoked to close over `filterHeaders`.
    atkinchris committed May 8, 2020
    Configuration menu
    Copy the full SHA
    f05539a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Add missing semi colon

    atkinchris committed May 9, 2020
    Configuration menu
    Copy the full SHA
    8388192 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e8afea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    011a930 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3123dc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1190d1 View commit details
    Browse the repository at this point in the history