Skip to content

Commit

Permalink
chore(release): 0.0.18
Browse files Browse the repository at this point in the history
- stdlib: `docs.docsToMarkup` now sorts extern properties
- stdlib: new function `prelude.eager` which recursively evaluates a given value
- stdlib: new function `lists.prepend` for prepending lists
- fix: improved type switch error message
- fix: improved stdlib not found error message
- fix: source locations were off
- lsp: complete importable modules #35
- lsp: field completions #35
- lsp: type switch
  • Loading branch information
vknabel committed Nov 22, 2022
1 parent ee7f98d commit bf36935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## v0.0.18-next
## v0.0.19-next

## v0.0.18

- stdlib: `docs.docsToMarkup` now sorts extern properties
- stdlib: new function `prelude.eager` which recursively evaluates a given value
Expand Down

0 comments on commit bf36935

Please sign in to comment.