Releases: eclipse-glsp/glsp-server-node
Releases · eclipse-glsp/glsp-server-node
1.1.0 Release Candiate 5
1.1.0 Release Candiate 4
What's Changed
- Start with current element by @planger in #29
- Update lerna and minimum node version by @tortmayr in #26
- Return port with startup complete message by @rschnekenbu in #30
- Integrate nyc test coverage reports by @tortmayr in #31
- Update to latest config and Node 16 by @martin-fleck-at in #32
- Fix
stop
of socket server by @eneufeld in #33 - Upgrade to latest Sprotty and GLSP protocol version by @martin-fleck-at in #34
- Fix issues with copy&paste feature by @tortmayr in #35
New Contributors
- @rschnekenbu made their first contribution in #30
- @martin-fleck-at made their first contribution in #32
- @eneufeld made their first contribution in #33
Full Changelog: v1.1.0-RC03...v1.1.0-RC04
1.1.0 Release Candiate 3
Full Changelog: v1.1.0-RC02...v1.1.0-RC03
1.1.0 Release Candiate 2
What's Changed
- #712 Align GGraph model with newest changes from glsp-server by @ndoschek in #22
- Layout edges that are children of ports by @sgraband in #23
- GH-708 Improve eslint config by @tortmayr in #24
- GH-706 Update protocol version by @xai in #25
New Contributors
Full Changelog: v1.0.0...v1.1.0-RC02
1.0.0. Release
Changes (since the initial contribution )
- [core] Implement
dispatchOnNextUpdate
method that enables queuing of actions that should be dispatched after the next graphical model update. #1 - Contributed on behalf of STMicroelectronics - [diagram] Implement LayoutEngine API for server-side autolayouting & provide an integration package for layout engines based on ELK. #2 #5 - Contributed on behalf of STMicroelectronics
Breaking Changes
- [model] Source model refactorings #11
ModelSourceLoader
→SourceModelStorage
- Added method to
SourceModelStorage
- [model] Refactor
ModelState
API #20- Introduce
updateRoot
method DefaultModelState
=> make root setter protected
- Introduce
- [gmodel] Refactor & Move all base & helper classes for the direct GModel usecase into own
gmodel-lib
subdirectory #16