Skip to content

Commit 23a1e9e

Browse files
committed
v0.16.0-rc1
1 parent 429b4d7 commit 23a1e9e

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
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
@@ -20,9 +25,9 @@
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.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gleam"
3-
version = "0.16.0-dev"
3+
version = "0.16.0-rc1"
44
authors = ["Louis Pilfold <louis@lpil.uk>"]
55
edition = "2018"
66
license-file = "LICENCE"

0 commit comments

Comments
 (0)