Skip to content

Releases: Wissance/WebApiToolkit

Release v5.2.0

Choose a tag to compare

@EvilLord666 EvilLord666 released this 08 Nov 19:05

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

Choose a tag to compare

@EvilLord666 EvilLord666 released this 29 Aug 05:52

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

Release v5.0.0

Choose a tag to compare

@EvilLord666 EvilLord666 released this 15 Aug 07:40
  • 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

Choose a tag to compare

@EvilLord666 EvilLord666 released this 15 Aug 09:38
  1. Fixed EfSoftRemovableEntitiManager deriving issues
  2. Documentation was also fixed

Release v4.0.0

Choose a tag to compare

@EvilLord666 EvilLord666 released this 14 Aug 18:55

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

Choose a tag to compare

@EvilLord666 EvilLord666 released this 31 Mar 05:49

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

Choose a tag to compare

@EvilLord666 EvilLord666 released this 02 Feb 16:19

Rollback from particular solution to more elegant and typed way

Release v1.6.0

Choose a tag to compare

@EvilLord666 EvilLord666 released this 06 May 10:13

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

Choose a tag to compare

@EvilLord666 EvilLord666 released this 21 Feb 13:25

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

Release v1.5.0

Release v1.5.0 Pre-release
Pre-release

Choose a tag to compare

@EvilLord666 EvilLord666 released this 21 Jan 18:15

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