Releases: bUnit-dev/bUnit
1.0.0 beta-3: Better error handling and extra helper methods
This release include the following:
- Better error handling when rendering components, with better exception messages to help discover what has gone wrong.
- Added extra component parameter helper methods.
- Clean up of unnecessary methods in the ITextContext interface.
- Major upgrades to docs. Moved to the Wiki. Hopefully with better getting started section.
1.0.0-beta-2: Support for .net aspcore 3.1
This is a major, breaking upgrade, to the compared with the previous versions of the library.
It includes:
- Combine Steve Sandersons testing prototype into the library. Many of his ideas have been incorporated with some changes to API.
- Utilize my AngleSharp.Diffing library instead of XmlUnit to do semantic HTML comparisons.
- Many changes to API and functionality, please see the examples for how to continue.
As always, feedback is very welcome.
1.0.0 beta 1 release
TODO: Write change logs and update readme
Support for AspNetCore 3.1.0-preview1
Download the nuget package from https://www.nuget.org/packages/Razor.Components.Testing.Library/0.3.0-3.1.0-preview1-01
Upgraded to support AspNetCore 3.0.0
This is small release that adds support for AspNetCore 3.0.0.
Nuget package available here: https://www.nuget.org/packages/Razor.Components.Testing.Library/
Upgraded to support Preview-9
This is just a small compatibility release that makes the library compatible with Preview-9 of ASP.NET Core.
Link to Nuget package: https://www.nuget.org/packages/Razor.Components.Testing.Library/0.1.0-preview9-19424-4-1
Upgrade to support Preview 8
This release makes the library preview 8 compatible. It also changes the target framework to netstandard2.0
for a wider target audience.
Download from nuget: https://www.nuget.org/packages/Razor.Components.Testing.Library/0.1.0-preview8-19405-7-1
Initial release
First release with a nuget package published to nuget.org:
https://www.nuget.org/packages/Razor.Components.Testing.Library