0.17.0 #585
Closed
Sija
announced in
Announcements
0.17.0
#585
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚧 !!! This is a bigger release containing many breaking changes !!! 🚧
This release got pretty big and it would take a long time to gather all the changes, apologies for that.
Breaking Language Changes (check PRs for detailed changes)
Promise(value)
.try
,parallel
,sequence
,with
,where
,catch
,finally
andthen
language features.&.
and&(
.await
keyword to statements.await
keyword to the condition ofcase
expressions.decode
feature by omitting the decodable object:decode as Array(String)
.:
instead of=
.|>
now puts the left hand side value as the first argument instead of the last. Pipe as the first agument instead of the last. #571Standard Library
There are too many changes to list here because of the standard library cleanup and pipe operator changes so consult the PRs #532 #503 and the API documentation if something doesn't work.
Language Server
Housekeeping
This discussion was created from the release 0.17.0.
Beta Was this translation helpful? Give feedback.
All reactions