Update from v0.4.0 to v0.5.0 #724
-
Glad to see version 0.5 of Langium, thank you for this good work, I can't wait to update the langium used in my project to version 0.5. I changed the version requirements in What is the best way to update langium? Should I update the Yeoman langium generator to create a new project and copy the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @luan-xiaokun, We try to perform as little breaking changes as possible. However, for 0.5 we had to rename/move around a few services and methods for the sake of clearity. Most breaking changes (including |
Beta Was this translation helpful? Give feedback.
Hey @luan-xiaokun,
We try to perform as little breaking changes as possible. However, for 0.5 we had to rename/move around a few services and methods for the sake of clearity. Most breaking changes (including
computeScope
) are documented in our changelog. I would recommend going through that. The yeoman generator uses relatively little of the Langium API surface, and therefore might not be enough to accurately migrate to a new update.