Releases: fsprojects/IfSharp
Releases · fsprojects/IfSharp
Test release with Jupyter support.
Test release with Jupyter support.
v2.0.2-Beta
- Intellisense now more consistent
- Added #r and #load intellisense support
v2.0.1-Beta
- Added support for custom printers during runtime
- 64-bit ONLY
- Always auto install on launch
- Added gcAllowVeryLargeObjects
- Support for multiple NuGet sources (semicolon separated) in app.config
- Support for NuGet preprocessing in the include.fsx file
- Last value is automatically displayed as pyout
- Added support for inline error message (red squiggly lines). This is invoked whenever intellisense is invoked (ctrl+space) or period
v2.0-Beta
- Now with iPython Notebook 2.x Support (Tested with 1.2.1 and 2.0)
- Added NuGet integration
- Added Util module for formatting data for use with Display
e.g.
Util.Table(data) |> Display // Show an HTML Table
Util.Math("2*2") |> Display // Format with Latex
and more!
Version 1.0-Beta
Initial release. Not yet signed and so Windows will prompt the user with a warning on install.