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

Custom output formatting #645

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

Custom output formatting #645

wants to merge 8 commits into from

Commits on Dec 12, 2018

  1. start implementing output formatting

    chagris committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    e784b0e View commit details
    Browse the repository at this point in the history
  2. move formatting mostly into common.js

    chagris committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a612347 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. fix %n to correctly show namespace

    chagris committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    2b51112 View commit details
    Browse the repository at this point in the history
  2. properly match current version's formatting

    chagris committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    73ad1ed View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. move args handling to outputFormatters.m()

    chagris committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    1e18a8e View commit details
    Browse the repository at this point in the history
  2. implement metaformatters (color, JSON.stringify)

    chagris committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    5313c69 View commit details
    Browse the repository at this point in the history
  3. add %d outputFormatter to show exact ms diff

    chagris committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    69b5a48 View commit details
    Browse the repository at this point in the history
  4. fix most issues from the linter

    chagris committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    8fa6444 View commit details
    Browse the repository at this point in the history