Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 1.91 KB

RELEASE_NOTES.md

File metadata and controls

75 lines (55 loc) · 1.91 KB

2.1.0 - 20.07.2018

  • Merge master to get 0.91 updates

2.0.0 - 20.07.2018

  • Update docs an rebrand as 2.0.0

0.91.1 11.08.2017

  • Fix #133
  • Add Candlestick charts. #131

0.91.0 07.06.2017

  • Update packages
  • Use paket to build nuget packages
  • Update to OxyPlot 1.0.0

0.90.14 - 20.04.2016

  • Enable access to underlying .NET chart object
  • Save chart objects without Form creation

0.90.13 - 29.10.2015

  • Fix problem #33

0.90.12 - 07.07.2015

  • Fix problem with Gtk by removing use of Gtk nuget package

0.90.11 - 18.06.2015

  • Add Show and Save methods to Chart helper class.

0.90.10 - 20.04.2015

  • Update project links

0.90.9 - 10.12.2014

  • Update to OxyPlot 2014.1.546

0.90.8

  • Fix #58

0.90.7

  • Return Form from ShowForm

0.90.6

  • Fix load on OSX
  • Update MacOSX recognition function

0.90

  • Includes the updated 'fluent' operators and renames 'FSharpChart' to 'Chart'
  • Includes LiveChart and pipelined operators.
  • Improve documentation.
  • Include Y-value overloads and add build of FSharp.Charting.AspNet.dll
  • Include correct version in FSharp.Charting.fsx
  • Support DateTimeOffset and custom types as X axis values
  • Include correct version in FSharp.Charting.fsx
  • Include correct version in FSharp.Charting.fsx (Finally!)
  • Add preliminary version of FSharp.Charting.Gtk
  • Revert to multiple nuget packages

0.60

  • Support for binding a StackedChart with multiple Data Series

0.56

  • Support for defaults and ToolTip's in addition to some WPF samples
  • Minor changes for additional With properties and WithSeries.Marker()

0.5

  • Support for 3D Charts and naming of data series for BoxPlot charts

0.4

  • Property Change Events for Name, Title, Margin, Legend, and Custom properties.

0.3

  • Includes Clipboard and SaveAs Capabilities (supporting multiple file formats)

0.2

  • Base Version