Releases: skbkontur/TypeScript.ContractGenerator
Releases · skbkontur/TypeScript.ContractGenerator
v2.1.8 - 2024.05.16
v2.1-release.4 v2.1-release 4
v2.1.5 - 2024.03.01
- correctly generate type with generic enum constraint
v2.1.4 - 2024.01.11
- simplify api generator
v2.1.3 - 2024.01.11
- Make DefaultApiCustomization methods virtual
v2.1.2 - 2024.01.11
- refactor ApiControllerTypeBuildingContext
- use string templates with custom tag for urls in generated apis
v2.0.150 - 2024.01.09
- Add net8.0 support to cli tool; run tests against net8.0 tfm
- Fix tests to run on Linux
v2.0.142 - 2023.11.09
- support type imports
v2.0.135 - 2023.09.19
- bump Microsoft.CodeAnalysis
v2.0.131 - 2023.05.09
- Use net7.0 in
TypeScript.ContractGenerator.Cli
- Add
ApiControllerTypeBuildingContext
- Update AspNetCoreExample to use latest web api template
v2.0.126 - 2023.05.03
- Update dependencies
- Test against net7.0 tfm