Skip to content

Commit

Permalink
updated release notes for version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-jones committed Jan 19, 2019
1 parent ef860c0 commit 024bd3e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions release-notes/2.1/2.1.md
@@ -1,10 +1,12 @@
# Live Documenter 2.1 Update - TBC
# Live Documenter 2.1 Update - Jan 2019

The 2.1 update refreshes the application with netstandard libraries bringing it up to date. Adds a new web refresh exporter, and improves performance.

## Changes in 2.1

* Improved performance of export
* Support for new csproj file format
* Removed Saxon HE and replaced with System.Xml CompiledTransform to support netstandard2.0
* General perforance improvements to exporting and publishing
* Added support for new net core csproj project file format
* Removed Saxon HE and replaced with System.Xml CompiledTransform to support netstandard2.0 and improve portability.
* Updated libraries to netstandard2.0, updated console application to use netcoreapp2.2, updated pe viewer and live documenter to NET 4.7.1
* Created new `web-refresh.ldec` exporter with up to date clean web export
* Improved standard output details in exporter console application
Expand All @@ -17,3 +19,34 @@
* Fixed issue with ByRef syntax in VB not being shown
* Resolved issues with c# delegate syntax formatting
* Fixed issues with interface and base class display formatting for c# syntax

## Review of changes

__New web-refresh web export__

HTML 5, responsive layout with a clean fresh look.

![Web refresh](web_refresh.png)

__Improved console application__

```shell
The exporter takes the following arguments
exporter <filename> mmodifiers

[e.g.] exporter theboxsoftware.reflection.dll -to c:\temp\web -filters "public|protected"

<filename> The path to the configuration file, library, project or solution.
modifiers:
-h show help information
-v show verbose export details
-to the directory to export to
-format the ldec file format to export content. Defaults to web-msdn.ldec
-filters the visibilty filters (public|protected etc) defaults to public
"all" can be provided as a shortcut to:-
"public|protected|internal|interalprotected|private"


`-to`, `-format` and `-filters` are only used when the file provided is not a
configuration xml file.
```
Binary file added release-notes/2.1/web_refresh.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 024bd3e

Please sign in to comment.