Releases: eclipse-esmf/esmf-aspect-model-editor
v6.0.2
What's Changed
- Refine validation handling and add workspace error by @michelu89 in #327
- Feature/disable create empty on menu by @michelu89 in #331
- Resolve external entities and fix save flow by @michelu89 in #338
- Numeric synthetic names and omit namespace file by @michelu89 in #340
- 315 fix tagged build by @Yauhenikapl in #350
Full Changelog: v6.0.1...v6.0.2
v6.0.1
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
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
- @sobolevskaia made their first contribution in #306
Full Changelog: v5.6.1...v6.0.0-rc1
v6.0.0-rc2
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
- @sobolevskaia made their first contribution in #306
Full Changelog: v5.6.1...v6.0.0-rc1
v5.6.1
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
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
- @E-Stoyanova made their first contribution in #187
- @Yauhenikapl made their first contribution in #206
Full Changelog: v5.5.0...v5.6.0
v5.6.0-rc2
What's Changed
- Editorial review by @E-Stoyanova in #187
- Bump ejs from 3.1.9 to 3.1.10 in /core by @dependabot in #202
- Certify ame win frontend by @michelu89 in #203
- Certify ame win frontend by @michelu89 in #204
- Create pull request template by @Yauhenikapl in #206
- Fix constraint instantiator to load correct constraint by @michelu89 in #208
- Fix pull request template path by @Yauhenikapl in #210
- Fix pull request template path by @Yauhenikapl in #212
- Add workflow and jenkins file to certify mac application by @michelu89 in #211
- Fix generate open api that occurs null value in generated file by @michelu89 in #215
- Add splash screen before starting backend finished by @michelu89 in #216
- Include CRUD, POST, PUT, PATCH options when generating OPEN API by @larisaVasile in #217
- Bump pdfjs-dist and @compodoc/compodoc in /core by @dependabot in #218
New Contributors
- @E-Stoyanova made their first contribution in #187
- @Yauhenikapl made their first contribution in #206
Full Changelog: v5.5.0...v5.6.0-rc2
v5.6.0-rc1
What's Changed
What's Changed
- Editorial review by @E-Stoyanova in #187
- Bump ejs from 3.1.9 to 3.1.10 in /core by @dependabot in #202
- Certify ame win frontend by @michelu89 in #203
- Certify ame win frontend by @michelu89 in #204
- Create pull request template by @Yauhenikapl in #206
- Fix constraint instantiator to load correct constraint by @michelu89 in #208
- Fix pull request template path by @Yauhenikapl in #210
- Fix pull request template path by @Yauhenikapl in #212
- Add workflow and jenkins file to certify mac application by @michelu89 in #211
New Contributors
- @E-Stoyanova made their first contribution in #187
- @Yauhenikapl made their first contribution in #206
Full Changelog: v5.5.0...v5.6.0-rc1
v5.5.0
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
-
Updated vite and @angular-devkit/build-angular in the core module. Updated by @dependabot. View Pull Request
-
Updated webpack-dev-middleware and ngx-build-plus in the core module. Updated by @dependabot. View Pull Request
v5.5.0-rc1
What's Changed
What's Changed
- Fix Entity instance in collapse mode, fix and improve tooltip by @larisaVasile in #195
- Improve open api generation by @michelu89 in #196
- Bump vite and @angular-devkit/build-angular in /core by @dependabot in #197
- Bump webpack-dev-middleware and ngx-build-plus in /core by @dependabot in #199
- Add generateion of async api spec by @michelu89 in #198
- Add Chinese langauge by @michelu89 in #201