Skip to content

Releases: eclipse-esmf/esmf-aspect-model-editor

v6.0.2

01 Apr 08:57

Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

17 Feb 13:49

Choose a tag to compare

What's Changed

  • Adjust windows installer.
  • Add environment variables and update dependencies in tagged_release.yml by @Yauhenikapl in #320
  • Fetch release assets via tags endpoint by @michelu89 in #321

Full Changelog: v6.0.0...v6.0.1

v6.0.0

13 Feb 12:55

Choose a tag to compare

What's Changed

Enhancements and Fixes

  • Codebase Refactor: Refactored the codebase to improve structure and maintainability. Contribution by @michelu89. View Pull Request #238
  • ZIP Structure Improvement: Removed the extra folder inside the ZIP file to clarify its contents. Thanks to @michelu89. View Pull Request #247
  • Installation & Testing Fixes: Fixed npm installation issues and Cypress test failures caused by dependency upgrades. Thanks to @michelu89. View Pull Request #260
  • Empty Path Hotfix: Resolved issues related to empty paths. Contribution by @michelu89. View Pull Request #262
  • Documentation Cleanup: Removed outdated references to the ESMF forum. Thanks to @atextor. View Pull Request #264
  • Documentation Improvements: Fixed and improved project documentation. Thanks to @atextor. View Pull Request #276
  • TTL & SDK Alignment: Fixed issues #252 and #269 by aligning with strict TTL handling and the Java SDK. Thanks to @georgemoscu. View Pull Request #282
  • SDK Version Fix: Set the correct ESMF SDK version. Contribution by @michelu89. View Pull Request #291
  • Developer Documentation: Created simple developer documentation. Thanks to @georgemoscu. View Pull Request #296
  • New SAMM Value Type: Introduced a new SAMM value type based on the ESMF SAMM metamodel. Contribution by @michelu89. View Pull Request #305
  • Functionality Updates: Updated functionality according to the project TODO list. Thanks to @sobolevskaia. View Pull Request #306

Dependency Updates

  • Express & Serve-Static Update: Bumped serve-static and express in the core module. Updated by @dependabot. View Pull Request #249
  • Body-Parser & Express Update: Bumped body-parser and express in the core module. Updated by @dependabot. View Pull Request #250
  • Rollup Update: Bumped rollup from 4.18.0 to 4.22.4 in the core module. Updated by @dependabot. View Pull Request #251
  • Vite & Angular DevKit Update: Bumped vite and @angular-devkit/build-angular in the core module. Updated by @dependabot. View Pull Request #261
  • Undici & Angular DevKit Update: Bumped undici and @angular-devkit/build-angular in the core module. Updated by @dependabot. View Pull Request #259
  • js-yaml Update: Bumped js-yaml from 3.14.1 to 3.14.2 in the core module. Updated by @dependabot. View Pull Request #292
  • Form-Data Update: Bumped form-data from 4.0.1 to 4.0.4 in the core module. Updated by @dependabot. View Pull Request #285
  • PrismJS Update: Bumped prismjs from 1.29.0 to 1.30.0 in the core module. Updated by @dependabot. View Pull Request #274
  • Glob Update: Bumped glob in the core module. Updated by @dependabot. View Pull Request #294
  • Koa & Nx Angular Update: Bumped koa and @nx/angular in the core module. Updated by @dependabot. View Pull Request #295

New Contributors

Full Changelog: v5.6.1...v6.0.0-rc1

v6.0.0-rc2

09 Feb 15:37

Choose a tag to compare

v6.0.0-rc2 Pre-release
Pre-release
What's Changed

Enhancements and Fixes

  • Codebase Refactor: Refactored the codebase to improve structure and maintainability. Contribution by @michelu89. View Pull Request #238
  • ZIP Structure Improvement: Removed the extra folder inside the ZIP file to clarify its contents. Thanks to @michelu89. View Pull Request #247
  • Installation & Testing Fixes: Fixed npm installation issues and Cypress test failures caused by dependency upgrades. Thanks to @michelu89. View Pull Request #260
  • Empty Path Hotfix: Resolved issues related to empty paths. Contribution by @michelu89. View Pull Request #262
  • Documentation Cleanup: Removed outdated references to the ESMF forum. Thanks to @atextor. View Pull Request #264
  • Documentation Improvements: Fixed and improved project documentation. Thanks to @atextor. View Pull Request #276
  • TTL & SDK Alignment: Fixed issues #252 and #269 by aligning with strict TTL handling and the Java SDK. Thanks to @georgemoscu. View Pull Request #282
  • SDK Version Fix: Set the correct ESMF SDK version. Contribution by @michelu89. View Pull Request #291
  • Developer Documentation: Created simple developer documentation. Thanks to @georgemoscu. View Pull Request #296
  • New SAMM Value Type: Introduced a new SAMM value type based on the ESMF SAMM metamodel. Contribution by @michelu89. View Pull Request #305
  • Functionality Updates: Updated functionality according to the project TODO list. Thanks to @sobolevskaia. View Pull Request #306

Dependency Updates

  • Express & Serve-Static Update: Bumped serve-static and express in the core module. Updated by @dependabot. View Pull Request #249
  • Body-Parser & Express Update: Bumped body-parser and express in the core module. Updated by @dependabot. View Pull Request #250
  • Rollup Update: Bumped rollup from 4.18.0 to 4.22.4 in the core module. Updated by @dependabot. View Pull Request #251
  • Vite & Angular DevKit Update: Bumped vite and @angular-devkit/build-angular in the core module. Updated by @dependabot. View Pull Request #261
  • Undici & Angular DevKit Update: Bumped undici and @angular-devkit/build-angular in the core module. Updated by @dependabot. View Pull Request #259
  • js-yaml Update: Bumped js-yaml from 3.14.1 to 3.14.2 in the core module. Updated by @dependabot. View Pull Request #292
  • Form-Data Update: Bumped form-data from 4.0.1 to 4.0.4 in the core module. Updated by @dependabot. View Pull Request #285
  • PrismJS Update: Bumped prismjs from 1.29.0 to 1.30.0 in the core module. Updated by @dependabot. View Pull Request #274
  • Glob Update: Bumped glob in the core module. Updated by @dependabot. View Pull Request #294
  • Koa & Nx Angular Update: Bumped koa and @nx/angular in the core module. Updated by @dependabot. View Pull Request #295

New Contributors

Full Changelog: v5.6.1...v6.0.0-rc1

v5.6.1

06 Nov 08:05

Choose a tag to compare

What's Changed ## Fix
  • Fixing empty path, when saving aspect model without aspect and default file naming. Thanks to @michelu89 for the contribution. View Pull Request #262

v5.6.0

20 Jun 13:19

Choose a tag to compare

What's Changed ## Enhancements and Fixes
  • Editorial Review: Performed a comprehensive editorial review. Thanks to @E-Stoyanova for the contribution. View Pull Request #187
  • Windows Application Certification: Added workflow and Jenkins file to certify the windows application. Great work by @michelu89. View Pull Request #203 and #204
  • Pull Request Template: Created and corrected the pull request template path. Kudos to @Yauhenikapl for this improvement. View Pull Request #206, #210, and #212
  • Constraint Instantiator Fix: Fixed the constraint instantiator to load the correct constraint. Thanks to @michelu89. View Pull Request #208
  • Mac Application Certification: Added workflow and Jenkins file to certify the mac application. Contribution by @michelu89. View Pull Request #211
  • OpenAPI Generation Fix: Resolved the issue of null values in the generated OpenAPI file. Thanks to @michelu89. View Pull Request #215
  • Splash Screen Addition: Added a splash screen before starting the backend. Another valuable addition from @michelu89. View Pull Request #216
  • CRUD and API Options: Included CRUD, POST, PUT, PATCH options when generating OpenAPI. Thanks to @larisaVasile. View Pull Request #217
  • Chinese Language Support: Added support for Chinese language in the OpenAPI adjustment. Thanks to @michelu89. View Pull Request #231
  • API File Name Fix: Fixed the name of the generated API file. Thanks to @larisaVasile for this correction. View Pull Request #232

Dependency Updates

  • EJS Update: Bumped EJS from 3.1.9 to 3.1.10 in the core module. Updated by @dependabot. View Pull Request #202
  • PDF.js and Compodoc Update: Updated pdfjs-dist and @compodoc/compodoc in the core module. Thanks to @dependabot. View Pull Request #218
  • WebSocket Update: Bumped ws from 7.5.9 to 7.5.10 in the core module. Updated by @dependabot. View Pull Request #235

New Contributors

Full Changelog: v5.5.0...v5.6.0

v5.6.0-rc2

14 Jun 13:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.0...v5.6.0-rc2

v5.6.0-rc1

06 Jun 10:39

Choose a tag to compare

What's Changed

What's Changed

New Contributors

Full Changelog: v5.5.0...v5.6.0-rc1

v5.5.0

30 Apr 07:49

Choose a tag to compare

The Aspect Model Editor 5.5.0 based on SAMM 2.1.0 (using esmf-sdk v2.7.0). This release includes significant improvements to the OpenAPI specification generation and introduces a new capability to generate asynchronous API specifications, further enhancing the development experience by facilitating better integration and automation capabilities.

What's Changed

What's Changed

Enhancements and Fixes

  • Improved Entity Interaction: Resolved issues with entity instances in collapse mode and enhanced tooltip functionality. Thanks to @larisaVasile and @michelu89 for the improvements. View Pull Request

  • API Generation Improvements: Enhanced the OpenAPI specification generation capabilities. Great work by @michelu89. View Pull Request

  • Async API Specification: Added support for generating asynchronous API specifications. Another valuable contribution from @michelu89. View Pull Request

  • New Language Support: Introduced support for Chinese language. Thanks to @michelu89 for this addition. View Pull Request

Dependency Updates

Full Changelog: v5.4.0...v5.5.0

v5.5.0-rc1

29 Apr 09:10

Choose a tag to compare

What's Changed

What's Changed

Full Changelog: v5.4.0...v5.5.0-rc1