Skip to content

Releases: STARIONGROUP/reqifviewer

Version 0.13.0

20 Mar 14:54
Compare
Choose a tag to compare

This version includes the following features:

  • [Update] solution dependencies (reqifsharp, Radzen.Blazor, NUnit.Console, NUnit3TestAdapter, coverlet.collector)

Version 0.10.0

20 Mar 14:53
Compare
Choose a tag to compare

This version includes the following features:

  • [Add] Serilog logging and replace console.writeline with logger statements
  • [Bump] to reqifsharp version 5.0.0
  • [Bump] to Radzen.Blazor version 3.13.12

Version 0.9.0

29 Dec 15:43
Compare
Choose a tag to compare

This version includes the following features:

  • [Display] enumeration values as concatenated string with ; as separator; fixes #29
  • [Add] capability to view external objects and their payload; fixes #32
  • [Add] selected attribute value to AttributeValuesComponent; fixes #33
  • [Add] column resizing; fixes #34
  • [Refactor] SpecificationDetailsPage to load data OnParametersSet
  • [Refactor] AttributeValuesComponent to reset selectedAttributeValues

Version 0.8.0

27 Dec 23:37
Compare
Choose a tag to compare

This version includes the following features:

  • [Add] SpecObjectDetailsPage and AttributeDefinitionDetailsPage; fixes #24
  • [Add] SpecObjectComponent to SpecObjectDetailsPage
  • [Refactor] SpecType page into one for all types (RelationGroupType, SpecificationType, SpecObjectType, SpecRelationType); fixes #8
  • [Add] SpecObject details to SpecificationDetailsPage; fixes #30
  • [Add] SpecRelationPage and SpecRelationDetailsPage; fixes #31
  • [Update] solution dependencies: Radzen.Blazor and NUnit3TestAdapter
  • [Add] lang attribute to wwwroot/index.html
  • [Fix] hyperlinks on DataTypeDefinitionDetailsPage

Version 0.7.0

26 Dec 09:30
Compare
Choose a tag to compare

This version includes the following features:

  • [Add] DataTypeDefinitionDetailsPage; fixes #6
  • [Bump] to ReqIFSharp version 5.0.0-rc3, implements async (de)serialization and cancellation
  • [Update] to Radzen.Blazor 3.13.10, Blazor-Analytics 3.10.0; bunit.web 1.4.15

Version 0.6.0

21 Dec 22:14
Compare
Choose a tag to compare

This version includes the following features:

  • [Add] SpecObjectDetailsPage; fixes #27

Version 0.5.0

21 Dec 22:13
Compare
Choose a tag to compare

This version includes the following features:

  • [Fix] URI on SpecObjectPage
  • [Add] master-detail (hierarchy) list of AttributeDefinition contained by SpecObjectType, SpecificationType and SpecRelationType; fixes #26
  • [Add] SpecificationPage that lists Specifications contained by selected ReqIF file; fixes #17
  • [Refactor] navigation to: /reqif/identifier/.../{some-other-identifier}
  • [Add] SpecificationDetailsPage
  • [Add] SpecElementWithAttributesExtensions, SpecHierarchyExtensions, SpecificationExtensions
  • [Update] solution dependenciea
  • [Update] SpecificationPage and SpecificationDetailsPage
  • [Add] AttributeValuesComponent

Version 0.4.0

15 Dec 16:27
Compare
Choose a tag to compare

This version includes the following features:

  • [Add] DatatypeDefinition page which shows a list of DatatypeDefinitions; fixes #5
  • [Add] SpecificationTypePage; fixes #7
  • [Add] SpecObjectTypePage; fixes #20
  • [Add] SpecRelationTypePage; fixes #21
  • [Add] SpecObjectPage; fixes #23

Version 0.3.0

15 Dec 06:09
Compare
Choose a tag to compare

This version includes the following features:

  • [Add] hyperlink to ReqIF icon; fixes #16
  • [Add] about dialog; fixes #9
  • [Update] solution dependencies such as: ReqIFSharp, Radzen.Blazor, NUnit.Console, NUnit3TestAdapter

Version 0.2.0

08 Dec 21:46
Compare
Choose a tag to compare

This version includes the following features:

  • statistics page; fixes #4
  • clear button on index page; fixes #15