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

Nodejs compatibility #4 #5

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

Commits on Jun 12, 2016

  1. Configuration menu
    Copy the full SHA
    4ffb543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d28c54 View commit details
    Browse the repository at this point in the history
  3. made compatible with node.js upphiminn#4

    while keeping client-side usage unchanged
    using UMD (Universal Module Definition) returnExports pattern https://github.com/umdjs/umd
    mef committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    f59d52c View commit details
    Browse the repository at this point in the history
  4. readme formatting (minor)

    mef authored Jun 12, 2016
    Configuration menu
    Copy the full SHA
    c3fbf35 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Configuration menu
    Copy the full SHA
    7a74e16 View commit details
    Browse the repository at this point in the history
  2. fixed README.md formatting

    apparently, github doesn't parse titles without space after the pound key anymore.
    mef authored Jun 25, 2017
    Configuration menu
    Copy the full SHA
    41b6919 View commit details
    Browse the repository at this point in the history
  3. made example compatible with https sites

    avoid hard-coded http scheme so that d3 doesn't get blocked as mixed active content
    mef authored Jun 25, 2017
    Configuration menu
    Copy the full SHA
    45f0180 View commit details
    Browse the repository at this point in the history