ballerina-ls-v1.0.1
What's Changed
- Get the position of data mapped node by @KavinduZoysa in #59
- Add
readonlysupport for types manager APIs by @dulajdilshan in #40 - Fix ambiguous error when identifiers are reserved keywords and show user-defined name for field names with escape characters by @dulajdilshan in #64
- Add APIs for Copilot libraries by @xlight05 in #106
- Migrate the code lens functionality from the VS Code extension to the LS by @nipunayf in #112
- Introduce an api to get function model from source by @LakshanWeerasinghe in #105
- Enhance the metadata for the start node in the flow diagram by @nipunayf in #115
- Make the http response wraped name optional by @LakshanWeerasinghe in #116
- Fix readonly type handling in TypeTransformer for records with all readonly fields by @dulajdilshan in #121
- Skip ranged http response error diagnostic coming from the openapi tool by @LakshanWeerasinghe in #120
- Fix design diagram rendering for dynamic connections by @LakshanWeerasinghe in #123
- Extend support of
codeLensandgetFlowModelto class definitions by @nipunayf in #133
New Contributors
Full Changelog: v1.0.0...v1.0.1