Releases: domn1995/dunet
Releases · domn1995/dunet
v1.11.2
v1.11.1
What's Changed
- Mark generated source code as autogenerated by @hwoodiwiss in #215
Packages
https://www.nuget.org/packages/Dunet/1.11.1
Full Changelog
v1.11.0
What's Changed
- Bump Microsoft.CodeAnalysis.CSharp from 4.7.0 to 4.8.0 by @dependabot in #190
- Upgrade to dotnet 8 by @domn1995 in #187
- Bump PolySharp from 1.13.2 to 1.14.0 by @dependabot in #192
- Bump PolySharp from 1.14.0 to 1.14.1 by @dependabot in #201
- Separate UnionAttribute into its own project by @hwoodiwiss in #204
Migrating to v1.11.0
The following dunet package reference in .csproj files will now fail to build:
<PackageReference Include="dunet" Version="1.11.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
When upgrading to v1.11.0, you will need to simplify it to this:
<PackageReference Include="dunet" Version="1.11.0" />
Packages
https://www.nuget.org/packages/Dunet/1.11.0
New Contributors
- @hwoodiwiss made their first contribution in #204
Full Changelog
v1.10.0
v1.9.0
What's Changed
- Add incremental caching by @TimothyMakkison in #161
- Fix a potential nullable reference when parsing using statements by @domn1995 in #164
- Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0 by @dependabot in #142
- Bump PolySharp from 1.13.1 to 1.13.2 by @dependabot in #143
Packages
https://www.nuget.org/packages/Dunet/1.9.0
New Contributors
- @raymer made their first contribution in #160
- @TimothyMakkison made their first contribution in #161
Full Changelog
v1.8.0
What's Changed
- Adds a stateful match function for memory-sensitive scenarios by @panoukos41 in #133
- Makes generated
Union
attributeinternal
to avoid CS0436 warning by @parched in #139
Packages
https://www.nuget.org/packages/Dunet/1.8.0
New Contributors
- @panoukos41 made their first contribution in #133
- @parched made their first contribution in #139
Full Changelog
v1.7.1
v1.7.0
What's Changed
- Match on specific union values by @domn1995 in #113
- Bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4 by @dependabot in #111
- Reduce memory allocations
Package
https://www.nuget.org/packages/Dunet/1.7.0
Full Changelog
v1.6.0
What's Changed
- Bump Microsoft.CodeAnalysis.CSharp from 4.3.1 to 4.4.0 by @dependabot in #86
- Improve cancellation support by @domn1995 in #97
Package
https://www.nuget.org/packages/Dunet/1.6.0