Releases: STARIONGROUP/SysML2.NET
Releases · STARIONGROUP/SysML2.NET
SysML2.NET.REST - version 0.5.0
This release includes the following:
- [Update] to ST6RI-575 Updated metamodel for 2022-08
- [Update] Json serializer to version 0.5.0
SysML2.NET - version 0.5.0
This release includes the following:
- [Update] to ST6RI-575 Updated metamodel for 2022-08 and regenerate code (enum and DTO)
SysML2.Viewer version 0.2.0
This release includes the following:
- [Refactor] web-app to make user of SysML2.NET.REST to handle REST requests on model server
- [Add] authentication to web-app
- [Add] login page when not authenticated allows a user to provide username, password and model server url; fixes #5
SysML2.NET.Serializer.Json - version 0.4.0
This release includes the following:
- [Update] ecore metamodel from source git repos
- [Refactor] deserializers to be less string on null value for non-nullable property; fixes #7
- [Add] logging to API class deserializers
SysML2.NET.REST - version 0.4.0
This release includes the following:
- [Add] REST project that provides an abstraction over the SysML V2 REST API
SysML2.NET - version 0.4.0
This release includes the following:
- [Update] ecore metamodel from source git repos
- [Fix] documentation
- [Add] default properties to DTO constructor when set in metamodel
- [Add] QueryParameters class
SysML2.NET.Serializer.Json - version 0.3.0
This release includes the following:
- [Add] async deserializer method
- [Refactor] code-generators and namespaces to accommodate API classes next to SysML2.NET.Core classes
- [Add] hand-coded deserializers for Commit, DataIdentity, DataVersion, Project, Tag, Branch
SysML2.NET - version 0.3.0
This release includes the following:
- [Add] REST API DTO classes to namespace SysML2.NET.API.DTO
- [Add] REST API POCO classes to namespace SysML2.NET.API.POCO
- [MOVE] generated DTO from Sysml2 meta-model to SysML2.NET.Core.DTO namespace
SysML2.NET.Serializer.Json - version 0.2.0
This release includes the following:
- [Refactor] code generators to generate properties sorted by property-name
- [Add] generated DeSerializationProvider
- [Add] generated DeSerializer for classes and enums
SysML2.NET - version 0.2.0
This release includes the following:
- [Add] EFeatureAttribute class to be used to decorate properties of classes
- [Refactor] code generators to generate properties sorted by property-name
- [Refactor] code generators to generate default constructor