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

make decirc function public #34

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

Commits on Apr 11, 2018

  1. make decirc function public

    Marc MacLeod committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    4e6d974 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. decirc -> decycle, custom replacers

    - expose new decycle function instead of decirc
    - add replacer option to customze how circular refs are replaced
    - add benchmarks for decycle
    - add a simple test for decycle
    Marc MacLeod committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    b2b3b1b View commit details
    Browse the repository at this point in the history
  2. add new lines to fix linting error

    Marc MacLeod committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    823f762 View commit details
    Browse the repository at this point in the history
  3. fix decycle test

    to better represent the idea of replacing circular refs with a json pointer to their target
    Marc MacLeod committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    1e09cc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. fix ie 11

    Marc MacLeod committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    558ef4a View commit details
    Browse the repository at this point in the history