Skip to content

Commit cd6f118

Browse files
committed
Add link to elixir_script page in hex
1 parent 1df4948 commit cd6f118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/post/elixirscript-0.30.0-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
+++
22
title = "ElixirScript 0.30.0 Released"
33
date = 2017-08-15T00:29:03-05:00
4-
draft = true
4+
draft = false
55
+++
66

7-
ElixirScript 0.30 is a large release with lots of changes. It includes a rewrite of the compiler, a change in JavaScript interoperability and much more. This is also the first version to require Erlang 20 and Elixir 1.5, compiled with Erlang 20. ElixirScript can compile your Elixir code and dependencies into JavaScript, with some [limitations](#limitations). These changes make this the best release of ElixirScript so far! This is a great point to give ElixirScript a try for yourself. This post will describe the major changes.
7+
[ElixirScript 0.30](https://hex.pm/packages/elixir_script) is a large release with lots of changes. It includes a rewrite of the compiler, a change in JavaScript interoperability and much more. This is also the first version to require Erlang 20 and Elixir 1.5, compiled with Erlang 20. ElixirScript can compile your Elixir code and dependencies into JavaScript, with some [limitations](#limitations). These changes make this the best release of ElixirScript so far! This is a great point to give ElixirScript a try for yourself. This post will describe the major changes.
88

99
## Foreign Function Interface (FFI)
1010

0 commit comments

Comments
 (0)