Skip to content

Commit

Permalink
🖉 Update changelog with v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 29, 2021
1 parent 87775f0 commit 59bb902
Showing 1 changed file with 40 additions and 17 deletions.
57 changes: 40 additions & 17 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,45 @@
v1.3
* Migrated to .NETStandard


v0.4
* Added support for `returns` tag.
* Added support for retrieving `IXmlLineInfo` for every element, which allows much better diagnostics
* ToString now renders basic element information
* Full element text content rendering moved to `ToText` method
## [v2.0.0](https://github.com/devlooped/NuDoq/tree/v2.0.0) (2021-01-29)

v0.3
* Support for unknown XML elements (preserves and processes content)
* Support for writing XML from the in-memory model via XmlVisitor
[Full Changelog](https://github.com/devlooped/NuDoq/compare/v2.0.0-beta...v2.0.0)

v0.2
* Support for all documentation tags
* Support for custom visitors over the entire results
* Support for anonymous (delegate-based visitor) for convenience
* Additional member post-processing annotations from reflection if available (i.e. reading from an assembly)
**Implemented enhancements:**

v0.1
* Initial cut with visitable documentation elements
- Add support for custom attributes in XmlVisitor [\#37](https://github.com/devlooped/NuDoq/issues/37)
- Add href to see and seealso [\#35](https://github.com/devlooped/NuDoq/issues/35)
- Improve readme to clarify usage [\#21](https://github.com/devlooped/NuDoq/issues/21)

**Fixed bugs:**

- Don't chop nonwhitespace when trimming text [\#33](https://github.com/devlooped/NuDoq/issues/33)

## [v2.0.0-beta](https://github.com/devlooped/NuDoq/tree/v2.0.0-beta) (2021-01-28)

[Full Changelog](https://github.com/devlooped/NuDoq/compare/v1.2.5...v2.0.0-beta)

**Implemented enhancements:**

- Adding options to not trim new lines in text [\#20](https://github.com/devlooped/NuDoq/issues/20)

**Fixed bugs:**

- On non-Windows OS, para render results in extra newlines [\#25](https://github.com/devlooped/NuDoq/issues/25)
- Nested enumeration of one Container's Elements causes missing elements in outer enumerator [\#19](https://github.com/devlooped/NuDoq/issues/19)
- Methods with value type parameters passed by reference are missing [\#17](https://github.com/devlooped/NuDoq/issues/17)

## [v1.2.5](https://github.com/devlooped/NuDoq/tree/v1.2.5) (2015-02-17)

[Full Changelog](https://github.com/devlooped/NuDoq/compare/v1.2.0...v1.2.5)

## [v1.2.0](https://github.com/devlooped/NuDoq/tree/v1.2.0) (2014-09-02)

[Full Changelog](https://github.com/devlooped/NuDoq/compare/v1.2...v1.2.0)

## [v1.2](https://github.com/devlooped/NuDoq/tree/v1.2) (2014-09-02)

[Full Changelog](https://github.com/devlooped/NuDoq/compare/e29fc17717e92ce036a941f16f1d771ef028f52e...v1.2)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit 59bb902

Please sign in to comment.