Releases: davidibl/dmnmgr-client
Releases · davidibl/dmnmgr-client
1.1.0
- FEAT: Add license Information (cca133e)
- FEAT: Added link to Camunda DMN Docs in documentation of modeler (16a3ebf)
- FEAT: Angular 9 und Electron 8 Upgrade (44780cf)
- FEAT: Checkout commit now via context menu as a visually cleaner solution (eb0094d)
- FEAT: Commit of selected files now possible. File selection is done in commit dialog (1d95e56)
- FEAT: Documentation of GIT commands (89e91cc)
- FEAT: Extract test commands in testsuite view to context menu (041e430)
- FEAT: Finally, the first major release (eca9415)
- FEAT: impoved readme.md (50cfda8)
- FEAT: Improved Get Started documentation (0bff120)
- FEAT: Improved info-dialog with extended versions (620b7ae)
- FEAT: Jump to modeller after opening a file (6a31b37)
- FEAT: Tooltips on icon-only buttons (ce1b133)
- FEAT: web-components now linked via npmjs and package json improved (1f3de44)
- FEAT: Working state service provides any other still active state when current state gets invalidate (58ab8bf)
- FIX: Add missing hotkey for changelog (06a251b)
- FIX: Added tests to service layer (3351429)
- FIX: Better icon for changelog menu entry (b4d44b8)
- FIX: Buttons get disabled when loading indicator is shown (07f7d08)
- FIX: Corrected data binding due to ng9 changes to view caching model (dde37b6)
- FIX: Fixed bug on datamodelservice and added tests (6670fae)
- FIX: Fixed tests after upgrade (5616a6b)
- FIX: Generate test coverage report (131f9fc)
- FIX: If recent file is not found anymore it gets removed from recent files and a error message shows (6fadb65)
- FIX: remove angular classic http dependency (bb43f47)
- FIX: Remove environments configuration and migrate remote service call to user configuration (00b769f)
- FIX: Simulation after just opening and working with initial model did not work because of an subscri (486fbb5)
- FIX: Use modling component from dmnjs to edit datatype of dmn input expression (ca69b92)
- FIX: Use onPush on JsonModelEditor due to performance improvements (daa0755)
- CHORE: Aligned formatting of documentation (199441d)
- CHORE: Angular 8 upgrade (d3a31ac)
- CHORE: Extract constants and added tests for changelog service (f4da05c)
- CHORE: Improved message mapping and tests on error message service (ab40d6d)
- CHORE: Remove unused file (0e8cb0e)
- CHORE: Removed dependency to component libraries menu header due to deprecation (949cccf)
- CHORE: Slightly opimized code (ac5e055)
- IMPROV: Application shows messages when no service url is defined. And no more service url is define (6ece0fe)
- IMPROV: Explanation of URL style of basis simulator url (d388350)
- IMPROV: Isolate dmnjs typescript typings (1723d29)
- IMPROV: Readme improved with build commands (fb3af79)
- IMPROV: Write json files formatted (a1a9d0b)
0.0.27
0.0.25
New Features:
- Footer-bar with errors and warnings
- Implemented DMN check
DMN files get checked after save or load. The Red6 DMN-Check is used to check it. - Auto-reload after known changes happened (switch branch, pull etc.
- Create branch functionality
Improvements:
- general stability improvements
- Pull function set to fast forward pull only
0.0.24
New Features:
- Simulaton result now contains all hits in all tables
- After simulating the user can navigate through the decision tree and see all hits and results in all tables
- The simulation data is stored during the whole session
- dmnjs is updated to 7.4.1
- default language of input expressions now is "juel"
Improvements:
- none