- Uses
FSharp.Core
4.2.3 (Assembly version 4.4.1.0) or later. - Uses
Suave
1.1.2 or later.
- Uses
System.Collections.Immutable
1.1.36 or later. - Uses
DotNetZip
1.11 or later.
Angara.Html.MakeEmbeddable
now uses correct addresses for table and chart external scripts.
- Works
Newtonsoft.Json
10.0.1 and above
- Uses new versions of
Angara.Chart
,Angara.Table
,Angara.Serialization
,Newtonsoft.Json
- Added
Angara.Chart.CSharp
into the mixture
- Table Viewer works in embeddable mode.
- Uses IDD 1.5.1 (IDD is taken from cdnjs).
- Uses IDD 1.4.3 and Newtonsoft.Json 9.0.1.
- Uses IDD 1.4.
Angara.Html.Console
allows to dynamically display objects in a browser.- Uses IDD 1.3.
- Uses InteractiveDataDisplay v1.2.x with updated UI.
- 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.
- Uses recent version of angara.tablejs (v0.1.1).
Features:
- The repository exposes a bower component
Angara.Html
which includes basic scripts required by HTML code produced byAngara.Html.MakeEmbeddable
. Angara.Html.MakeEmbeddable
doesn't requireorigin
parameter and the produced HTML code uses github as cdn for Angara scripts.- Angara.Html supports for
Angara.Data.Table
type. Angara.Base.Init()
registers serializers of theAngara.Table
package as well.
Fixes:
- Bower for Angara.Html has explicit resolution for
jquery
to version 2.1.4.
- New method
Angara.Html.MakeEmbeddable
which generates HTML text displaying the object given as the argument. The HTML text loads all required resources from an origin CDN and can be embedded to an HTML page without any additional files required. - Nuget package Angara.Base depends on Angara.Statistics.
Features:
Angara.Html.Save()
for an unregistered object checks whether it implementsIEnumerable
orIDictionary
interfaces and serializes their contents as well.- Build process of Angara.Html is improved.
Refactoring:
Angara.Html.UISerializers
is nowAngara.Html.Serializers
.
Bug fix:
Angara.Html.Save()
allows to save objects with indexing properties.