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

Remove useReferences from SchemaOptions #23

Merged
merged 16 commits into from
Dec 18, 2015
Merged

Commits on Dec 13, 2015

  1. Configuration menu
    Copy the full SHA
    900515b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40953e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f8ddea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a465dea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4fc118 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    658ad6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b6c507 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b2677e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11356d0 View commit details
    Browse the repository at this point in the history
  10. Add toInlinedSchema helper

    fizruk committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    cd7ef9c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    148d95a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25f217c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d2570de View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Configuration menu
    Copy the full SHA
    7d7bb50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e335bd View commit details
    Browse the repository at this point in the history
  3. Use a single DataType for all Data SwaggerType instances

    This is necessary to forbid (at runtime) using file as null:
    
    >>> fromConstr (toConstr (SwaggerFile :: SwaggerType ParamOtherSchema)) :: SwaggerType Schema
    SwaggerNull
    
    It also simplifies Data instances a bit.
    fizruk committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    dd64c84 View commit details
    Browse the repository at this point in the history