Skip to content

Latest commit

 

History

History
90 lines (61 loc) · 2.24 KB

File metadata and controls

90 lines (61 loc) · 2.24 KB

Version: 0.5.1

Date: Jan-12-2026

  • Improved Error messages

Version: 0.5.0

Date: Oct-05-2025

  • Feat: Added OAuth Support in Dotnet Model Generator

Version: 0.4.6

Date: Feb-19-2024

  • Fix JsonProperty tag to get added for Uid field.

Version: 0.4.5

Date: Feb-06-2024

  • Extended JsonProperty usage all fields, irrespective of underscore presence in the field name.

Version: 0.4.4

Date: Apr-12-2023

  • Support for nullable annotation context and nullable warning context to avoid runtime errors.
  • Support for branch specific model generation added

Version: 0.4.3

Date: Feb-25-2022

  • Upgraded to Net 6.0 compatibility.

Version: 0.4.2

Date: Feb-25-2022

  • Modular block with global field class naming issue resolved

Version: 0.4.1

Date: Jul-16-2021

New Feature:
  • Feature Json RTE support added

Version: 0.4.0

Date: Apr-09-2021

New Feature:
  • Embedded Items feature support added to generate IEmbeddedObject and IEntryEmbedable

Version: 0.3.0

Date: Mar-12-2021

Update API:
  • Removed Delivery Token support from plugin use Authtoken instead.
Bug fix:
  • Reference field List/Object issue for new Stack resolved.

Version: 0.2.3

Date: Aug-12-2020

  • DisplayNameAttribute added for Modular block Enum
  • Skip limit functionality added to support Stack with more than 100 Content Type and Global Field
  • Contentstack Response Class added
  • Modular block converter to implement CSJsonConverterAttribute to autoload converters

Version: 0.2.2

Date: June-17-2020

  • Modular block with Global field

Version: 0.2.1

Date: May-15-2020

  • Entry Links URL Parsing
  • Modular block Enum Parsing

Version: 0.2.0

Date: May-4-2020

  • Host addition support added

Version: 0.1.3

Date: Feb-14-2020

  • ContentstackHelper update with using statement
  • Update to Class implementation with 'partial class'
  • Added const string 'ContentType' to specify content-type of class
  • Support to set reference field class in MultiCT for single reference

Version: 0.1.0

Date: Jan-10-2020

  • Introduce ContentStack model generator CLI for DOTNET.