Skip to content

Releases: predictionmachines/Angara

Updated dependencies

03 Jul 22:14
Compare
Choose a tag to compare
  • Uses System.Collections.Immutable 1.1.36 or later.
  • Uses DotNetZip 1.11 or later.
  • Using Itis.Angara.Table

0.3.2

28 Apr 15:38
Compare
Choose a tag to compare
  • Angara.Html.MakeEmbeddable now uses correct addresses for table and chart external scripts.

0.3.1

28 Apr 14:59
Compare
Choose a tag to compare
  • Works Newtonsoft.Json 10.0.1 and above

0.3.0

28 Apr 12:47
Compare
Choose a tag to compare
  • Uses new versions of Angara.Chart, Angara.Table, Angara.Serialization, Newtonsoft.Json
  • Added Angara.Chart.CSharp into the mixture

0.2.6

06 Apr 10:01
Compare
Choose a tag to compare

Table Viewer works in embeddable mode.
Uses IDD 1.5.1 (IDD is taken from cdnjs).

0.2.5

19 Oct 12:33
Compare
Choose a tag to compare

Uses IDD 1.4.3 and Newtonsoft.Json 9.0.1.

0.2.4

21 Jul 17:20
Compare
Choose a tag to compare

Uses IDD 1.4.

0.2.3

21 Jul 08:48
Compare
Choose a tag to compare

Angara.Html.Console allows to dynamically display objects in a browser.
Uses IDD 1.3.

0.2.2

26 Apr 15:34
Compare
Choose a tag to compare

Uses InteractiveDataDisplay v1.2.x with updated UI.

0.2.1

20 Apr 15:24
Compare
Choose a tag to compare

Target framework is .NET 4.5.2
Uses Angara.Table 0.2.1, Angara.Chart 0.2.0 and Angara.Serialization 0.2.0
Bug fixes:
Serialization of a complex structure (e.g. a Table instance) as a record (i.e. using the general object serializer) for HTML caused StackOverflowException.