Skip to content

Releases: mthamil/EFDocumentationGenerator

v2.3.0

03 Oct 06:20
Compare
Choose a tag to compare
  • Support Visual Studio 2019

v2.2.0

04 Jun 03:12
Compare
Choose a tag to compare
  • Support property names that differ from their mapped column names.

v2.1.1

16 Oct 03:56
Compare
Choose a tag to compare
  • Fix bug where application configs with child items such as transforms were not being found when searching for a valid config. Note that the transform files themselves are not considered.

v2.1.0

11 Oct 06:28
Compare
Choose a tag to compare
  • Support pluralized table names.

v2.0.0

20 Jun 03:05
Compare
Choose a tag to compare
  • Support Visual Studio 2017
  • Discover connection strings in web.config files.

Version 1.3

30 Jul 07:07
Compare
Choose a tag to compare
  • Implemented population of Navigation Property Documentation nodes from MS_Description properties on Constraints.
  • Added warning for when a model contains pre-existing errors.

Version 1.2

22 Jul 06:18
Compare
Choose a tag to compare
  • Improved overall error handling.
  • Status messages are now written to the "Entity Documentation Generator" Output Window pane.
  • App.config files with unsaved changes will now be saved in order to try to pick up connection string changes.
  • Fixed crash when performing an initial generation.

Version 1.1

07 Jul 00:25
Compare
Choose a tag to compare
  • Added support for tables belonging to schemas other than the default, 'dbo'.