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

prettier: support read code from stdin and output to stdout #498

Merged
merged 54 commits into from
Jun 30, 2019

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    54e7755 View commit details
    Browse the repository at this point in the history
  2. add example for usage

    axetroy committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d829718 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. merge master

    axetroy committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    ffdd17f View commit details
    Browse the repository at this point in the history
  2. remove from-stdin

    axetroy committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    e447763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d905a0 View commit details
    Browse the repository at this point in the history
  4. update

    axetroy committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    787d3d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. update

    axetroy committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    f5484f4 View commit details
    Browse the repository at this point in the history
  2. update

    axetroy committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    5bb6001 View commit details
    Browse the repository at this point in the history
  3. update

    axetroy committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    6c787cf View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    ffcc04b View commit details
    Browse the repository at this point in the history
  2. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    876de56 View commit details
    Browse the repository at this point in the history
  3. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    af51bd5 View commit details
    Browse the repository at this point in the history
  4. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    f1c63a9 View commit details
    Browse the repository at this point in the history
  5. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    7275713 View commit details
    Browse the repository at this point in the history
  6. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    db677fe View commit details
    Browse the repository at this point in the history
  7. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    7a3b205 View commit details
    Browse the repository at this point in the history
  8. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    0c1f4d7 View commit details
    Browse the repository at this point in the history
  9. update

    axetroy committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    c2813a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    077ba77 View commit details
    Browse the repository at this point in the history
  2. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    2b254c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fc1c7f View commit details
    Browse the repository at this point in the history
  4. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    c9302d9 View commit details
    Browse the repository at this point in the history
  5. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    2d17da7 View commit details
    Browse the repository at this point in the history
  6. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    34d9420 View commit details
    Browse the repository at this point in the history
  7. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    b6ab458 View commit details
    Browse the repository at this point in the history
  8. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    7a80229 View commit details
    Browse the repository at this point in the history
  9. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    7e5940d View commit details
    Browse the repository at this point in the history
  10. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    426cc3e View commit details
    Browse the repository at this point in the history
  11. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    f35958e View commit details
    Browse the repository at this point in the history
  12. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    3905810 View commit details
    Browse the repository at this point in the history
  13. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    78351a9 View commit details
    Browse the repository at this point in the history
  14. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    e6bf9a8 View commit details
    Browse the repository at this point in the history
  15. update useage

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    2632e69 View commit details
    Browse the repository at this point in the history
  16. refactor

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    bcddbd1 View commit details
    Browse the repository at this point in the history
  17. fix eslint

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    a252c2f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b986390 View commit details
    Browse the repository at this point in the history
  19. fix

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    972eeab View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a692dd1 View commit details
    Browse the repository at this point in the history
  21. fix eol

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    a6a6c5e View commit details
    Browse the repository at this point in the history
  22. try fix in windows

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    1c07d75 View commit details
    Browse the repository at this point in the history
  23. try fix in windows

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    93e944a View commit details
    Browse the repository at this point in the history
  24. update

    axetroy committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    aeea834 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. replace echo with echox

    axetroy committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    151bb91 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    3398246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f74198 View commit details
    Browse the repository at this point in the history
  3. format code

    axetroy committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    f5f2f8b View commit details
    Browse the repository at this point in the history
  4. remove unnecessary assertions

    axetroy committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    3c0097f View commit details
    Browse the repository at this point in the history
  5. improve test

    axetroy committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    27121fe View commit details
    Browse the repository at this point in the history
  6. improve test

    axetroy committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    e0255d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a304de View commit details
    Browse the repository at this point in the history
  8. improve main test

    axetroy committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    e8d3ae7 View commit details
    Browse the repository at this point in the history
  9. fix eslint

    axetroy committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    24b415b View commit details
    Browse the repository at this point in the history
  10. improve help message

    axetroy committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    51368ce View commit details
    Browse the repository at this point in the history
  11. improve main test

    axetroy committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    fc60af1 View commit details
    Browse the repository at this point in the history