Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.02 KB

Changelog.md

File metadata and controls

41 lines (29 loc) · 1.02 KB

version 1.2.2

  • fix EmptyRow will get exception.
  • Support thAttributes

version 1.2.1

  • Add HtmlTableHelperBuilder (SetCaption)

version 1.2.0

  • Improve efficiency by ValueGetter

version 1.1.9

  • Support .NET 4.0

version 1.1.8

  • Support .NET 4.5

version 1.1.7

  • fix ArgumentNullException when property is null

version 1.1.6

  • Support Annotation DisplayName/Skip Custom Attribute

version 1.1.5

  • Fix Cache Key GetHashCode replaced by type.MetadataToken + type.Module.ModuleVersionId + prop.MetadataToken + prop.Module.ModuleVersionId
  • Fix DataTable element attribute not work.

version 1.1.4

  • ToHtmlTableByProperties Add ExpressionCaches , it improve the efficiency after the cache created.
  • Support Cunstom Table/TR/TD Attributes.

version 1.1.3

  • Configurable InnerHtml Encoding

version 1.1.2

  • Defalut html encode prevent xss

version 1.1.1

  • Support Dapper Dynamic Query
  • Support Dictionary
  • Support DataTable