This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
2.0.0
Features
- Razor.Extensions API polish (#1521)
- Razor.Language API polish (#1510)
- Imported @page directive should log a diagnostic. (#1503)
- RequiredAttributeDescriptor should implement : IEquatable (#1495)
- Make child tag a descriptor instead of a string (#1493)
- @page should look at malformed directives and attempt to classify a document as a page. (#1448)
- Add error representation to IR (#1412)
- Enable inline extensible directives (#1378)
- Enable multiple occurring extensible directives (#1377)
- Enable file scoped extensible directives (#1376)
- Add error checking for target extensions (#1355)
- Change inherits, section and functions to be addable components. (#1203)
Bugs Fixed
- Implement error recovery for directive tokens (#1173)
- Preallocated attributes breaks the null-check on indexers (#1057)
- Add errors for multiple tagHelperPrefix directives in the same file (#942)
- ValueStyle of tag helper bound attributes with literal values is not set correctly (#900)
- Attributes with statements (@if, @Do etc.) do not accurately represent source. (#897)