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: d3/d3-color
base: e87dc62c4bd4641534e81d8b0a42e472ab88156d
Choose a base ref
...
head repository: d3/d3-color
compare: 611e1c335118535e012cf1b184d0d9dda9f28abe
Choose a head ref
  • 11 commits
  • 25 files changed
  • 2 contributors

Commits on Jun 2, 2020

  1. deliberate ES6 syntax

    (rationale: don't let people install @2 in a build system that will not alert them that we have moved to ES6, only to cause trouble with a later release.)
    Fil committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    693572b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1b93f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d86e36b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. document extensions

    closes d3/d3-hsv#2 and #48
    Fil committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    fd23843 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Merge pull request #77 from d3/document-extensions

    document extensions
    Fil committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    cc0a51b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from d3/radians

    normalize "degrees" and "radians" for deg2rad conversions
    Fil committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    0eb9594 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. v2.0.0-rc.1

    Fil committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    0ecd740 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Merge pull request #75 from d3/two

    two
    Fil committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    7de7354 View commit details
    Browse the repository at this point in the history
  2. v2.0.0

    Fil committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    017a463 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Adopt type=module (#90)

    * Adopt type=module
    
    follow changes in d3-format:
    * type=module
    * add exports
    * remove zip
    * license: ISC
    * update dependencies
    
    * cleaner
    
    * update README
    
    * strictEqual, deepStrictEqual
    (@aulonm)
    
    * remove Sublime project
    
    * add eslint.json
    
    * update dependencies
    
    * Update README
    
    * fix assert message
    
    * cleaner imports
    
    Co-authored-by: Mike Bostock <mbostock@gmail.com>
    Fil and mbostock committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4c2be7e View commit details
    Browse the repository at this point in the history
  2. 3.0.0

    mbostock committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    611e1c3 View commit details
    Browse the repository at this point in the history