v0.0.7: date: 2013-11-04 changes: - Fixed a bug when removing a dataset from the timeslider would not lower the index (which is used for drawing the dataset in the right vertical position) v0.0.6: date: 2013-10-30 changes: - Added a plugin to load datasets from an WMS server - Changed the way datapoints are represented (previously they were single element arrays, now it is simply the date itself.) v0.0.5: date: 2013-10-30 changes: - Fixed a bug while using the minified version - Fixed a bug in the EO-WCS plugin while returning an empty dataset v0.0.4: date: 2013-10-30 changes: - Updated to D3js v3.3.9 - Implemented a plugin for loading datasets from EO-WCS servers - Switched to asynchronous methods for loading datasets - Added a #reset() method to reset the TimeSlider to its initial state - Added a #domain(start, end) method which modifies the TimeSlider start and end dates - Fixed the TimeSlider on Mozilla Firefox v0.0.3: date: 2013-09-17 changes: - Updated to D3js v3.3.3 - Implemented #zoom(start, end) method - Removed unneeded g.root element - Call #nice() on the input domain v0.0.2: date: 2013-08-15 changes: - bumped version for grunt based release process v0.0.1: date: 2013-08-15 changes: - initial release