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

Add RequireOnlyOne type #24

Closed
wants to merge 17 commits into from
Closed

Add RequireOnlyOne type #24

wants to merge 17 commits into from

Commits on Apr 8, 2019

  1. Merge pull request #1 from sindresorhus/master

    Merge From Source
    izayl committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    113d413 View commit details
    Browse the repository at this point in the history
  2. feat: add type requireOnlyOne

    izayl committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    71046b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    922f79e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    515178a View commit details
    Browse the repository at this point in the history
  5. fix

    izayl committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b1f5cd6 View commit details
    Browse the repository at this point in the history
  6. fix

    izayl committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3ea0ec1 View commit details
    Browse the repository at this point in the history
  7. Reformat

    CvX committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    bb298a0 View commit details
    Browse the repository at this point in the history
  8. Add negative tests

    CvX committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    ff340bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9312010 View commit details
    Browse the repository at this point in the history
  10. Use the Omit

    CvX committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    c2fc80d View commit details
    Browse the repository at this point in the history
  11. Use never instead of undefined

    CvX committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    5cba9c4 View commit details
    Browse the repository at this point in the history
  12. Describe the implementation

    CvX committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    2fd59c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. add test

    izayl committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    15dc6dd View commit details
    Browse the repository at this point in the history
  2. use never

    izayl committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    0600ec8 View commit details
    Browse the repository at this point in the history
  3. update test

    izayl committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    bacce8e View commit details
    Browse the repository at this point in the history
  4. Add more tests

    CvX committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    dfb66a4 View commit details
    Browse the repository at this point in the history
  5. Fix the build

    CvX committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    df2a791 View commit details
    Browse the repository at this point in the history