Skip to content

Commit 7e530ae

Browse files
committed
Add 0.27.0 release post
1 parent c263fbc commit 7e530ae

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
+++
2+
date = "2017-03-17T20:05:52-05:00"
3+
title = "elixirscript 0.27.0 released"
4+
+++
5+
6+
For a full list of changes, check out out the [changelog](https://github.com/elixirscript/elixirscript/blob/master/CHANGELOG.md).
7+
8+
Here are the major changes in this release:
9+
10+
## Super
11+
12+
The `super` special form has been implemented and with it, `defoverridable`
13+
14+
## Global JavaScript Interop
15+
16+
Any JavaScript function, property or module in the global namespace can be accessed by using the `JS` module
17+
18+
```elixir
19+
JS.alert("hello")
20+
21+
JS.console.log("hello")
22+
23+
JS.Date.now()
24+
```

0 commit comments

Comments
 (0)