Skip to content

Commit 622b28f

Browse files
committed
saved release info
1 parent 1b2fe20 commit 622b28f

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,43 @@ You could see our articles about Toolkit usage:
7676

7777
## Versions History (Releases)
7878

79+
### Versions 1.0.0 - 3.0.0
80+
81+
* Created base controllers for ReadOnly (get many, get one) and FullCRUD (`ReadOnly` + `Create` + `Update` + `Delete`) operations.
82+
* Created base controllers for CRUD BULK operation (`~/api/bulk`) .
83+
* Created a common interface for passing paging and sorting.
84+
* Added support for controllers creation with `EntityFramework` as a DB technology.
85+
* Supported `API Explorations` with show all query parameters in `swagger`.
86+
* Supported the creation of `gRPC` services based on `IModelManager`.
87+
88+
### Version 4.0.0 - 4.x.x
89+
90+
* `WebAPIToolkit` project was separated on `WebAPIToolkit.Core` with interface parts only, and this part
91+
is independent from database techology.
92+
* Added support for operation with files, either a local or network holder or `S3 AWS Compatible Cloud Storage`.
93+
94+
Version `4.x.x` is active to support important features for outdated `.Net` plafrorms (`.netcoreapp3.1` and `.net5.0`)
95+
96+
### Version 5.0.0
97+
98+
* Removed support of `.netcoreapp3.1` and `.net5.0`
99+
* Added support for the `net9.0`
100+
* Updated package version to keep `net6.0`
101+
102+
### Version 5.1.0
103+
104+
* Generation tools development and it is possible to create Controllers dynamically with up to 1 line of code
105+
106+
### Version 5.2.0
107+
108+
* GitHub actions for CI (`Build +test run`)
109+
* Added an additional method for `1-line` controller add that has a factory func, to return a different result from methods
110+
* `Create` && `Update` factory methods are having now `DbContext` for proper working with `many-2-many` by default
111+
112+
### Version 5.3.0
113+
114+
* Added ability to easily switch off by attribute from routing any methods of base controllers
115+
79116
## Contributors
80117

81118
<a href="https://github.com/Wissance/WebApiToolkit/graphs/contributors">

0 commit comments

Comments
 (0)