Skip to content

Latest commit

 

History

History
415 lines (244 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

415 lines (244 loc) · 18.5 KB

Road map

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

v1.9.1 (2022-06-05)

  • Update dependencies: add support for NSwag.Commands v13.19.0
  • Fix issue #86 with LiquidTemplate

v1.9.0 (2023-06-05) provided by Andreas Böhm

  • Some fixes to restore compatibility with Visual Studio 2017 and 2019 (issue #78, issue #80)
  • Fixes to warnings about threading problems, which can potentially lead to deadlocks
  • Restore the image for the "Report a bug" button
  • Code cleanup
  • Code sample for processing of Json-OneOf inheritance (for reference, when someone finds a way to extend the NSwag code generators)

v1.8.0 (2022-12-10)

  • Update dependencies: add support for NSwag.Commands v13.18.0

v1.7.0 (2021-12-12)

  • Update dependencies: add support for NSwag.Commands v13.14.8
  • Fix issue #56 - Visual Studio 2022 Support

v1.6.8 (2021-10-22)

v1.6.7 (2021-10-22)

v1.6.6 (2021-10-21)

v1.6.5 (2021-08-06)

v1.6.4 (2021-08-05)

v1.6.3 (2021-08-05)

  • Update dependencies: add support for NSwag.Commands v13.13.0
  • Remove Newtonsoft.Json dependency in the code
  • Add Connected Service version on the first page

v1.6.2 (2021-07-23)

v1.6.1 (2021-07-20)

v1.6.0 (2021-06-18)

  • Update dependencies: add support for Visual Studio 2022 preview v1.0

v1.5.26 (2021-06-02)

v1.5.25 (2021-06-02)

v1.5.24 (2021-05-08)

v1.5.23 (2021-05-07)

v1.5.22 (2021-05-07)

v1.5.21 (2021-04-28)

  • Update dependencies: update System.Text.Encodings.Web to v4.7.2
  • Add option for accepting all untrusted certificates on the first wizard page

v1.5.20 (2021-04-13)

v1.5.19 (2021-03-08)

v1.5.18 (2021-03-08)

v1.5.17 (2021-02-27)

v1.5.16 (2021-02-17)

v1.5.15 (2021-02-16)

v1.5.13 (2021-02-12)

v1.5.12 (2021-02-06)

v1.5.11 (2021-01-16)

v1.5.10 (2020-11-18)

v1.5.9 (2020-11-14)

v1.5.8 (2020-11-13)

v1.5.7 (2020-11-11)

v1.5.6 (2020-09-30)

v1.5.5 (2020-09-28)

v1.5.4 (2020-08-03)

v1.5.3 (2020-07-23)

v1.5.2 (2020-06-26)

v1.5.1 (2020-06-12)

  • Update dependencies: add support for NSwag.Commands v13.6.1
    • Add NewLineBehaviour
    • Fix enum style UI
    • Add default CancellationToken parameter to C# controller template
    • Update NJS, add GenerateNullableReferenceTypes to CLI/UI
  • Update ps1-script for publishing vsix to vsixgallery.com
  • Fix bug: add some missed C# client and controller generation options

v1.5.0 (2020-06-05)

  • Add experimental feature: ability to convert to OpenAPI specification from OData specification based on OpenAPI.NET.OData before code generation

v1.4.8 (2020-05-29)

v1.4.7 (2020-05-09)

v1.4.6 (2020-04-18)

v1.4.5 (2020-04-16)

v1.4.4 (2020-04-16)

v1.4.3 (2020-04-10)

v1.4.2 (2020-03-21)

v1.4.1 (2020-03-06)

v1.4.0 (2020-02-27)

  • Add feature: exclude type names in separate Window for C# client code generation

v1.3.18 (2020-02-13)

v1.3.17 (2020-01-17)

v1.3.16 (2020-01-13)

v1.3.15 (2019-12-19)

v1.3.14 (2019-12-17)

v1.3.13 (2019-11-23)

v1.3.10 (2019-11-22)

v1.3.9 (2019-11-14)

  • Add output relative project path in the first wizard page

v1.3.8 (2019-11-14)

v1.3.7 (2019-10-20)

  • Update icon resolution

v1.3.6 (2019-10-10)

v1.3.5 (2019-09-28)

v1.3.4 (2019-09-27)

  • Update dependencies: add support for NSwag.Commands v13.1.1
    • Add .NET Core 3.0 support
    • Improve JSON Schema generator fallback for System.Text.Json (still not recommended)
  • Update other nuget-dependencies

v1.3.3 (2019-09-25)

  • Add "Browse" button in the first wizard page for choosing specification file

v1.3.2 (2019-09-06)

v1.3.0 (2019-06-29)

  • Update dependencies: add support for NSwag.Commands v13.0.3
  • Add Inline named arays, Inline named dictonaries, Inline named tuples and Inline named any schemas options to CSharp Client Settings and CSharp Controller Settings wizard pages
  • Add Add model validation attributes option to CSharp Controller Settings wizard page
  • Add Any Type textbox into Primitive Types group to CSharp Client Settings and CSharp Controller Settings wizard pages
  • Add Inline named dictonaries and Inline named any schemas options to TypeScript Client Settings wizard page

v1.2.14 (2019-06-23)

  • Add support yaml-endpoints and endpoints not ends with ".json" or ".yml"

v1.2.10 (2019-05-22)

v1.2.9 (2019-05-22)

v1.2.6 (2019-05-01)

v1.2.4 (2019-04-30)

  • Add a button in the first wizard page for reporting bugs in github project issues

v1.2.1 (2019-04-22)

v1.2.0 (2019-04-20)

  • Add Compare OpenAPI-specifications... Command section to README
  • Add menu command embedded in Visual Studio Solution Explorer context menu lets you compare generated .nswag.json specification-file with another .nswag.json specification-file (or with specification given by endpoint)
  • Fix bug with empty ServiceName
  • Small fixes

v1.1.15 (2019-04-20)

  • Add fix: service now visible in VisualBasic projects
  • Add small fix: Fix service "ExtensionName"

v1.1.14 (2019-04-19)

  • Add fix: Add the ability to automatically install required nuget-packages for .net core

v1.1.13 (2019-04-16)

  • Add bug fix: Service update no longer blocks input fields for ServiceName and Endpoint (if you added several endpoints and want to update one of them).

v1.1.12 (2019-04-16)

  • Add fix: Updating the service blocks the input field for the ServiceName.

v1.1.9 (2019-04-14)

v1.1.7 (2019-04-14)

  • Fix: When updating a connected service: the configuration is loaded from the last saved configuration; not the entire first page of the wizard is blocked, but only the Endpoint.
  • Update README
  • Minor fixes

v1.1.6 (2019-04-11)

  • Add: in the first page of wizard add checkbox for open generated files on complete
  • Fix: add TextWrapping for correct display checkboxes text in wizard pages
  • Fix bug: now generated client (controller) code files add into the project

v1.1.5 (2019-04-10)

  • Small fixes

v1.1.4 (2019-04-10)

  • Delete Visual Studio MPF 15.0 from service Dependencies

v1.1.0 (2019-04-10)

  • Add Open in NSwagStudio Command section to README
  • Add menu command embedded in Visual Studio Solution Explorer context menu lets you open generated .nswag and .nswag.json files in NSWagStudio

v1.0.6 (2019-04-08)

  • Add ability to hide/show "Runtime and variables" settings in the first page of service settings wizard

v1.0.5 (2019-04-08)

  • Storage last OpenAPI (Swagger) specification Endpoint and Service name

v1.0.0 (2019-04-07)

  • Add required dependencies for the C# client
  • Generate C# Controller code and C# (TypeScript) HttpClient code with NSwag - a Swagger/OpenAPI 2.0 and 3.0 toolchain
  • Add Settings Meaning section to README
  • Add Troubleshooting section to README
  • Add Getting Started overview to GitHub README
  • Release version of Unchase OpenAPI (Swagger API) Connected Service extension for VS2017/2019 on Visual Studio Marketplace