Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

97 lines (67 loc) · 5.51 KB

bigUML Changelog

All notable changes to this project will be documented in this file.


What's Changed

  • Fix UMLModelMigrator.java by @sschwantler in #175

What's Changed

  • Introduce model migration by @haydar-metin in #173

What's Changed

  • Use bigGLSP-framework and remove the modelserver by @haydar-metin in #156
  • Migrate use case / information flow / package diagram by @haydar-metin in #157
  • Migrate communication / deployment / activity / state machine diagram by @haydar-metin in #163
  • Fix maven build by @haydar-metin in #165
  • Switch builder to gradle by @haydar-metin in #166
  • Introduce minimap by @haydar-metin in #167
  • Streamline extension webview provider through connection classes by @haydar-metin in #168
  • Add model resources action by @haydar-metin in #169

What's Changed

  • Introduce label autocomplete with generic approach by @haydar-metin in #146
  • Allow to export diagrams as SVGs by @haydar-metin in #147
  • Add sequence diagram by @haydar-metin, @simowaves in #149
  • Update GLSP to 2.0.0 and introduce initial CDK by @haydar-metin in #152
  • Fix various bugs of diagrams by @haydar-metin in #153
  • Update to GLSP-Client 2.1.0 & enable accessibility features by @haydar-metin in #154

What's Changed

  • Improve server architecture by @haydar-metin in #132
  • Add state-machine diagram by @haydar-metin, @granigd, @DavidJaeger10, @sschwantler in #133
  • Add deployment diagram by @haydar-metin in #134
  • Integrate object diagram to class diagram by @haydar-metin, @MZeisler, @H0oKd in #135
  • Add missing features in diagrams by @haydar-metin in #136
  • Add activity diagram by @haydar-metin, @HolzingerAlexander, @dellis66, @nbzowski in #139
  • Add information flow diagram by @haydar-metin, @lforst, @GallusHuber in #140
  • Adapt communication diagram by @haydar-metin, @aylin-sarioglu in #141
  • Adapt package diagram to new architecture by @haydar-metin in #142
  • Beautify class diagram - miscellaneous by @haydar-metin in #144

What's Changed

  • Introduce diagram popup by @haydar-metin in #124
  • Move property palette to VSCode by @haydar-metin in #125
  • Add usecase diagram together with server message handling and copy paste operations by @haydar-metin, @julia05, @JakobD97 in #127
  • Add package diagram together with diagram outline view by @haydar-metin, @DerYeger, @mrstexx in #128
  • Remove theia and bug fixes by @haydar-metin in #130

What's Changed

  • Fix license in client by @haydar-metin in #109
  • Add Actions and Action Handlers documentation by @haydar-metin in #110
  • Add reconnect edge functionality by @haydar-metin in #112
  • Introduce Changelog file and update README files by @haydar-metin in #122

What's Changed

  • Add java based checks and different webviews to VSCode extension by @haydar-metin in #107
  • Add rendering tutorial

Full Changelog: https://github.com/borkdominik/bigUML/compare/v0.1.0...v0.2.0

This is the first pre-release of bigUML. The initial version adds the (basic) ability to work with the UML class diagram. It supports Theia and VSCode.

  • [GLSP] Initial working version
  • [GLSP] CRUD operations for the UML class diagram
  • [GLSP] Tool Palette
  • [GLSP] Introduce Property Palette
  • [Theia] Initial working version
  • [Theia] Outline view for showing the diagram elements
  • [VSCode] Initial working version
  • [VSCode] Server starter for production mode