Skip to content

Releases: michalkowal/FluentSpecification

1.3.0

15 Aug 20:46
Compare
Choose a tag to compare

As part of this release we had 7 commits which resulted in 1 issue being closed.

Improvement

  • #28 Specification validation message customization with Func<>

1.2.2

13 Aug 19:39
Compare
Choose a tag to compare

As part of this release we had 11 commits which resulted in 2 issues being closed.

Bugs

  • #26 Incorrect SpecificationResult generated by TranslatableSpecification
  • #25 Bump System.Security.Cryptography.Xml from 4.5.0 to 4.7.1 in /src/FluentSpecification.Integration.Tests

1.2.1

11 Aug 20:22
Compare
Choose a tag to compare

As part of this release we had 5 commits which resulted in 1 issue being closed.

Bug

  • #24 'Specification' is an ambiguous reference

1.2.0

11 Aug 18:54
Compare
Choose a tag to compare

As part of this release we had 7 commits which resulted in 2 issues being closed.

Feature

  • #14 Localization support for validation

1.1.0

25 Aug 16:52
Compare
Choose a tag to compare

As part of this release we had 6 commits which resulted in 1 issue being closed.

Improvement

  • #18 Sign assemblies

1.0.0

05 May 09:16
Compare
Choose a tag to compare

FluentSpecification is stable and ready to use!

In this release:

  • FluentSpecification.Abstractions package - abstraction layer for Specification Design Pattern.
  • FluentSpecification.Core package - base implementations and utils.
  • FluentSpecification package with many common Specifications.
  • 48 built-in Specifications with validation and Linq support.
  • About 4000 unit tests.
  • Integration tests with Entity Framework (core and normal).
  • Support for .NET Standard 1.0-2.0 (and .NET Core 1.0-2.2).
  • Support for .NET Framework 4.5 and greater.
  • Fluent API - simple and understandable way to use Specifications
  • Full documentation with description about concept, usage, customizing and built-in Specifications.
  • API description