Releases: Wissance/WebApiToolkit
Release v5.2.0
Added :
Github actionsforCI(Build+testrun)- Added additional method for 1-line controller add that have Factory fucn, to return a different result from methods
Create&&Updatefactory methods are having nowDbContextfor proper working with many-2-many by default
Release v5.1.0
WebAPIToolkit allows now to create ReadOnly/FullCrud/Bulk controller in one line of code in you App!
Release v5.0.0
- Added
net9.0support - Update nuget package version to keep net6.0
- Removed
netcoreapp3.1andnet5.0(will be supported in branch master_old_platfroms)
Release v4.0.1
- Fixed
EfSoftRemovableEntitiManagerderiving issues - Documentation was also fixed
Release v4.0.0
During this release we received the following:
- Lib specific classes were moved into separate
Assemblyand will be available as a separateNuGetpackage - Added file management support (
web foldersandS3 Cloudservices) - Was added default
Create,Update,Bulk Create,Bulk UpdateandBulk Deleteimpl for EntityFramework-based Manager classes
Release v3.0.0
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
GRPCsupport (#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
Rollback from particular solution to more elegant and typed way
Release v1.6.0
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
Small addition in ReadByIdAsync contract for service (GRPC template) that helps to understand error reason and form proper error message
Release v1.5.0
Added services interfaces and class for usage in GRPC-services (should be tested)