From efcf66eb6579dd71bb279c73ecea147c3707d34d Mon Sep 17 00:00:00 2001 From: Tom Wanzek Date: Wed, 20 Jul 2016 19:06:02 -0400 Subject: [PATCH] Added module versions to the headers. * Comments for DefinitelyTyped headers now carry reference to D3 module version as of time of drafting. * Module definitions and tests correspond to the **completed** modules as of release 1.12.0 of repo https://github.com/tomwanzek/d3-v4-definitelytyped --- d3-array/index.d.ts | 2 +- d3-axis/index.d.ts | 2 +- d3-brush/index.d.ts | 2 +- d3-chord/index.d.ts | 2 +- d3-color/index.d.ts | 2 +- d3-dispatch/index.d.ts | 2 +- d3-drag/index.d.ts | 2 +- d3-ease/index.d.ts | 2 +- d3-format/index.d.ts | 2 +- d3-hierarchy/index.d.ts | 2 +- d3-interpolate/index.d.ts | 2 +- d3-path/index.d.ts | 2 +- d3-polygon/index.d.ts | 2 +- d3-quadtree/index.d.ts | 2 +- d3-random/index.d.ts | 2 +- d3-scale/index.d.ts | 2 +- d3-selection/index.d.ts | 2 +- d3-shape/index.d.ts | 2 +- d3-time-format/index.d.ts | 2 +- d3-time/index.d.ts | 2 +- d3-timer/index.d.ts | 2 +- d3-transition/index.d.ts | 2 +- d3-voronoi/index.d.ts | 2 +- d3-zoom/index.d.ts | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/d3-array/index.d.ts b/d3-array/index.d.ts index f5de581b1b..40563fa880 100644 --- a/d3-array/index.d.ts +++ b/d3-array/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-array module +// Type definitions for D3JS d3-array module 1.0.0 // Project: https://github.com/d3/d3-array // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-axis/index.d.ts b/d3-axis/index.d.ts index a3b4f75cb0..97f63118f9 100644 --- a/d3-axis/index.d.ts +++ b/d3-axis/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-axis module +// Type definitions for D3JS d3-axis module 1.0.0 // Project: https://github.com/d3/d3-axis/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-brush/index.d.ts b/d3-brush/index.d.ts index fc9f3fea20..8b5f02b614 100644 --- a/d3-brush/index.d.ts +++ b/d3-brush/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-brush module +// Type definitions for D3JS d3-brush module 1.0.1 // Project: https://github.com/d3/d3-brush/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-chord/index.d.ts b/d3-chord/index.d.ts index ecacd018ba..0f55619ba6 100644 --- a/d3-chord/index.d.ts +++ b/d3-chord/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-chord module +// Type definitions for D3JS d3-chord module 1.0.0 // Project: https://github.com/d3/d3-chord/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-color/index.d.ts b/d3-color/index.d.ts index 9f0eaa2508..546842f4a4 100644 --- a/d3-color/index.d.ts +++ b/d3-color/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-color module +// Type definitions for D3JS d3-color module 1.0.0 // Project: https://github.com/d3/d3-color/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-dispatch/index.d.ts b/d3-dispatch/index.d.ts index 05077a7162..314d76f17c 100644 --- a/d3-dispatch/index.d.ts +++ b/d3-dispatch/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-dispatch module +// Type definitions for D3JS d3-dispatch module 1.0.0 // Project: https://github.com/d3/d3-dispatch/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-drag/index.d.ts b/d3-drag/index.d.ts index f634be0df4..78553617b9 100644 --- a/d3-drag/index.d.ts +++ b/d3-drag/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-drag module +// Type definitions for D3JS d3-drag module 1.0.0 // Project: https://github.com/d3/d3-drag/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-ease/index.d.ts b/d3-ease/index.d.ts index d371f38ab2..22a19da21a 100644 --- a/d3-ease/index.d.ts +++ b/d3-ease/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-ease module +// Type definitions for D3JS d3-ease module 1.0.0 // Project: https://github.com/d3/d3-ease/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-format/index.d.ts b/d3-format/index.d.ts index 0731a2e195..00582ed2c7 100644 --- a/d3-format/index.d.ts +++ b/d3-format/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-format module +// Type definitions for D3JS d3-format module 1.0.0 // Project: https://github.com/d3/d3-format/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-hierarchy/index.d.ts b/d3-hierarchy/index.d.ts index bbdacee552..b337805b86 100644 --- a/d3-hierarchy/index.d.ts +++ b/d3-hierarchy/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-hierarchy module +// Type definitions for D3JS d3-hierarchy module 1.0.0 // Project: https://github.com/d3/d3-hierarchy/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-interpolate/index.d.ts b/d3-interpolate/index.d.ts index 7ee92ac701..7b711486c5 100644 --- a/d3-interpolate/index.d.ts +++ b/d3-interpolate/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-interpolate module +// Type definitions for D3JS d3-interpolate module 1.1.0 // Project: https://github.com/d3/d3-interpolate/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-path/index.d.ts b/d3-path/index.d.ts index 9f8b7a2665..85cd895ee7 100644 --- a/d3-path/index.d.ts +++ b/d3-path/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-path module +// Type definitions for D3JS d3-path module 1.0.0 // Project: https://github.com/d3/d3-path/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-polygon/index.d.ts b/d3-polygon/index.d.ts index 60df58ff45..ab805837b7 100644 --- a/d3-polygon/index.d.ts +++ b/d3-polygon/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-polygon module +// Type definitions for D3JS d3-polygon module 1.0.0 // Project: https://github.com/d3/d3-polygon/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-quadtree/index.d.ts b/d3-quadtree/index.d.ts index 702e6f41bb..05766b3673 100644 --- a/d3-quadtree/index.d.ts +++ b/d3-quadtree/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-quadtree module +// Type definitions for D3JS d3-quadtree module 1.0.0 // Project: https://github.com/d3/d3-quadtree/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-random/index.d.ts b/d3-random/index.d.ts index 5e19f81f03..08c9c499f3 100644 --- a/d3-random/index.d.ts +++ b/d3-random/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-random module +// Type definitions for D3JS d3-random module 1.0.0 // Project: https://github.com/d3/d3-random/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-scale/index.d.ts b/d3-scale/index.d.ts index 161cb34814..c7a5627ed7 100644 --- a/d3-scale/index.d.ts +++ b/d3-scale/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-scale module +// Type definitions for D3JS d3-scale module 1.0.1 // Project: https://github.com/d3/d3-scale/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-selection/index.d.ts b/d3-selection/index.d.ts index e65f67b15f..a9e43db7cb 100644 --- a/d3-selection/index.d.ts +++ b/d3-selection/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-selection module +// Type definitions for D3JS d3-selection module 1.0.0 // Project: https://github.com/d3/d3-selection/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-shape/index.d.ts b/d3-shape/index.d.ts index f0fa1eaecb..7ca39c7a06 100644 --- a/d3-shape/index.d.ts +++ b/d3-shape/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-shape module +// Type definitions for D3JS d3-shape module 1.0.0 // Project: https://github.com/d3/d3-shape/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-time-format/index.d.ts b/d3-time-format/index.d.ts index 497777a529..305f7ab2f7 100644 --- a/d3-time-format/index.d.ts +++ b/d3-time-format/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for d3JS d3-time-format module +// Type definitions for d3JS d3-time-format module 2.0.0 // Project: https://github.com/d3/d3-time-format/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-time/index.d.ts b/d3-time/index.d.ts index f3c53bff9d..11b055f8c3 100644 --- a/d3-time/index.d.ts +++ b/d3-time/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-time module +// Type definitions for D3JS d3-time module 1.0.0 // Project: https://github.com/d3/d3-time/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-timer/index.d.ts b/d3-timer/index.d.ts index c92e173dac..72036ca74f 100644 --- a/d3-timer/index.d.ts +++ b/d3-timer/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for d3JS d3-timer module +// Type definitions for d3JS d3-timer module 1.0.1 // Project: https://github.com/d3/d3-timer/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-transition/index.d.ts b/d3-transition/index.d.ts index 2439d6bb3c..0f12c56186 100644 --- a/d3-transition/index.d.ts +++ b/d3-transition/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-transition module +// Type definitions for D3JS d3-transition module 1.0.0 // Project: https://github.com/d3/d3-transition/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-voronoi/index.d.ts b/d3-voronoi/index.d.ts index 97ca6ba029..2897dd26e6 100644 --- a/d3-voronoi/index.d.ts +++ b/d3-voronoi/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for D3JS d3-voronoi module +// Type definitions for D3JS d3-voronoi module 1.0.1 // Project: https://github.com/d3/d3-voronoi/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/d3-zoom/index.d.ts b/d3-zoom/index.d.ts index 381fd0b042..5fa367ecec 100644 --- a/d3-zoom/index.d.ts +++ b/d3-zoom/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for d3JS d3-zoom module +// Type definitions for d3JS d3-zoom module 1.0.2 // Project: https://github.com/d3/d3-zoom/ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped