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

use escallmatch module to describe target enhancement patterns #12

Merged
merged 42 commits into from
Aug 12, 2014

Commits on Aug 6, 2014

  1. Configuration menu
    Copy the full SHA
    533a21a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0957613 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Configuration menu
    Copy the full SHA
    f2fd1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77ecd59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc21706 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ffcc49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e1b360 View commit details
    Browse the repository at this point in the history
  6. refactor(empower): integrate decorateOneArg and decorateTwoArgs into …

    …decorateArgs function
    twada committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    5766063 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d31dca8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46dc3d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2014

  1. Configuration menu
    Copy the full SHA
    c70a205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac30fc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9400cc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feac850 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c5b781 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2014

  1. test(empower): test empower function preserves return value

    test empower function preserves return value if target assertion function itself returns something
    twada committed Aug 9, 2014
    Configuration menu
    Copy the full SHA
    62846d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f8bc03 View commit details
    Browse the repository at this point in the history
  3. feat(empower): if not in patterns, do not empower assertion function …

    …itself
    
    the case when assertion function call is not listed in patterns (even if methods do)
    twada committed Aug 9, 2014
    Configuration menu
    Copy the full SHA
    1d73a75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6760a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c261cf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a5d103 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a11ff2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    099c5f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a469a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57013ff View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2014

  1. Configuration menu
    Copy the full SHA
    c243d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a668415 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d9d28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbbb020 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6749bbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d6820e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    001be4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cb5597 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd5a1b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3f3d96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30d7b8f View commit details
    Browse the repository at this point in the history
  12. feat(empower): rename modifyMessageOnFail option to `modifyMessageO…

    …nRethrow`
    
    BREAKING CHANGE: `modifyMessageOnFail` option is renamed to `modifyMessageOnRethrow`
    
    There is nothing to change unless you are using `modifyMessageOnFail` option.
    
    If you are using `modifyMessageOnFail` option, change your code from the following:
    
    `empower(originalAssert, formatter, {modifyMessageOnFail: true})`
    
    To:
    
    `empower(originalAssert, formatter, {modifyMessageOnRethrow: true})`
    twada committed Aug 10, 2014
    Configuration menu
    Copy the full SHA
    0c8a88f View commit details
    Browse the repository at this point in the history
  13. feat(empower): rename saveContextOnFail option to `saveContextOnRet…

    …hrow`
    
    BREAKING CHANGE: `saveContextOnFail` option is renamed to `saveContextOnRethrow`
    
    There is nothing to change unless you are using `saveContextOnFail` option.
    
    If you are using `saveContextOnFail` option, change your code from the following:
    
    `empower(originalAssert, formatter, {saveContextOnFail: true})`
    
    To:
    
    `empower(originalAssert, formatter, {saveContextOnRethrow: true})`
    twada committed Aug 10, 2014
    Configuration menu
    Copy the full SHA
    1f6133b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Configuration menu
    Copy the full SHA
    fd217df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb9145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54bee86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a6a3cb View commit details
    Browse the repository at this point in the history