- Improved Error messages
- Feat: Added OAuth Support in Dotnet Model Generator
- Fix JsonProperty tag to get added for Uid field.
- Extended JsonProperty usage all fields, irrespective of underscore presence in the field name.
- Support for nullable annotation context and nullable warning context to avoid runtime errors.
- Support for branch specific model generation added
- Upgraded to Net 6.0 compatibility.
- Modular block with global field class naming issue resolved
- Feature Json RTE support added
- Embedded Items feature support added to generate IEmbeddedObject and IEntryEmbedable
- Removed Delivery Token support from plugin use Authtoken instead.
- Reference field List/Object issue for new Stack resolved.
- 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
- Modular block with Global field
- Entry Links URL Parsing
- Modular block Enum Parsing
- Host addition support added
- 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
- Introduce ContentStack model generator CLI for DOTNET.