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

Refactored table formatting API #19

Merged
merged 6 commits into from
Jan 20, 2016
Merged

Refactored table formatting API #19

merged 6 commits into from
Jan 20, 2016

Commits on Jan 17, 2016

  1. Started format API refactoring

    * Renamed Align enum to Alignment
    * Added left and right junction character customization
    * Added top and bottom lines customization
    * Added left and right borders customization
    pierresy committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    cad4b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7933962 View commit details
    Browse the repository at this point in the history
  3. Implemented padding customization

    pierresy committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    8fbd2af View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Started Builder implementation

    Constant predefined format are now lazily evaluated
    pierresy committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    65aedff View commit details
    Browse the repository at this point in the history
  2. Added an formatting example file

    Changed line separator constants visibility to private
    pierresy committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    fd6646c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Added a section in README about formatting

    pierresy committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    9e44853 View commit details
    Browse the repository at this point in the history