Releases: enso-org/enso
Releases · enso-org/enso
Enso Engine 0.2.23
Miscellaneous
- Update the included project templates for better display and usability in the IDE.
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.22
Tooling
- Made the project manager more resilient to edition resolution failures (#1929).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.21
Miscellaneous
- Updated the included project templates to better work with the IDE.
Enso Engine 0.2.20
Tooling
- Fixed an issue where the websocket buffer in the language server could overflow (#1923).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.19
Compiler/Interpreter
- Fixed a bug with module documentation where it would associate the wrong doc-block with the module (#1919).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.18
Libraries
- Added support for writing tables to XLSX spreadsheets (#1906).
- Added documentation for the new searcher categories (#1910).
- Fixed a bug where CSV files with very long lines could not be parsed (#1914).
- Added ordering comparisons for
Time
,Time_Of_Day
,Date
andDuration
(#1916).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.17
Interpreter/Runtime
- Added support for documenting modules directly (#1900).
Tooling
- Added support for creating projects from a template (#1902).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.16
Interpreter/Runtime
- Added support for the
ALIAS
tag in documentation blocks for use by the searcher (#1896).
Tooling
- Implemented a basic library downloader (#1885), allowing the downloading of missing libraries.
Libraries
- Added support for reading XLS and XLSX spreadsheets (#1879).
- Added support for serializing tables into CSV files. (#1894).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso 0.2.15
Tooling
- Implement parts of the new Language Server API related to library support (#1875). Parts of the API are still mocked internally, but they are supported externally for testing purposes.
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.
Enso Engine 0.2.14
Interpreter/Runtime
- Ensure that the module used by a visualization is preloaded when the visualization is being attached (#1857).
- Fix an issue with the
HostClassLoader
getting into a broken state (#1867).
Tooling
- Implemented an HTTP endpoint returning the time that the language server has spent idle (#1847).
- Fix a bug where the
project/list
endpoint would fail if any of the projects referenced an edition that does not exist anymore (#1858).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.