Skip to content

Latest commit

 

History

History
96 lines (53 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

96 lines (53 loc) · 3.61 KB

Road map

Change log

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

v0.6.0 (2019-08-04)

  • Add bug fix for issue #7:
    • Fix updating with more than one endpoints. Now works correctly
    • Add the check for untrusted certificate when connecting to ssl Service
  • Add bug fix: fix parameter's namespaces for FunctionImports in SimpleOData generation

v0.5.3 (2019-04-30)

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

v0.5.0 (2019-04-19)

  • Add feature: Generate client-side VisualBasic proxy-classes for OData protocol versions 1.0-3.0

v0.4.4 (2019-04-16)

  • Add minor fix: in SimpleOData generation methods add @-symbol before the endpoint uri in new ODataClient(@"<enpoint_uri>"); bounded parameter type was fixed

v0.4.3 (2019-04-14)

v0.4.0 (2019-04-13)

  • The code has been refactored!
  • Add: in the first page of wizard add checkbox for open generated files on complete
  • Add ability to hide/show settings in the first page of service settings wizard
  • Storage last OData metadata Endpoint and Service name

v0.3.14 (2019-04-12)

v0.3.12 (2019-02-26)

  • Fix error in method GetModelRegion

v0.3.11 (2019-02-26)

  • Fix error in method GetFunctionMethodRegionWithSimpleOdataClient

v0.3.10 (2019-02-26)

  • Fix nuget package source to nuget online repository

v0.3.9 (2019-02-22)

  • Fix errors in OData V4 generator class: fix casting IEdmTypeDefinition to clrTypeName

v0.3.8 (2019-02-20)

  • Fix setting web-proxy credentials

v0.3.7 (2019-02-20)

  • Add web-proxy (with network credentials) for connecting to the endpoint

v0.3.6 (2019-02-20)

  • Add network credentials for connecting to the endpoint

v0.3.2 (2019-02-18)

  • Add checkbox for enable/disable methods generation from FunctionImports

v0.3 (2019-02-17)

  • Add methods to generating functions from FunctionImports in OData V3 extension class

v0.2 (2019-01-18 - 2019-01-27)

  • Add methods in OData V3 extension class for calling service methods returns void value

v0.1.34 (2019-01-11)

  • Add code-fix in tt-template for OData V3 extension class: simplify method AddGetQueryOptions

v0.1.33 (2019-01-10)

  • Fix bug: make public a few internal classes

v0.1.0 - 0.1.32 (2018-12-30 - 2018-12-31)

  • Add necessary nuget-packages for client-side OData proxy-classes
  • Generate client-side class with proxy-class extension methods for OData protocol versions 1.0-3.0 (with generating functions from FunctionImports)
  • Generate client-side C# proxy-classes for OData protocol versions 1.0-4.0