Skip to content

Releases: Wissance/WebApiToolkit

Release v5.2.0

08 Nov 19:05

Choose a tag to compare

Added :

  1. Github actions for CI (Build +test run)
  2. Added additional method for 1-line controller add that have Factory fucn, to return a different result from methods
  3. Create && Update factory methods are having now DbContext for proper working with many-2-many by default

Release v5.1.0

29 Aug 05:52

Choose a tag to compare

WebAPIToolkit allows now to create ReadOnly/FullCrud/Bulk controller in one line of code in you App!

Release v5.0.0

15 Aug 07:40

Choose a tag to compare

  • Added net9.0 support
  • Update nuget package version to keep net6.0
  • Removed netcoreapp3.1 and net5.0 (will be supported in branch master_old_platfroms)

Release v4.0.1

15 Aug 09:38

Choose a tag to compare

  1. Fixed EfSoftRemovableEntitiManager deriving issues
  2. Documentation was also fixed

Release v4.0.0

14 Aug 18:55

Choose a tag to compare

During this release we received the following:

  1. Lib specific classes were moved into separate Assembly and will be available as a separate NuGet package
  2. Added file management support (web folders and S3 Cloud services)
  3. Was added default Create, Update, Bulk Create, Bulk Update and Bulk Delete impl for EntityFramework-based Manager classes

Release v3.0.0

31 Mar 05:49

Choose a tag to compare

Release 2.0.0 was made under certain circumstances (and now we are going to revert contract back!)
Additionally we implemented the following features:

  • Make consistent order of Template args (#6)
  • Add GRPC support (#22)
  • Add net8 support (#17)
  • Positive size value check (#23)
  • Read endpoints error pass (#27)

The nuget package of 3.0.0 version will be reliased soon

Release v2.0.0

02 Feb 16:19

Choose a tag to compare

Rollback from particular solution to more elegant and typed way

Release v1.6.0

06 May 10:13

Choose a tag to compare

WebApiToolkit Controller classes were extended with additional parameters that implements interface IReadFilterable that holds all additional query filtering parameters and convers them to Dictionary<string, string> that is using in Filter Function. Those allows to see all additional Query Parameters in Swagger

Release v1.5.1

21 Feb 13:25

Choose a tag to compare

Small addition in ReadByIdAsync contract for service (GRPC template) that helps to understand error reason and form proper error message

Release v1.5.0

21 Jan 18:15

Choose a tag to compare

Release v1.5.0 Pre-release
Pre-release

Added services interfaces and class for usage in GRPC-services (should be tested)