Releases: tukcps/SysMD
Releases · tukcps/SysMD
v4.1.5
Fix: build with gradle automatically downloads suitable jvm if not installed (hence, gradlew bootRun , gradlew ... work even without pre-installed java virtual machine)
Fix: hint in README on required relaxed security settings for using installer
Extension: Abstract representation classes for expressions added
v4.1.4
Improved SysML v2 & KerML compiler, error reporting in UI
v4.1.3
- Improved compatibility (ISQ library)
- Added support for unioning, differencing of types in KerML
- Bugfixes
v4.1.2
- Bugfix in rendering of ":="
- Added support for some more SysML v2, e.g. Port Conjugation
v4.1.1
- Added support for Structure, Behavior, Step, ... in KerML
- Revised tutorial w.r.t. above features
- Bugfixes (UI Crash, Compiler issues, ...)
v4.1.0
- Re-worked parser (interface compiler - semantic actions)
- Increased supported subset of KerML and SysML v2 (subsetting, feature chains, and more)
- Slightly improved UI (less small and cryptic icons - slightly larger menu, thanks Theo)
- Fixed errors or incompatibilities (memberships for owned elements now as in standard)
- Started improving compliance of Expressions to standard
v4.0.7
- Fixed some issues in the compiler.
- Updated dependencies and build environment.
v4.0.6
- Fixed small issues in solver for the Integers
- Updated versions of build framework, dependencies
- (13.06.25: added Windows MSI installer)
v4.0.4
Improved parser
- added support for guarded actions
- fixed require and assert constraint
v4.0.3
- Fix in error recovery; still buggy
- Improved tutorial