Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

107 lines (66 loc) · 2.69 KB

2.0.15

  • Added queueSize option to initPool to set the request overfow queue size
  • Added option to supply cdnURL to build script (#133)
  • Added ; between included scripts. Fixes map collections (#128)
  • Added --skipKey and --skipToken CLI options to configure the rate limiter
  • Added --queueSize switch to the CLI options to set the overflow queue size
  • Fixed issue with silent installs and default values

2.0.14

  • Fixed issue with CDN pull failing when using Highcharts < 6.0

2.0.13

  • Fixed an issue that caused a comma to appear when exporting charts

2.0.12

  • Build.js now uses cached respones when building styled mode to speed things up
  • historgram-bellcurve is now included by default
  • Added optional inclusion system to build.js
    • Will now prompt for inclusion of wordcloud and annotations

2.0.11

  • Fixed another issue with globalOptions in CLI/Server mode

2.0.10

  • Fixed issue with injecting some resources when they weren't strings (e.g. globalOptions)

2.0.9

  • Added build config for including moment.js support

2.0.8

  • Fixed tmpdir when starting in server mode

2.0.7

  • Now including sunburst/xrange/streamgraph/tilemap when baking with a supported version
  • Added package-lock.json

2.0.6

  • Fixed issue potentially causing SVG exports to hang

2.0.5

  • Increased timeout for rendering by 1 second
  • Fixed port numbers for stress test

2.0.4

  • Fixed bug causing unpredictable export results if one or more exported charts contain bundled images

2.0.3

  • Server will now wait for bundled images to load

2.0.2

  • Server now respects host option
  • Added promise sample/test for batch export

2.0.1

  • Fixed tmpdir when running as server

2.0.0

  • Fixed Phantom cleanup: instead of reaping every 2.5s, workers are checked for timeout when other work is posted.
  • Added additional error handlers to
    • hhtp(s)Server, process
  • Worker busy check before restarting
  • Now checking if the client connection is still open before sending returns
  • Changed return codes for error conditions
  • Misc stability fixes

1.0.15

  • Fixed an issue with SVG export

1.0.12

  • Fixed an issue with --batch exporting

1.0.11

  • Fixed an issue with themeOptions when using CLI mode
  • Added listenToProcessExits option to pool.init(..)
  • Exposed listenToProcessExits in CLI mode
  • Fixed issue with --callback when the callback was a file

1.0.10

  • Fixed an issue with batch exporting
  • Fixed uuid dependency version (thanks to @tonylukasavage)

1.0.9

  • Set minimum node version to 5.10.0

1.0.8

  • Fixed phantomjs-prebuilt dependency version