Skip to content

Releases: TheMagnificent11/lewee

0.19.0

Choose a tag to compare

@TheMagnificent11 TheMagnificent11 released this 24 Sep 00:44

What's Changed

Breaking Changes

  • #69 Replace MVC controllers with FastEndpoints # (#75)
  • #71 Refactors QuerySpecification and Repository (#72)

0.10.0

Choose a tag to compare

@TheMagnificent11 TheMagnificent11 released this 21 Sep 19:15
  • #66 Simplified Lewee.Blazor service configuration
  • Upgraded xUnit package dependencies

0.9.0

Choose a tag to compare

@TheMagnificent11 TheMagnificent11 released this 17 Sep 18:39

Breaking Changes

  • #55 The Lewee.Infrastructure.Logging package has been removed with its functionality now in the Lewee.Infrastructure.AspNet package (Lewee.Infrastructure.AspNet.Observability namespace).
  • #56 CorrelationId has been added to the IRequestSuccessAction and IRequestErrorAction interfaces (in the Lewee.Blazor.Fluxor.Actions namespace).

0.8.0

Choose a tag to compare

@TheMagnificent11 TheMagnificent11 released this 03 Sep 13:38
  • #49 Improvements to Lewee.Domain.IRepository<T> and Lewee.Infrastructure.Data.Repository<TAggregate, TDbContext>

0.7.0

Choose a tag to compare

@TheMagnificent11 TheMagnificent11 released this 03 Sep 10:11
  • #48 Fixed referencing bug in Lewee.Infrastructure.Data (includes breaking change to ConfigureDatabaseWithSeeder<TContext, TSeeder>() IServiceCollection extension method)

0.6.0

Choose a tag to compare

@TheMagnificent11 TheMagnificent11 released this 03 Sep 10:08
  • #41 New Lewee.Domain.ISpecification<T> interface
  • Upgraded dependencies

0.5.3

Choose a tag to compare

@TheMagnificent11 TheMagnificent11 released this 25 Aug 16:33

No functional change from 0.3.0 release (lots of tags were added in order to get publish pipeline working correctly)

0.3.0

Choose a tag to compare

@TheMagnificent11 TheMagnificent11 released this 25 Aug 13:20
  • #16 Register Lewee.Infrastructure.Data.Repository<TAggregate, TDbContext> using assembly scanning as part of ConfigureDatabase<TDbContext> IServiceCollection extension method in Lewee.Infrastructure.Data.

  • #22 Use X-Correlation-ID for the header value that provides the correlation ID for logging.