Skip to content

Releases: enso-org/enso

Enso Engine 0.2.23

09 Aug 12:33
enso-0.2.23
90ee83b
Compare
Choose a tag to compare

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

06 Aug 14:51
enso-0.2.22
79b9d47
Compare
Choose a tag to compare

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

05 Aug 16:12
enso-0.2.21
f45112d
Compare
Choose a tag to compare

Miscellaneous

  • Updated the included project templates to better work with the IDE.

Enso Engine 0.2.20

05 Aug 10:35
enso-0.2.20
fcc8069
Compare
Choose a tag to compare

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

03 Aug 14:58
enso-0.2.19
e56a33b
Compare
Choose a tag to compare

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

02 Aug 17:29
enso-0.2.18
5b71c75
Compare
Choose a tag to compare

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 and Duration (#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

28 Jul 10:58
enso-0.2.17
42981a8
Compare
Choose a tag to compare

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

23 Jul 10:46
enso-0.2.16
4d8e63a
Compare
Choose a tag to compare

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

19 Jul 21:04
enso-0.2.15
f7ea2ca
Compare
Choose a tag to compare

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

15 Jul 15:59
enso-0.2.14
f4b105d
Compare
Choose a tag to compare

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.