Skip to content

Releases: mono/api-doc-tools

[preview] mdoc v5.0.0.15

20 Jun 21:32
Compare
Choose a tag to compare
Pre-release

You can now add a new element to frameworks.xml, /Frameworks/Framework/import, which is a path to the import documentation file. Example:

<?xml version="1.0" encoding="utf-8"?>
<Frameworks>
  <Framework Name="one" Source="one">
    <assemblySearchPath>dependencies/one</assemblySearchPath>
    <import>TestEcmaDocs.xml</import>
  </Framework>
  <Framework Name="two" Source="two">
    <assemblySearchPath>dependencies/two</assemblySearchPath>
    <import>TestEcmaDocs2.xml</import>
  </Framework>
</Frameworks>

Additionally, this release supports a new attribute on the see element, <see href="http://microsoft.com">Microsoft</see> (#62); and also includes a performance improvement in parsing EcmaUrls (05eb484)

[preview] mdoc v5.0.0.14

28 Mar 21:24
Compare
Choose a tag to compare
Pre-release

This release resolves Issue #53 ... forwarded types are no longer skipped.

[preview] mdoc v5.0.0.13

27 Mar 17:36
Compare
Choose a tag to compare
Pre-release

This release is compiled to target Any CPU, and thus will use a larger amount of memory on x64 systems. Resolves #49

[preview] mdoc v5.0.0.12

24 Mar 23:47
Compare
Choose a tag to compare
Pre-release

Same as v5.0.0.11, but with some minor additional error handling

[preview] mdoc v5.0.0.11

24 Mar 23:09
Compare
Choose a tag to compare
Pre-release

This release resolves an additional issue with explicitly implemented interfaces where it was not properly reflecting some members that changed to/from EII between frameworks.

[preview] mdoc v5.0.0.10

23 Mar 15:54
Compare
Choose a tag to compare
Pre-release

This release fixes a bug that was causing certain instances of duplicated members ... particularly with explicitly implemented members.

[preview] mdoc v5.0.0.9

15 Mar 21:40
Compare
Choose a tag to compare
Pre-release

This preview release builds upon the previous 5.0.0.x releases.

  • Skips framework directories that do not exist.
  • Improves cross-platform capability for framework search directories, in cases where a directory separator from another platform is used in the search directory path.
  • Frameworks mode now uses a different comparison when evaluating when to add an extension method to the index file ... to avoid duplicates.

[preview] mdoc v5.0.0.8

14 Mar 21:51
Compare
Choose a tag to compare
Pre-release

This release contains a fix and builds upon previous preview builds:

  • #39 - FrameworksIndex files contain members of base types in inheriting types
    Base members that are overridden in some frameworks and not in others will no longer be removed.

[preview] mdoc v5.0.0.7

06 Mar 22:04
Compare
Choose a tag to compare
Pre-release
  • PR#34 - Support for differing inheritance chains in multiple frameworks
  • PR#37 - mdoc: special characters in attributes are now filtered.
  • PR#36 - mdoc: Added MemberGroup as valid element

[preview] mdoc v5.0.0.6

03 Mar 23:02
Compare
Choose a tag to compare
Pre-release

Updated mono.cecil