Releases: bbtsoftware/BBT.StructureTools
Releases · bbtsoftware/BBT.StructureTools
3.0.0
What's Changed
- (GH-128) Use dotnet pack command by @bbtbir in #129
- Bump FluentAssertions from 6.9.0 to 6.10.0 in /src by @dependabot in #130
- Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in /src by @dependabot in #131
- Fix PackageProjectUrl #133 by @mom-bbtsoftware in #132
- Fixes issue #134. by @stefan-lindegger in #135
New Contributors
- @mom-bbtsoftware made their first contribution in #132
Full Changelog: 2.1.2...3.0.0
2.1.2
What's Changed
- Convert registration methods simplified and additional convert helper implementations added. by @stefan-lindegger in #92
- Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 in /src by @dependabot in #107
- Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.2.0 in /src by @dependabot in #109
- Bump Ninject from 3.3.4 to 3.3.6 in /src by @dependabot in #112
- Bump xunit from 2.4.1 to 2.4.2 in /src by @dependabot in #113
- Bump BBT.Maybe from 3.1.0 to 3.1.1 in /src by @dependabot in #119
- Bump BBT.StrategyPattern from 1.0.0 to 1.1.0 in /src by @dependabot in #120
- Bump Moq from 4.16.1 to 4.18.4 in /src by @dependabot in #121
- Bump FluentAssertions from 6.1.0 to 6.9.0 in /src by @dependabot in #122
- (GH-123) Remove Cake and Wyam documentation by @bbtbir in #124
- (GH-125) update nuspec by @bbtbir in #126
- Build Number in .nupkg by @bbtbir in #127
New Contributors
Full Changelog: 2.0.1...2.1.2
2.1.1
What's Changed
- Convert registration methods simplified and additional convert helper implementations added. by @stefan-lindegger in #92
- Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.1.0 in /src by @dependabot in #101
- Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 in /src by @dependabot in #107
- Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 in /src by @dependabot in #109
- Bump Moq from 4.16.1 to 4.18.1 in /src by @dependabot in #110
- Bump FluentAssertions from 6.1.0 to 6.7.0 in /src by @dependabot in #111
- Bump Ninject from 3.3.4 to 3.3.6 in /src by @dependabot in #112
- Bump xunit from 2.4.1 to 2.4.2 in /src by @dependabot in #113
- Bump BBT.Maybe from 3.1.0 to 3.1.1 in /src by @dependabot in #119
- Bump BBT.StrategyPattern from 1.0.0 to 1.1.0 in /src by @dependabot in #120
- Bump Moq from 4.18.1 to 4.18.4 in /src by @dependabot in #121
- Bump FluentAssertions from 6.7.0 to 6.9.0 in /src by @dependabot in #122
- (GH-123) Remove Cake and Wyam documentation by @bbtbir in #124
- (GH-125) update nuspec by @bbtbir in #126
New Contributors
Full Changelog: 2.0.1...2.1.1
2.0.1
This release was created because the release 2.0.0 was created in a wrong way by mistake which is based on version 1.0.3.
As part of this release we had 2 issues closed.
Breaking change
- #91 Simplify ConvertRegistration methods
Feature
- #93 Introduce ICreateConvertFromStrategyHelper and ICreateTargetImplConvertTargetImplHelper
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
As part of this release we had 13 issues closed.
Breaking changes
Features
Bugs
- #69 IocHandler doesn't register IDefaultValueProvider implementation
- #35 Make types public
- #21 Rename TestIoContainer to TestIocContainer
- #18 Allow transient IoC registrations to be passed in
- #17 Add public constructor to internal classes which are instantiated via IoC
Improvements
- #45 Re-port the entire library
- #36 ReferenceTypeExtensions.AddRangeToCollectionFilterNulvalues should not analyze Expression Tree to find the Add method
Documentation
- #7 Add documentation