Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 23 additions & 13 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog],
and this project adheres to [Semantic Versioning][semver].

## [0.3.1]
## [0.3.1] (released 11/19/2025)

### Fixed
- Support Python older than 3.11

## [0.3.0] (released 2025-05-09)
## [0.3.0] (released 11/19/2025)

### Added
- dev: debug adapter and protocol
Expand All @@ -36,7 +36,20 @@ and this project adheres to [Semantic Versioning][semver].
- race condition on activation
- better error reporting on installation failure and other errors

## [0.1.2] (released 12/30/2019)
## [0.2.0] (released 10/14/2024)

### Changed
- Upgrade textx-ls-core and textx-ls-server:
- increase versions of all dependencies
- use textX 4.0.1
- use pygls 1.3.1
- use python version 3.12 (minumum 3.8)
- Add options to run textx-ls-server in ws and pyodide mode
- Upgrade VS Code extension

[#69]: https://github.com/textX/textX-LS/pull/69

## [0.1.2] (released 1/3/2020)

### Fixed

Expand All @@ -48,6 +61,13 @@ and this project adheres to [Semantic Versioning][semver].

## [0.1.1] (released 12/29/2019)

### Added

- Implement a mechanism to install/uninstall textX language project ([#18])
- Generate and install VS Code extension for installed language project ([#18])
- Add custom activity bar with registered languages and generator ([#18])
- Use webpack to optimize VS Code extension ([#16])

### Changed

- Read python path from input-box if not found automatically ([#23])
Expand All @@ -57,16 +77,6 @@ and this project adheres to [Semantic Versioning][semver].
- Various fixes for windows platform ([#23])

[#23]: https://github.com/textX/textX-LS/pull/23

## [0.1.0] (released 10/22/2019)

### Added

- Implement a mechanism to install/uninstall textX language project ([#18])
- Generate and install VS Code extension for installed language project ([#18])
- Add custom activity bar with registered languages and generator ([#18])
- Use webpack to optimize VS Code extension ([#16])

[#18]: https://github.com/textX/textX-LS/pull/18
[#16]: https://github.com/textX/textX-LS/pull/16/
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
Expand Down
25 changes: 11 additions & 14 deletions textX-LS/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog],
and this project adheres to [Semantic Versioning][semver].

## [0.3.1]

### Fixed
- Support Python older than 3.11

## [0.3.0] (released 2025-05-09)
## [0.3.0] (released 11/20/2025)

### Added
- dev: debug adapter and protocol
Expand All @@ -35,16 +30,18 @@ and this project adheres to [Semantic Versioning][semver].
- added lsprotocol server dependency
- race condition on activation
- better error reporting on installation failure and other errors
- support Python older than 3.11

## [0.1.2] (released 12/30/2019)
## [0.2.0] (released 10/14/2024)

### Fixed

- Pass project root when loading models ([#37])
- Prevent server idle state on windows ([#26])

[#37]: https://github.com/textX/textX-LS/pull/37
[#26]: https://github.com/textX/textX-LS/pull/26
### Changed
- Upgrade textx-ls-core and textx-ls-server:
- increase versions of all dependencies
- use textX 4.0.1
- use pygls 1.3.1
- use python version 3.12 (minumum 3.8)
- Add options to run textx-ls-server in ws and pyodide mode
- Upgrade VS Code extension

## [0.1.1] (released 12/29/2019)

Expand Down
17 changes: 14 additions & 3 deletions textX-LS/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog],
and this project adheres to [Semantic Versioning][semver].

## [unreleased]

## [0.3.0] (released 2025-05-09)
## [0.3.0] (released 11/20/2025)

### Added
- dev: debug adapter and protocol
Expand All @@ -33,6 +31,19 @@ and this project adheres to [Semantic Versioning][semver].
- race condition on activation
- better error reporting on installation failure and other errors

## [0.2.0] (released 10/14/2024)

### Changed
- Upgrade textx-ls-core and textx-ls-server:
- increase versions of all dependencies
- use textX 4.0.1
- use pygls 1.3.1
- use python version 3.12 (minumum 3.8)
- Add options to run textx-ls-server in ws and pyodide mode
- Upgrade VS Code extension

[#69]: https://github.com/textX/textX-LS/pull/69

## [0.1.2] (released 12/30/2019)

### Fixed
Expand Down