File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88- Gleam can now run eunit without an external build tool.
99- Gleam can now run an Erlang shell without an external build tool.
1010- Projects without rebar3 can be generated using the ` gleam-lib ` template.
11+
12+ ## v0.16.0-rc1 - 2021-06-04
13+
14+ - Gleam can now compile to JavaScript! Specify the ` --target javascript ` flag to
15+ ` gleam compile-package ` to use it today.
1116- A compile time error is now raised when multiple module level constants with
1217 the same name are defined.
1318- Fixed a bug where declaring a type constructor using reserved erlang keyword
2025 the folder name.
2126- Generated Erlang record header files now contain Erlang type information.
2227- New OTP application projects depend on ` gleam_otp ` v0.1.5.
23- - The output of the format has been improved.
28+ - The output of the formatter has been improved.
2429
25- ## v0.15.1 -2021-05-07
30+ ## v0.15.1 - 2021-05-07
2631
2732- Fixed a bug where blocks that contained try expressions could be formatted
2833 incorrectly.
Original file line number Diff line number Diff line change 11[package ]
22name = " gleam"
3- version = " 0.16.0-dev "
3+ version = " 0.16.0-rc1 "
44authors = [" Louis Pilfold <louis@lpil.uk>" ]
55edition = " 2018"
66license-file = " LICENCE"
You can’t perform that action at this time.
0 commit comments