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

CommonJS Support (with refactored internals) #117

Closed
wants to merge 7 commits into from

Commits on Dec 19, 2015

  1. Refactor internals

    Define internals using the AMD module pattern in order to improve the
    readability of the codebase while preserving the ability to test source
    files directly.
    jugglinmike committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    f10c8c6 View commit details
    Browse the repository at this point in the history
  2. Formalize exported value and test CommonJS support

    In enhancing the project's internals, the previous commit also
    introduced support for loading d3.chart from CommonJS environments.
    Extend the test infrastructure to verify that this new module system is
    properly supported, and formalize the module's exported value in AMD and
    CommonJS environments.
    jugglinmike committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    c062e5d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. Configuration menu
    Copy the full SHA
    9b394df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35cc230 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. fixup! Refactor internals

    jugglinmike committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    252357a View commit details
    Browse the repository at this point in the history
  2. Remove internal hasOwnProperty module

    This module is just a wrapper around the built-in
    `Object.hasOwnProperty` method, making it somewhat superfluous. Remove
    it in order to enhance readability.
    jugglinmike committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    827fe6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2010e69 View commit details
    Browse the repository at this point in the history