Releases: d1820/CodeDocumentor
Releases · d1820/CodeDocumentor
Release v2.1.0.25
Changes
- rewrote all the parsing to use builders to stream line creation
- Added error handling and logging to all fixers
- Logs are written to Event Viewer under "Visual Studio"
- Added support for inline exceptions
ArgumentNullException.ThrowIfNull()
- Added new setting to support injecting
<see cref>
and<typeparamref name>
nodes - Updated readme with new information
Bug Fixes
- Fixed issue where extension would not run in background thread (Still has a hack needed)
- Fixed all tests
- Spelling errors
- Summary comments
- Fixed typeparamRef
- Fixed multi type param parsing in string
- Fixed and expanded IsVerb checking
Release 2.0.1.0
- Added support for new inline exceptions
ArgumentNullException.ThrowIfNull()
Release 2.0.0.0
Updates
- Updated to net4.8
- Added support for C# 12 class constructors
- Added new Settings "IsEnabledForNonPublicFields" which allows documenting non public static/const fields
Bug Fixes
- Fixed SuppressMessageAttribute to work at assembly level (Useful for unit test projects)
- Fixed unit tests
- General bug fixes
Release 1.2.0.1
Bug fixes
Release 1.2.0.0
Added the following new features
- Individual diagnostic levels for each type
- Ability to preserve summary nodes but still re-create the rest of the comment
- Ability to add comments to whole projects or solutions
- General performance imporvements
Fixed the following bug
- Uppercase words not being honored in names correctly
Release 1.1.7.1
Hotfix: Added record support to comment whole file
Release 1.1.7
Added support for record type
Updated translation logic for
- on
- by
- an
- in
- at
- of
Changed how Ensure and Is methods translate
IsValid = Checks if is valid
EnsureValid = Checks if is valid
Release 1.1.6.1
Hot Fix: Fixed missing files being excluded
Release 1.1.6
- Added support for arm64
- Added support to recreate comments if changes are found
- Bug Fixes
- Fixed return Cdata issues
- Fixed warnings showing for members already commented
Release 1.1.5
Added better support for ABBV in names
Added support for applying comments to an entire document. Resolved #7