Releases: svenheden/csharp-models-to-typescript
Releases · svenheden/csharp-models-to-typescript
v1.1.0
What's Changed
- Added Directory.Build files to isolate cs projects by @jakenuts in #81
- Security: Bump System.Text.Json from 8.0.4 to 8.0.5 in /lib/csharp-models-to-json by @dependabot in #82
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Ignore IgnoreDataMember attribute by @digocesar in #71
- Insert @deprecated comment when type is Obsolete in C# by @digocesar in #59
- Bump System.Text.Json from 8.0.2 to 8.0.4 in /lib/csharp-models-to-json by @dependabot in #80
New Contributors
- @dependabot made their first contribution in #80
Full Changelog: v1.0.0...v1.0.1
1.0.0
What's Changed
- Upgrade .NET dependencies (Retarget to .NET 8) and use System.Text.Json by @SafeerH in #76
- GitHub Actions with workflows tests by @digocesar in #77
- Implement robust JSON isolation between .NET console app and Node.js by @SafeerH in #78
- Validate enum binary value by @digocesar in #75
- Keep C# enum value sequence by @digocesar in #79
Full Changelog: v0.23.0...v1.0.0