Commit Graph

136 Commits

Author SHA1 Message Date
Misha Wakerman
d9f3911689 Realised that main needn't change for npm to pick up index.js. 2015-06-15 23:35:40 +10:00
Misha Wakerman
e3a82e5f6d Preparing module for npm publishing.
Added index.js with module.export.
Updated the mainfile in package.json to point and the index.js file.
2015-06-15 21:36:44 +10:00
Brandon Tilley
80ef60d6cf Update planet#draw docs 2014-12-13 12:04:48 -08:00
Brandon Tilley
f4d9536f17 v1.1.1 2014-05-18 10:37:03 -07:00
Rolf Sommerhalder
9344299298 Set planetaryjs global when using AMD
While using RequireJS to AMD load ng-planetaryjs, planetaryjs, and their
dependencies, ng-planetaryjs still looks for global object planetaryjs
(such as in `var globe = planetaryjs.planet();`). Thus use the UMD
pattern "AMD with global, Node, or global" instead of "AMD, Node, or
browser global" from https://sublime.wbond.net/packages/UMD%20snippets
2014-05-18 10:32:26 -07:00
Brandon Tilley
3d6ca445f8 Update devDependencies 2014-05-18 10:25:51 -07:00
Brandon Tilley
c86479db1f Update changelog retroactively to match release notes on GitHub 2014-02-03 00:25:33 -08:00
Brandon Tilley
5e807f52e0 v1.1.0 2014-02-03 00:16:47 -08:00
Brandon Tilley
cfb059369e Update CHANGELOG 2014-02-03 00:14:39 -08:00
Brandon Tilley
4edb647564 (core) Add stop method 2014-02-03 00:13:37 -08:00
Brandon Tilley
74013bde29 v1.0.3 2014-01-22 20:45:13 -08:00
Brandon Tilley
62e8d08bd9 (core) Don't disable adaptive resampling on the projection 2014-01-22 20:43:26 -08:00
Brandon Tilley
f5bf0743fb (site) Fix broken markup around 'download source' link 2014-01-15 21:39:35 -08:00
Brandon Tilley
53b7a3b2b7 v1.0.2 2014-01-15 21:33:16 -08:00
Brandon Tilley
2aa72ca45e (site) Update CommonJS installation instructions 2014-01-15 21:31:48 -08:00
Brandon Tilley
d873121c08 (core) Update dependencies on D3 and TopoJSON 2014-01-15 14:17:50 -08:00
Brandon Tilley
1eae3fb7c9 Merge pull request #5 from darul75/master
(site) Fix ID of globe in rotating example
2014-01-11 15:18:50 -08:00
Julien Valéry
c8c4bfa4bd fix id globe name
great job, thanks
2014-01-11 17:11:14 +01:00
Brandon Tilley
6350c397b2 (site) Fix broken DOM 2014-01-06 18:37:17 -08:00
Brandon Tilley
bbe2e15283 (site) Count clicks to GH as non-bounce visitors 2014-01-03 15:11:16 -08:00
Brandon Tilley
b9a070ab76 Don't forget important things like creating releases 2014-01-03 07:32:03 -08:00
Brandon Tilley
964dfbc366 v1.0.1 2014-01-02 09:06:06 -08:00
Brandon Tilley
05313d79f8 (core) Depend on D3 and TopoJSON 2014-01-02 09:04:40 -08:00
Brandon Tilley
461561340b (site) Note TopoJSON PR in CommonJS installation instructions 2014-01-02 09:04:20 -08:00
Brandon Tilley
fe1de35576 (site) Add installation section; move AMD and CommonJS info there 2014-01-01 18:18:51 -08:00
Brandon Tilley
1764ee07f7 (site) Fix incorrect plugins in quake example 2014-01-01 11:49:02 -08:00
Brandon Tilley
19ed44d67b (site) Add FB meta tags 2013-12-31 12:41:49 -08:00
Brandon Tilley
03b52fb10d v1.0.0 2013-12-31 10:56:27 -08:00
Brandon Tilley
d28358568c Remove version name 2013-12-31 10:52:52 -08:00
Brandon Tilley
ac192b779b (site) Increase number of pings on homepage/rotating example 2013-12-28 21:45:22 -08:00
Brandon Tilley
5aa5f5633f (site) Add AMD and CommonJS info to FAQ 2013-12-28 16:18:29 -08:00
Brandon Tilley
4927fedc20 Add 'main' entry to package.json 2013-12-28 16:18:09 -08:00
Brandon Tilley
5a140ab914 Add script to set version number 2013-12-28 13:09:12 -08:00
Brandon Tilley
50b283aa5e (site) Add link to release notes and tree/tag from download page 2013-12-28 13:07:02 -08:00
Brandon Tilley
e37d657a61 (core) Ensure built files use newlines everywhere 2013-12-28 13:02:54 -08:00
Brandon Tilley
35d3ca0d9d (site) Update world-110m.json download link 2013-12-28 11:59:50 -08:00
Brandon Tilley
f21450fd2a (site) Add TopoJSON feature information to 'land' and 'borders' plugin documentation 2013-12-28 11:47:23 -08:00
Brandon Tilley
c698e7ac84 (site) Add line numbers to examples' displayed code 2013-12-28 11:21:49 -08:00
Brandon Tilley
2814b849de (site) Increase visibility of play link for quake demo 2013-12-27 21:25:00 -08:00
Brandon Tilley
a7e10b9a92 (site) Update color key for quake example 2013-12-27 15:59:50 -08:00
Brandon Tilley
a8aa5c88c2 (site) Minor update to quake example 2013-12-27 15:36:13 -08:00
Brandon Tilley
d83290146a (site) Update quake data to include up to Dec 27 2013-12-27 10:45:06 -08:00
Brandon Tilley
f1f39d8e01 Add script to compress earthquake data from usgs.gov 2013-12-27 10:41:12 -08:00
Brandon Tilley
aa69976987 (topojson) Recreate world-110m.json with topojson utility to decrease file size 2013-12-26 15:27:11 -08:00
Brandon Tilley
50d12ad7c6 (site) Add lakes to rotating example 2013-12-26 15:26:29 -08:00
Brandon Tilley
c50c3a8a1a (site) Fix wrapping on examples page on mobile 2013-12-26 10:35:27 -08:00
Brandon Tilley
99a3a9374f (site) Fix highlighting code 2013-12-25 23:40:37 -08:00
Brandon Tilley
72b6b68b25 v1.0.0-rc.2 2013-12-25 23:30:59 -08:00
Brandon Tilley
7524006ca0 (site) Fix typos, style issues, etc 2013-12-25 23:25:35 -08:00
Brandon Tilley
3e141e7734 (site) Expand FAQ to include question about loading data via Ajax 2013-12-25 19:15:48 -08:00