Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xlab/treeprint
base: a009c39
Choose a base ref
...
head repository: xlab/treeprint
compare: v1.1.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 17, 2020

  1. Add go mod. Closes #7.

    xlab committed Jan 17, 2020
    Copy the full SHA
    f20643a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Flexible tree indent size

    yfuruyama authored and xlab committed Jul 15, 2020
    Copy the full SHA
    51a709f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    10e0bc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Fix a bug in nodes relationship

    Due to the incorrectly set Roots of nodes, it was impossible to traverse the tree upwards (from a leaf to the root of the tree).
    Fixed it by:
    - Adding a missing setting of Root of a branch in AddBranch()
    - Correctly setting Root of a node in AddNode()
    grdl authored and xlab committed Aug 14, 2020
    Copy the full SHA
    2c58fac View commit details
    Browse the repository at this point in the history
  2. Add support for values with multiple lines

    grdl authored and xlab committed Aug 14, 2020
    Copy the full SHA
    d235141 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Copy the full SHA
    d469d24 View commit details
    Browse the repository at this point in the history
  2. Add go.sum

    migueleliasweb authored and xlab committed Jan 30, 2021
    Copy the full SHA
    76c9e53 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Copy the full SHA
    50b6107 View commit details
    Browse the repository at this point in the history
  2. Fix typo in README.md

    migueleliasweb authored and xlab committed Jan 31, 2021
    Copy the full SHA
    31541c3 View commit details
    Browse the repository at this point in the history