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-path
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: d3/d3-path
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on Aug 24, 2020

  1. lowercase /a

    Fil committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    94c7470 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Adopt type=module (#30)

    * Adopt type=module
    
    follow changes in d3-format:
    * type=module
    * add exports
    * remove zip
    * license: ISC
    * update dependencies
    
    * cleaner
    
    * update readme
    
    * Update README.md
    
    Co-authored-by: Mike Bostock <mbostock@gmail.com>
    
    * Update test/asserts.js
    
    Co-authored-by: Mike Bostock <mbostock@gmail.com>
    
    * remove Sublime project
    
    * add eslint.json
    
    * update dependencies
    
    Co-authored-by: Mike Bostock <mbostock@gmail.com>
    Fil and mbostock authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    be4b1bd 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
    8cf2634 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    0568224 View commit details
    Browse the repository at this point in the history
  2. update dependencies

    mbostock committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    5431202 View commit details
    Browse the repository at this point in the history
  3. 3.0.1

    mbostock committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    6230b3c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Add d3.pathRound. (#12)

    * pathFixed
    
    * expose Path; template literal
    
    * minimize diff
    
    * minimize diff
    
    * Path(digits); pathFixed(digits = 3)
    
    * Update README
    
    * simpler iteration
    
    * pathRound, not pathFixed
    
    * shorter
    
    Co-authored-by: Philippe Rivière <fil@rezo.net>
    mbostock and Fil authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    da5c99c View commit details
    Browse the repository at this point in the history
  2. update dependencies

    mbostock committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5b081df View commit details
    Browse the repository at this point in the history
  3. Update LICENSE

    mbostock committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    211eedc View commit details
    Browse the repository at this point in the history
  4. 3.1.0

    mbostock committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    58bce7a View commit details
    Browse the repository at this point in the history
Loading