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

Save/load graph JSON #63

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

Commits on Jun 7, 2019

  1. 🛠 add toJSON() method to vector and anchor

    natemoo-re committed Jun 7, 2019
    1 Configuration menu
    Copy the full SHA
    754495d View commit details
    Browse the repository at this point in the history
  2. 🛠 add type property to all primitives

    natemoo-re committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    686e90a View commit details
    Browse the repository at this point in the history
  3. 🐞 add type property to Anchor

    natemoo-re committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    918dc82 View commit details
    Browse the repository at this point in the history
  4. 🛠 add Zdog.exportGraph and Anchor.importGraph

    natemoo-re committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    d8511df View commit details
    Browse the repository at this point in the history
  5. 🐞remove fetch for IE11 metafizzy#57

    natemoo-re committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    4ffceb0 View commit details
    Browse the repository at this point in the history
  6. 🐞 Array.includes => Array.indexOf metafizzy#57

    natemoo-re committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    e3e372d View commit details
    Browse the repository at this point in the history
  7. 🐞 indexOF => indexOf

    natemoo-re committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    561bff0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. 🎩 add importGraph demo

    natemoo-re committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    d5a92de View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Refactor ignored keys to ignoreKeysJSON per primitive

    natemoo-re committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    e8733ae View commit details
    Browse the repository at this point in the history
  2. Move type to static property on primitive constructor

    natemoo-re committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    f9876fb View commit details
    Browse the repository at this point in the history
  3. Round Vector.toJSON to 3 decimal precision

    natemoo-re committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    404f964 View commit details
    Browse the repository at this point in the history
  4. Remove custom importGraph for Illustration

    natemoo-re committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    6261cb0 View commit details
    Browse the repository at this point in the history
  5. avoid nested Illustration errors

    natemoo-re committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    efd9457 View commit details
    Browse the repository at this point in the history
  6. lint fix

    natemoo-re committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    097a0c1 View commit details
    Browse the repository at this point in the history
  7. manually fix lint errors

    natemoo-re committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    0907e13 View commit details
    Browse the repository at this point in the history