- Updated libraries versions
- request (~2.29.0 -> ~2.30.0)
- Added IE9+ compatibility. Thanks to @arabold [PR #15]
- Fixed indentation in jade template to properly show up default widget. Thanks to @arabold [PR #13]
- Updated libraries versions
- request (~2.27.0 -> ~2.29.0)
- Use different tags when scaffolding with ejs. Fixes #12
- Include custom stylesheets in ejs layout only if defined
- Handle widgets with multiple capital letters (original PR #181)
- Use right arrow icon if difference is zero in number widget. Fixes #11
- Upgrade FontAwesome to version 4.0.3 and update new icon names (Changes)
- Use relative url for EventSource to allow running on sub-path (original PR #209)
- Strip html by default in widgets. Users can disable this with the 'raw' filter. (orig 9f93895bd4)
- Update d3 (v3.3.11) and rickshaw (v1.4.5)
- Fix number widgets in sample dashboard
- Use right arrow icon if difference is zero in number widget. Fixes #11
- Updated libraries versions
- commander (~1.1.1 -> ~2.1.0)
- consolidate (~0.9.0 -> ~0.10.0)
- express (~3.2.0 -> ~3.4.6)
- fs-extra (~0.6.0 -> ~0.8.1)
- jade (~0.29.0 -> ~0.35.0)
- mincer (~0.4.5 -> ~0.5.12)
- node-sass (0.5.2 -> ~0.7.0)
- request (~2.20.0 -> ~2.27.0)
- Jade version 0.31.0 deprecated implicit text only support for scripts and styles.
- Added library prompt (commander removed confirm & prompt methods)
- Explicit flush response for SSE (connect 2.10.0)
- Fixed
node-sass
version to 0.5.2
- Merge fidgety's PL to stick
node-sass
version to 0.5.2
- Fixed stderr redirection to log file
- Fixed
winston
configuration - Fixed cli support for job files in coffeescript
- Refactor to use
winston
logging - Fixed dameonize stdio redirection
- Fixed support for coffee job files
- Fixed dameonize stdio redirection
- Use js native milliseconds when updating data on widgets
- Possibility to write jobs in coffeescript
- Updated
node-sass
version, re-enabled widgets animations - Updated FontAwesome assets to version 3.0.2
- Support for process daemonize
- Added ability to install widgets from zipballs
- Added ability to add custom stylesheets
- Merge original PR #115 (Added suffix option for number widget)
- First release