Releases: barry-jones/live-documenter
Releases · barry-jones/live-documenter
v2.1.53
v2.1.48
Refresh of application bringing libraries up to date. Improved performance of exporting, resolved a number of syntax related issues and added new up to date web export. For more details see the release notes
Changes in 2.1.48
- 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
- Added ability to export without configuration files in the console application
- Fixed help link in live documenter for the missing Xml Comment File message
- Fixed issue with no return type information for methods
- Fixed issue with set keyword missing from c# property syntax
- Fixed issue with c# constructor syntax formatting
- Fixed issue where types are not being documented when they have no namespace
- 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